Answer Posted / Sushma Kaithwar
A Partition in Spark is a logical division of an RDD or DataFrame. Each partition contains a subset of the total data and is processed by one worker node in a distributed computing environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers