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


How does Apache Spark handles accumulated Metadata?



How does Apache Spark handles accumulated Metadata?..

Answer / Peeyush Tripathi

Apache Spark manages accumulated metadata using a structure called the lineage. Each RDD in the computation has a lineage, which is a record of all its ancestors. This allows Spark to trace back the history of data and recalculate any RDD that is needed again if it or one of its dependencies fails. Additionally, Spark periodically prunes the lineage graph to reduce memory usage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What are the various advantages of DataFrame over RDD in Apache Spark?

1 Answers  


Explain about trformations and actions in the context of rdds?

1 Answers  


What is spark database?

1 Answers  


What is difference between map and flatmap?

1 Answers  


Is rdd type safe?

1 Answers  


How can you compare Hadoop and Spark in terms of ease of use?

1 Answers  


Can we run Apache Spark without Hadoop?

1 Answers  


What is lineage graph in spark?

1 Answers  


How do I download adobe spark?

1 Answers  


How can you implement machine learning in Spark?

1 Answers  


Why apache spark is faster than hadoop?

1 Answers  


What is executor memory and driver memory in spark?

1 Answers  


Categories