Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return an RDD containing all pairs of elements with matching keys
result =
join(obj1,obj2,numPartitions)
performs
an inner join on result
=
join(obj1
,obj2
,numPartitions
)obj1
and obj2
and
returns an RDD result
of
key-value pairs containing all pairs of elements with matching keys
in the input RDDs. obj1
and obj2
must
be key-value pair RDDs. numPartitions
specifies
the number of partitions to create in the resulting RDD.
collect
| fullOuterJoin
| leftOuterJoin
| parallelize
| rightOuterJoin