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 the operations of Apache Spark RDD?



Explain the operations of Apache Spark RDD?..

Answer / Manoranjan Kumar

"Apache Spark's Resilient Distributed Dataset (RDD) is a fundamental data structure that provides a fault-tolerant distributed collection of objects. It can be created from Hadoop files, collections, or other RDDs. RDDs support two types of operations: transformations and actions. Transformations create a new dataset from an existing one without executing the computation. Examples include map(), filter(), and groupBy(). Actions, on the other hand, return a physical result to the driver program after running the computation on the cluster. Examples include count(), first(), collect(), saveAsTextFile(), etc. Spark performs RDD transformations lazily until an action is called."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is pair rdd in spark?

1 Answers  


Does spark require hadoop?

1 Answers  


Why do fires spark?

1 Answers  


Different Running Modes of Apache Spark

1 Answers  


What does the Spark Engine do?

1 Answers  


Explain the concept of resilient distributed dataset (rdd).

1 Answers  


What is spark code?

1 Answers  


Explain about the common workflow of a Spark program?

1 Answers  


Define the term ‘sparse vector.’

1 Answers  


Explain Spark Streaming with Socket?

1 Answers  


What is the future of apache spark?

1 Answers  


Explain distnct(),union(),intersection() and substract() transformation in Spark?

1 Answers  


Categories