How is rdd fault?



How is rdd fault?..

Answer / Supriya Suman

"RDD Fault Tolerance" in Apache Spark ensures that data processing can continue even if one or more worker nodes fail. By default, Spark stores each RDD partition on multiple replicas across different nodes to ensure high availability. When a task fails, the system restores the data from replicas and recomputes the failed task.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is spark deploy mode?

1 Answers  


What is serialization in spark?

1 Answers  


Can you run spark without hadoop?

1 Answers  


Explain first() operation in Apache Spark RDD?

1 Answers  


What file systems does spark support?

1 Answers  


How do we represent data in Spark?

1 Answers  


What is master node in spark?

1 Answers  


List the benefits of Spark over MapReduce.

1 Answers  


What is lineage graph in Apache Spark?

1 Answers  


List the languages supported by Apache Spark?

1 Answers  


Explain caching in spark streaming.

1 Answers  


What does map transformation do? Provide an example.

1 Answers  


Categories