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


What is Resilient Distributed Dataset (RDD) in Apache Spark? How does it make spark operator rich?



What is Resilient Distributed Dataset (RDD) in Apache Spark? How does it make spark operator rich?..

Answer / Ankit Bhatnagar

Resilient Distributed Dataset (RDD) is the fundamental data structure in Apache Spark. It is an immutable distributed collection of objects. RDDs are fault-tolerant and can handle failures gracefully through lineage information, which allows them to recalculate a partition if a failure occurs. This makes Spark operator rich because it provides a wide range of operations such as map(), filter(), reduce(), and join().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Which is the best spark certification?

1 Answers  


Does spark need yarn?

1 Answers  


What is scala and spark?

1 Answers  


Can you do real-time processing with Spark SQL?

1 Answers  


What is the default spark executor memory?

1 Answers  


Is there any API available for implementing graphs in Spark?

1 Answers  


List some use cases where Spark outperforms Hadoop in processing.

1 Answers  


What do you understand by Executor Memory in a Spark application?

1 Answers  


Explain the level of parallelism in Spark Streaming? Also, describe its need.

1 Answers  


What is spark pipeline?

1 Answers  


What is the driver program in spark?

1 Answers  


What port does spark use?

1 Answers  


Categories