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 spark rdd work?



How does spark rdd work?..

Answer / Avneesh Kumar Maurya

RDD (Resilient Distributed Dataset) is the fundamental data structure in Apache Spark. RDDs are immutable distributed collections of objects that can be processed in parallel. They are fault-tolerant, meaning if a worker node fails, the computation can be restarted on another node without losing any data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What are the various modes in which Spark runs on YARN? (Local vs Client vs Cluster Mode)

1 Answers  


Who created spark?

1 Answers  


Who is the founder of spark?

1 Answers  


What are shared variables in spark?

1 Answers  


In what ways sparksession different from sparkcontext?

1 Answers  


How do you parse data in xml? Which kind of class do you use with java to pass data?

1 Answers  


What is spark job?

1 Answers  


Hadoop uses replication to achieve fault tolerance. How is this achieved in Apache Spark?

1 Answers  


Does spark load all data in memory?

1 Answers  


Explain Spark coalesce() operation?

1 Answers  


Describe Partition and Partitioner in Apache Spark?

1 Answers  


What do you know about schemardd?

1 Answers  


Categories