예제 #1
0
def _subtract_by_key(rdd: RDD, other: RDD):
    return rdd.subtractByKey(other, rdd.getNumPartitions())