Clear Filters
Clear Filters

How to setup Spark in Matlab?

6 views (last 30 days)
Surabhi Dixit
Surabhi Dixit on 13 Mar 2017
Commented: Walter Roberson on 13 Mar 2021
While trying to configure Spark for Matlab, I am getting this error- undefined variable org or class org.apache.spark.SparkConf when I used this code conf = matlab.compiler.mlspark.SparkConf(... 'AppName', 'mySparkAppDepLocal', ... 'Master', 'local[1]', ... 'SparkProperties', sparkProp ); How do I set it up correctly?

Answers (1)

xudong liu
xudong liu on 13 Mar 2021
  1 Comment
Walter Roberson
Walter Roberson on 13 Mar 2021
A sum of gamma minus xi does not appear to me to be an Answer to a question about setting up Apache Spark ?

Sign in to comment.

Categories

Find more on Deploy Tall Arrays to a Spark Enabled Hadoop Cluster in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!