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 operation in Apache Spark RDD? How is it useful?



Why is transformation lazy operation in Apache Spark RDD? How is it useful?..

Answer / Rahul Bajpai

Transformations in Apache Spark are lazy because they only execute when an action (like collect(), count(), or save()) is triggered. This allows for efficient task scheduling, optimization, and caching of intermediate results to improve performance for large datasets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Do we need to install spark in all nodes?

1 Answers  


What is tungsten engine in spark?

1 Answers  


Is spark sql a database?

1 Answers  


Explain leftOuterJoin() and rightOuterJoin() operation in Apache Spark?

1 Answers  


Who invented spark?

1 Answers  


What is apache spark used for?

1 Answers  


Write the command to start and stop the spark in an interactive shell?

1 Answers  


What are the optimization techniques in spark?

1 Answers  


What is hive on spark?

1 Answers  


What is sc textfile?

1 Answers  


What is broadcast variable?

1 Answers  


How can I improve my spark performance?

1 Answers  


Categories