Reading HDFS from Matlab - what toolboxes do I need?

조회 수: 1 (최근 30일)
Anna Dunblad
Anna Dunblad 2017년 9월 8일
답변: Chad Greene 2017년 9월 11일
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?

답변 (2개)

Brandon Eidson
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.

Chad Greene
Chad Greene 2017년 9월 11일
The h5read function has come standard since Matlab release 2011a, and requires no special toolboxes.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by