MATLAB distributed computing server

조회 수: 17 (최근 30일)
adele sharifi
adele sharifi 2019년 4월 9일
댓글: Kojiro Saito 2019년 4월 10일
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
Kojiro Saito 2019년 4월 9일
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
adele sharifi 2019년 4월 9일
Unfortunately, is it possible for me to email Matlab's distributed computing server?
Kojiro Saito
Kojiro Saito 2019년 4월 10일
You can contact Customer Support team from here and ask how you can get installer.

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by