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