Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the benefits of Spark lazy evaluation?



What are the benefits of Spark lazy evaluation?..

Answer / Aditya Kumar

"Lazy evaluation offers several advantages in Apache Spark:nn1. Improved Resource Utilization: By delaying computations, Spark can better manage its resources, as it only performs necessary operations when needed.nn2. Enhanced Fault Tolerance: If a task fails during lazy evaluation, the entire job is not lost; instead, Spark re-executes the failed task on another worker, ensuring data integrity.nn3. Better Performance: Lazy evaluation allows for better scheduling and optimization of tasks by considering the dependencies between them, leading to improved performance."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Is hadoop mandatory for spark?

1 Answers  


Explain schemardd?

1 Answers  


How tasks are created in spark?

1 Answers  


Should I install spark on all nodes of yarn cluster?

1 Answers  


Can you mention some features of spark?

1 Answers  


What operations RDD support?

1 Answers  


What is difference between spark and kafka?

1 Answers  


List out the various advantages of dataframe over rdd in apache spark?

1 Answers  


Explain sortbykey() operation?

1 Answers  


Do I need to know scala to learn spark?

1 Answers  


What is difference between scala and spark?

1 Answers  


What are the various functions of Spark Core?

1 Answers  


Categories