matlab.mapreduce.DeploySparkMapReducer Class
Namespace: matlab.mapreduce
Superclasses:
Configure a MATLAB tall array application with Spark parameters as key-value pairs
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 pair arguments.
Name
is a property name of the class and
Value
is the corresponding value. Name
must appear inside single quotes (''
). You can specify several
name-value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Input Arguments
Properties
The properties of this class are hidden.
Methods
There are no user executable methods for this class.
Examples
Version History
Introduced in R2016b