What is the difference between DSM and RDD?



What is the difference between DSM and RDD?..

Answer / Parvind Pal

"Apache Spark's DataSet API (DSM) was introduced as a successor to the RDD. While RDD provides a general distributed collection, DSM focuses on optimizing common data processing patterns by providing more efficient APIs for operations like joins and aggregations. DSM is built on top of RDD, offering similar functionality but with performance improvements."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Which are the various data sources available in spark sql?

1 Answers  


What are Actions? Give some examples.

1 Answers  


Is apache spark going to replace hadoop?

1 Answers  


Name three features of using Apache Spark

1 Answers  


What happens when we submit a spark job?

1 Answers  


What do you understand by Executor Memory in a Spark application?

1 Answers  


Explain Catalyst framework?

1 Answers  


Define Partition and Partitioner in Apache Spark?

1 Answers  


What is executor memory in spark?

1 Answers  


What do you understand by Lazy Evaluation?

1 Answers  


What apache spark is used for?

1 Answers  


When to use spark sql?

1 Answers  


Categories