Can't identify hadoop home from Matlab to use Matlab Parallel Toolbox.
2 次查看(过去 30 天)
显示 更早的评论
I have Matlab2014b + Hadoop installed. The hadoop works well on my CentOS Linux system.
I run the mablab on that CentOS Linux machine. With the commands as follows.
It shows the folder is not a valid Hadop no matter how to change it ( I tried set the directory with hadoop 1.2.1, hadoop 2.5.2, hadoop cloudera distribution; also tried with parameter HADOOP_PREFIX,HADOOP_HOME,MATLAB_HADOOP_INSTALL ).
Anything else I can do to fix this error ?
>> setenv('MATLAB_HADOOP_INSTALL','/mnt/disk1/data/soft/hadoop-2.5.2');
>> cluster = parallel.cluster.Hadoop;
Error using parallel.cluster.Hadoop (line 107) Unable to recognize '/mnt/disk1/data/soft/hadoop-2.5.2' as a valid HADOOP installation folder. Check that this is the root of your HADOOP installation folder.
Thanks and Best Wishes. Xinsong
4 个评论
Karthick S
2017-1-6
Dear Xinsong Li. Have you got the answer this.. can you suggest me to solve the same error
karthi
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!