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.

Related questions

0 votes
asked Feb 27, 2023 in JAVA by Robindeniel
0 votes
asked Feb 15, 2023 in Spark Preliminaries by Robindeniel
...