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

Name some sources from where Spark streaming component can process real-time data?

1 Answers  


What are shared variables in Apache Spark?

1 Answers  


Explain the operation transformation and action in Apache Spark RDD?

1 Answers  


What does reduce action do?

1 Answers  


Which all languages Apache Spark supports?

1 Answers  


How does groupbykey work in spark?

1 Answers  


Explain the run-time architecture of Spark?

1 Answers  


What are the ways in which Apache Spark handles accumulated Metadata?

1 Answers  


Explain the key features of Spark.

1 Answers  


Why spark is faster than hive?

1 Answers  


What is the command to start and stop the Spark in an interactive shell?

1 Answers  


How can data transfer be minimized when working with Apache Spark?

1 Answers  


Categories