Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Perform a right outer join
result =
rightOuterJoin(obj1,obj2,numPartitions)
performs
a right outer join between two key-value pair RDDs, result =
rightOuterJoin(obj1,obj2,numPartitions)obj1 and obj2. numPartitions specifies
the number of partitions to create in the resulting RDD.
matlab.compiler.mlspark.RDD.collect | matlab.compiler.mlspark.RDD.fullOuterJoin | matlab.compiler.mlspark.RDD.join | matlab.compiler.mlspark.RDD.leftOuterJoin | matlab.compiler.mlspark.SparkContext.parallelize