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 about transformations and actions in the context of RDDs.



Explain about transformations and actions in the context of RDDs...

Answer / Ashok Kumar Ray

Transformations in Apache Spark are lazy operations that create new datasets (RDDs) based on existing ones. They are applied to an RDD but do not trigger execution. Actions, on the other hand, are execution triggers that process and return a value back to the driver program. Examples of transformations include map(), filter(), and groupBy(). Examples of actions include count(), first(), and saveAsTextFile().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Is it necessary to install spark on all the nodes of a YARN cluster while running Apache Spark on YARN ?

1 Answers  


Name the languages which are supported by apache spark and which one is most popular?

1 Answers  


What is difference between map and flatmap in spark?

1 Answers  


What is deploy mode in spark?

1 Answers  


Is databricks a database?

1 Answers  


What is javardd spark?

1 Answers  


What are the two ways to create rdd in spark?

1 Answers  


Is spark and hadoop same?

1 Answers  


What can skew the mean?

1 Answers  


What is a databricks cluster?

1 Answers  


What are the abstractions of Apache Spark?

1 Answers  


What role does worker node play in Apache Spark Cluster? And what is the need to register a worker node with the driver program?

1 Answers  


Categories