+1 vote
in Spark Sql by
What is a partition in Spark?

1 Answer

0 votes
by

A partition in spark is a logical division of data stored on a Node in the cluster. Partitions are basic units of parallelism in Apache Spark.

...