matlab.mapreduce.DeployHadoopMapReducer Class
R2026bNamespace: matlab.mapreduce
(To be removed) Configure a MapReduce application for deployment against Hadoop
matlab.mapreduce.DeployHadoopMapReducer will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
Description
A DeployHadoopMapReducer object represents
executing MapReduce on a Hadoop® cluster with MATLAB® Runtime.
Construction
creates
a config = matlab.mapreduce.DeployHadoopMapReducermatlab.mapreduce.DeployHadoopMapReducer object
that specifies the default properties for Hadoop execution.
Use the resulting object as input to the mapreducer function to specify the
configuration properties for Hadoop execution. For deploying a standalone application, pass the
matlab.mapreduce.DeployHadoopMapReducer object as input to
mapreduce.
creates
a config = matlab.mapreduce.DeployHadoopMapReducer(Name=Value)matlab.mapreduce.DeployHadoopMapReducer object
with properties specified by one or more name-value pair arguments.