mapreducer
R2026b(To be removed) Define deployed execution for mapreduce
mapreducer with Hadoop® configuration will be removed in a future release. There is no replacement
functionality. For more information on updating your code, see Version History.
Description
mapreducer( specifies
execution environment. When deploying a standalone application against Hadoop, config)config is
an object of matlab.mapreduce.DeployHadoopMapReducer class.
Examples
Create a mapreducer Object in Deployed Mode
mr = mapreducer(... matlab.mapreduce.DeployHadoopMapReducer('MCRRoot',... '/hd-shared/hadoop-2.2.0/MCR/v84'))
Input Arguments
Output Arguments
Tips
mapreducerandmapreducer(0)enables different configurations based on the products you have. In MATLAB®, themapreducefunction automatically runs using aSerialMapReducer. For more information, seemapreducer.If you have Parallel Computing Toolbox™, see the function reference page for
mapreducer(Parallel Computing Toolbox) for additional information.