Hadoop cluster for mapreducer
A parallel.cluster.Hadoop object provides access to a cluster for configuring mapreducer to use a Hadoop cluster for the computation environment.
A parallel.cluster.Hadoop object has the following properties.
Property | Description |
---|---|
AdditionalPaths | Paths to be added to MATLAB command search path on workers |
AttachedFiles | Files transferred to the workers during a mapreduce call |
AutoAttachFiles | Specifies whether automatically attach files |
ClusterMatlabRoot | Specifies path to MATLAB for workers to use |
HadoopConfigurationFile | Application configuration file to be given to Hadoop |
HadoopInstallFolder | Installation location of Hadoop on the local machine |
HadoopProperties | Map of name-value property pairs to be given to Hadoop |
LicenseNumber | License number to use with MathWorks hosted licensing |
RequiresMathWorksHostedLicensing | Specify whether cluster uses MathWorks hosted licensing |
For further help, type:
help parallel.cluster.Hadoop