adspace


What is rdd map?

Answer Posted / Rashi Gupta

RDD (Resilient Distributed Dataset) Map is a transformation operation in Apache Spark that applies a user-defined function to each element of an RDD. The resulting collection is another RDD, with the same type as the input data but containing transformed elements.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of spark?

343


List the advantage of Parquet file in Apache Spark?

525


Explain how RDDs work with Scala in Spark

411


What is meant by Transformation? Give some examples.

385