1. Apache Spark | Map and FlatMap

    Map and FlatMap functions transform one collection in to another just like the map and flatmap functions in several other functional languages. In the context of Apache Spark, they transform one RDD in to another RDD.

    Apache Spark Logo

    Here is how they differ from each other.

    Map

    Map converts an RDD of …

    read more

« Page 2 / 2

social