Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 340 Bytes

spark-rdd-Partition.adoc

File metadata and controls

14 lines (10 loc) · 340 Bytes

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.

index: Int