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

Can you explain spark graphx?

1 Answers  


Explain countByValue() operation in Apache Spark RDD?

1 Answers  


What according to you is a common mistake apache spark developers make when using spark ?

1 Answers  


What is Speculative Execution in Apache Spark?

1 Answers  


What is spark pipeline?

1 Answers  


What apache spark is used for?

1 Answers  


What is Spark DataFrames?

1 Answers  


Explain sortbykey() operation?

1 Answers  


What is catalyst framework in spark?

1 Answers  


What are the great features of spark sql?

1 Answers  


What is the difference between hive and spark?

1 Answers  


Do we need scala for spark?

1 Answers  


Categories