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


Explain transformation in rdd. How is lazy evaluation helpful in reducing the complexity of the system?



Explain transformation in rdd. How is lazy evaluation helpful in reducing the complexity of the syst..

Answer / Anshul Tripathi

"Transformation in RDD (Resilient Distributed Dataset) refers to operations applied on an existing RDD to produce a new RDD. Examples include map(), filter(), and reduce(). Lazy Evaluation is crucial for reducing complexity as it allows multiple transformations to be chained together without immediate execution, only triggering the actual computation when an action is called. This delay in evaluation enables efficient memory management and parallel processing.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

How can you trigger automatic clean-ups in Spark to handle accumulated metadata?

1 Answers  


What file systems Spark support?

1 Answers  


What is coalesce in spark?

1 Answers  


What happens when you submit spark job?

1 Answers  


Explain Spark map() transformation?

1 Answers  


What according to you is a common mistake apache spark developers make when using spark ?

1 Answers  


How do I optimize my spark code?

1 Answers  


Explain about the different types of transformations on DStreams?

1 Answers  


What is apache spark and what is it used for?

1 Answers  


What is meant by rdd in spark?

1 Answers  


Why lazy evaluation is good in spark?

1 Answers  


What are the common mistakes developers make when running Spark applications?

1 Answers  


Categories