RDD of int array to all possible paris (ordered)

后端 未结 0 1781
花落未央
花落未央 2020-12-28 21:51

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题