Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Merge the values for each key using an associative reduce function, but return the results immediately to the driver
result =
reduceByKeyLocally(obj,func)
merges
the values for each key using an associative reduce function result
=
reduceByKeyLocally(obj
,func
)func
,
and returns the results immediately to the driver.
matlab.compiler.mlspark.RDD.collect
| matlab.compiler.mlspark.RDD.map
| matlab.compiler.mlspark.RDD.reduce
| matlab.compiler.mlspark.RDD.reduceByKey
| matlab.compiler.mlspark.SparkContext.parallelize