parallel.cluster.Hadoop
R2026bHadoop cluster for mapreducer, mapreduce and tall arrays
Description
A parallel.cluster.Hadoop object provides access to a cluster
for configuring mapreducer, mapreduce, and tall arrays.
Creation
Use the parallel.cluster.Hadoop function to create a Hadoop® cluster object.
Syntax
Description
creates a hadoopCluster = parallel.cluster.Hadoopparallel.cluster.Hadoop object representing
the Hadoop cluster.
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.
specifies one or more property values using name-value arguments. For example,
hadoopCluster = parallel.cluster.Hadoop(PropertyName=Value)parallel.cluster.Hadoop(HadoopInstallFolder='/host/hadoop-install');
sets the Hadoop install folder.
Output Arguments
Properties
Object Functions
mapreduce | Programming technique for analyzing data sets that do not fit in memory |
mapreducer | Define parallel execution environment for mapreduce and tall arrays |
Examples
More About
Version History
Introduced in R2014b