What operations RDD support?



What operations RDD support?..

Answer / Ravi Kumar Gupta

RDD supports various transformations (like map, filter, and join) and actions (like count, saveAsTextFile, and reduce). These operations can be chained together to create complex data processing pipelines.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain the action count() in Spark RDD?

1 Answers  


When should you use spark cache?

1 Answers  


What are the major features/characteristics of rdd (resilient distributed datasets)?

1 Answers  


Why scala is used in spark?

1 Answers  


State the difference between persist() and cache() functions.

1 Answers  


What is Spark MLlib?

1 Answers  


Why we need compression and what are the different compression format supported?

1 Answers  


What is a spark shuffle?

1 Answers  


Explain various Apache Spark ecosystem components. In which scenarios can we use these components?

1 Answers  


What are the various modes in which Spark runs on YARN? (Local vs Client vs Cluster Mode)

1 Answers  


What is Immutable?

1 Answers  


What is map in spark?

1 Answers  


Categories