What is a spark rdd?



What is a spark rdd?..

Answer / Neeraj Sahu

Resilient Distributed Datasets (RDDs) are the fundamental data structure in Apache Spark. They are fault-tolerant distributed collections of objects that can be processed in parallel.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain Accumulator in Spark?

1 Answers  


What are accumulators in Apache Spark?

1 Answers  


What happens when we submit a spark job?

1 Answers  


Can I run Apache Spark without Hadoop?

1 Answers  


Explain catalyst query optimizer in Apache Spark?

1 Answers  


What is salting in spark?

1 Answers  


Is there a module to implement sql in spark? How does it work?

1 Answers  


Is spark written in java?

1 Answers  


How to explain Bigdatadeveloper projects

1 Answers  


How can you compare Hadoop and Spark in terms of ease of use?

1 Answers  


What is the difference between spark and python?

1 Answers  


What is number of executors in spark?

1 Answers  


Categories