matlab.mapreduce.DeploySparkMapReducer Class
R2026bNamespace: matlab.mapreduce
Superclasses:
(To be removed) Configure a MATLAB tall array application with Spark parameters as key-value pairs
matlab.mapreduce.DeploySparkMapReducer will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
Description
A DeploySparkMapReducer object stores the
configuration parameters of the tall array application being deployed
to Spark™. Every tall array application must be configured prior
to being deployed on a Spark cluster. Some of the configuration
parameters define properties of the application and some are used
by Spark to allocate resources on the cluster. The configuration
parameters are passed onto a Spark cluster through a mapreducer function.
Construction
creates a conf = matlab.mapreduce.DeploySparkMapReducer('AppName',name,'Master',url,'SparkProperties',prop)DeploySparkMapReducer object with the specified
configuration parameters.
creates a conf =
matlab.mapreduce.DeploySparkMapReducer('AppName',name,'Master',url,'SparkProperties',prop,Name=Value)DeploySparkMapReducer object with additional
configuration parameters specified by one or more name-value arguments.
Input Arguments
Name-Value Arguments
Properties
The properties of this class are hidden.
Methods
There are no user executable methods for this class.