How to use MATLAB code in mapper (Hadoop)?

后端 未结 4 1484
暖寄归人
暖寄归人 2021-02-01 08:48

I have a matlab code that processes images. I want to create a Hadoop mapper that uses that code. I came across the following solutions but not sure which one is best (as it is

4条回答
  •  北海茫月
    2021-02-01 09:20

    Most of the answers here seem to be pre MATLAB R2014b.

    In R2014b, MATLAB allows mapreduce from within MATLAB and integration with Hadoop.

    I cannot be certain about your specific use case but you may want to check:

    http://www.mathworks.com/help/matlab/mapreduce.html

    http://www.mathworks.com/discovery/matlab-mapreduce-hadoop.html

提交回复
热议问题