matlab.compiler.mlspark.SparkConf Class
R2026bNamespace: matlab.compiler.mlspark
Superclasses:
(To be removed) Interface class to configure an application with Spark parameters as key-value pairs
matlab.compiler.mlspark.SparkConf will be removed in a future release.
There is no replacement functionality. For more information, see Version History.
Description
A SparkConf object stores the configuration
parameters of the application being deployed to Spark™. Every
application must be configured prior to deployment on a Spark cluster.
The configuration parameters are passed onto a Spark cluster
through a SparkContext.
Construction
creates a conf = matlab.compiler.mlspark.SparkConf('AppName',name,'Master',url,'SparkProperties',prop)SparkConf object with
the specified configuration parameters.
creates a conf =
matlab.compiler.mlspark.SparkConf(___,Name=Value)SparkConf 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.
Examples
More About
References
See the latest Spark documentation for more information.