0 votes
in Spark Preliminaries by
What are walls made of?

1 Answer

0 votes
by

Partition is a way to divide records logically. This idea comes from Map-Reduce (split), which uses logical data to process data directly. Small bits of data can also help the operation grow and go faster. Input data, output data & intermediate data are all partitioned RDDs.

Related questions

0 votes
asked Feb 15, 2023 in Spark Preliminaries by Robindeniel
+1 vote
asked Sep 16, 2022 in Spark Preliminaries by sharadyadav1986
...