matlab.mapreduce.DeployHadoopMapReducer Class
Namespace: matlab.mapreduce
Configure a MapReduce application for deployment against Hadoop
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.