0 votes
in Spark Preliminaries by
Explain what Spark's flatMap and Map are.

1 Answer

0 votes
by

A map is a simple line or row used to process data. FlatMap can map each input object to several different output items. So it is usually used to produce the Array's parts.

...