Partition
Partition is a contract of a partition index of a RDD.
|
Note
|
A partition is missing when it has not be computed yet. |
Partition is identified by an partition index that is a unique identifier of a partition of a RDD.
|
1 2 3 4 5 |
index: Int |
spark技术分享