What is rdd map?



What is rdd map?..

Answer / 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

More Apache Spark Interview Questions

To use Spark on an existing Hadoop Cluster, do we need to install Spark on all nodes of Hadoop?

1 Answers  


Explain accumulators in apache spark.

1 Answers  


Explain Spark leftOuterJoin() and rightOuterJoin() operation?

1 Answers  


What is the significance of Sliding Window operation?

1 Answers  


Is spark faster than hadoop?

1 Answers  


Can spark work without hadoop?

1 Answers  


Which are the various data sources available in spark sql?

1 Answers  


What operations does rdd support?

1 Answers  


When running Spark applications, is it necessary to install Spark on all the nodes of YARN cluster?

1 Answers  


Does spark use yarn?

1 Answers  


How many partitions are created by default in Apache Spark RDD?

1 Answers  


Can we run spark without hadoop?

1 Answers  


Categories