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.

...