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 are spark transformations lazy?



Why are spark transformations lazy?..

Answer / Yashwant Singh Rana

Spark transformations (such as map(), filter(), and groupBy()) are lazy because they don't immediately execute the operations on the underlying data. Instead, they create new RDDs or DataFrames that represent the results of the transformation. This allows for efficient execution by batching multiple transformations together and optimizing the execution plan before actually performing the computations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain Dsstream with reference to Apache Spark

1 Answers  


What are the ways to create RDDs in Apache Spark? Explain.

1 Answers  


What advantages does Spark offer over Hadoop MapReduce?

1 Answers  


What are broadcast variables in Apache Spark? Why do we need them?

1 Answers  


Can you explain how to minimize data transfers while working with Spark?

1 Answers  


Explain the action count() in Spark RDD?

1 Answers  


What do you use spark for?

1 Answers  


What is row rdd in spark?

1 Answers  


What does it mean by Columnar Storage Format?

1 Answers  


Why do we use spark?

1 Answers  


What is action, how it process data in apache spark

1 Answers  


How do you integrate spark and hive?

1 Answers  


Categories