Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Zip one RDD with another
result =
zip(obj1,obj2)
returns
a key-value pair RDD result =
zip(obj1,obj2)result,
where the first element in the pair is from obj1 and
second element is from obj2. The output RDD result has the same number of elements
as obj1. Both the obj1 and
the obj2 must have the same length.
matlab.compiler.mlspark.RDD.cartesian | matlab.compiler.mlspark.RDD.zipWithIndex | matlab.compiler.mlspark.RDD.zipWithUniqueId | matlab.compiler.mlspark.SparkContext.parallelize