Why lazy evaluation is good in spark?



Why lazy evaluation is good in spark?..

Answer / Satyendra Kumar Verma

Lazy Evaluation is good in Spark because it allows for efficient resource utilization. By delaying the execution of actions, Spark can optimize and schedule the tasks to run in parallel, reducing unnecessary computations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Which spark library allows reliable file sharing at memory speed across different cluster frameworks?

1 Answers  


What is row rdd in spark?

1 Answers  


Why are spark transformations lazy?

1 Answers  


What is aggregatebykey spark?

1 Answers  


What is a dstream in apache spark?

1 Answers  


Is it possible to run Apache Spark on Apache Mesos?

1 Answers  


Define Spark-SQL?

1 Answers  


What is spark training?

1 Answers  


Explain various level of persistence in Apache Spark?

1 Answers  


What is the difference between client mode and cluster mode in spark?

1 Answers  


What happens when an action is executed in spark?

1 Answers  


What happens when we submit a spark job?

1 Answers  


Categories