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

What is spark application?

1 Answers  


Why do we need rdd in spark?

1 Answers  


When to use spark sql?

1 Answers  


What is spark executor cores?

1 Answers  


What is rdd map?

1 Answers  


What is the use of rdd in spark?

1 Answers  


What are the various storages from which Spark can read data?

1 Answers  


What is the difference between map and flatmap?

1 Answers  


Define a worker node?

1 Answers  


What is serialization in spark?

1 Answers  


What port does spark use?

1 Answers  


Name three companies which is used Spark Streaming services

1 Answers  


Categories