User`s guide
11 Functions — Alphabetical List
11-214
Input Arguments
Name-Value Pair Arguments
Specify optional comma-separated pairs of Name,Value arguments. Name is the
argument name and Value is the corresponding value. Name must appear inside single
quotes (' '). You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'HadoopInstallFolder','/share/hadoop/a1.2.1'
'ClusterMatlabRoot' — Path to MATLAB for workers
character string
Path to MATLAB for workers, specified as the comma-separated pair consisting of
'ClusterMatlabRoot' and a character string. This points to the installation of
MATLAB Distributed Computing Server for the workers, whether local to each machine
or on a network share.
'HadoopConfigurationFile' — Path to Hadoop application configuration file
character string
Path to Hadoop application configuration file, specified as the comma-separated pair
consisting of 'HadoopConfigurationFile' and a character string.
'HadoopInstallFolder' — Path to Hadoop installation on worker machines
character string
Path to Hadoop installation on worker machines, specified as the comma-separated pair
consisting of 'HadoopInstallFolder' and a character string. If this property is not
set, the default is the value specified by the environment variable HADOOP_PREFIX, or if
that is not set, then HADOOP_HOME.
Output Arguments
hcluster — Hadoop cluster
parallel.cluster.Hadoop object
Hadoop cluster, returned as a parallel.cluster.Hadoop object.