Reading HDFS from Matlab - what toolboxes do I need?
1 次查看(过去 30 天)
显示 更早的评论
We're planning to implement Hadoop at my work, and I need a way to retreive the data from the Hadoop clusters in the data lake and get it into Matlab. What toolboxes do I need for this? Note that I'm only reading the data from HDFS-files.
Additionally, would I need other toolboxes to be able to read data?
0 个评论
回答(2 个)
Brandon Eidson
2017-9-11
Hadoop Sequence Files can be read directly in base MATLAB.
If you want to do "mapreduce" on a Hadoop cluster, then you need to have licenses for the Parallel Computer Toolbox and MATLAB Distributed Computer Server. Documentation on how to Configure a Hadoop cluster and run "mapreduce" on it is linked to below.
0 个评论
Chad Greene
2017-9-11
The h5read function has come standard since Matlab release 2011a, and requires no special toolboxes.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!