MATLAB distributed computing server
显示 更早的评论
Hello. Have a nice time. I've worked on data center clustering in the framework mapreduce.I wrote the program at MATLAB. And I want to use spark + hadoop with a quasi-distributive cluster. Does this need to install MATLAB distributed compute server?
回答(1 个)
Kojiro Saito
2019-4-9
0 个投票
if you're using mapreduce and want to run in Hadoop, you don't need Spark.
There are two options.
1. Use MATLAB Parallel Server (MATLAB Distributed Computing Server until R2018b)
2. Use MATLAB Compiler to create mapreduce standalone application.
If you want to scale out tall array to Spark, there are two options.
1. Use MATLAB Parallel Server with Hadoop/Spark
2. Use MATLAB Compiler with Hadoop/Spark
Also, if you want to create stanalone applications wihch use MATLAB API for Spark,
1. Use MATLAB Compiler with Hadoop/Spark
6 个评论
adele sharifi
2019-4-9
编辑:adele sharifi
2019-4-9
Kojiro Saito
2019-4-9
Yes, in order to run mapreduce or tall in Hadoop/Spark, installation of MATLAB Parallel Server is necessesary even though just one PC.
adele sharifi
2019-4-9
Kojiro Saito
2019-4-9
adele sharifi
2019-4-9
Kojiro Saito
2019-4-10
类别
在 帮助中心 和 File Exchange 中查找有关 Third-Party Cluster Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!