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...


Why is Transformation lazy in Spark?



Why is Transformation lazy in Spark?..

Answer / Romi Awasthi

Transformations are lazy in Spark to optimize resource utilization. When a transformation is called, it doesn't immediately execute the action on all data; instead, it creates a logical plan outlining the steps required to process the data. The physical execution starts only when an action like collect(), count(), or save() is triggered.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Which is the best spark certification?

1 Answers  


What is accumulators and broadcast variables in spark?

1 Answers  


What do you mean by Persistence?

1 Answers  


What is dag spark?

1 Answers  


List various commonly used machine learning algorithm?

1 Answers  


How can apache spark be used alongside hadoop?

1 Answers  


What are the actions in spark?

1 Answers  


How does spark rdd work?

1 Answers  


What are the common transformations in apache spark?

1 Answers  


How is Apache Spark better than Hadoop?

1 Answers  


By Default, how many partitions are created in RDD in Apache Spark?

1 Answers  


Explain Spark join() operation?

1 Answers  


Categories