I am using pyspark to find all possible pairs from an RDD of int array.
Input:
[[0, 1, 2], [3, 4]]
Output RDD key value pairs of all possible combinatio