Explain the terms Spark Partitions and Partitioners?
Answer Posted / Sheshmani Arya
In Spark, a partition is a logical division of data, used to manage parallelism. Each partition contains a subset of the original data. A Partitioner is an algorithm that determines how to split data into partitions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers