I used the Standalone Spark Cluster
to process several files. When I executed the Driver, the data was processed on each worker using it's cores.
Now, I've read about Partitions
, but I didn't get it if it's different than Worker Cores or not.
Is there a difference between setting cores number
and partition numbers
?