Create Hadoop cluster object
creates a parallel.cluster.Hadoop object representing the Hadoop® cluster.hadoopCluster
= parallel.cluster.Hadoop
You use the resulting object as input to the mapreduce
and mapreducer
functions, for
specifying the Hadoop cluster as the parallel execution environment for tall arrays and
mapreduce
.
uses the specified names and values to set properties on the created
parallel.cluster.Hadoop object.hadoopCluster
= parallel.cluster.Hadoop(Name,Value
)