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 operation transformation and action in Apache Spark RDD?



Explain the operation transformation and action in Apache Spark RDD?..

Answer / Gagandeep

Transformations are a series of operations performed on an RDD that produce a new RDD. They are lazy, meaning they are not executed immediately but stored as tasks in a task graph. Examples include map(), filter(), and groupBy(). Actions are functions that return a value other than another RDD or DataFrame. Actions trigger the execution of all previous transformations and return the final result. Examples include count(), collect(), and saveAsTextFile().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What does apache spark stand for?

1 Answers  


What is in memory processing in spark?

1 Answers  


Is apache spark part of hadoop?

1 Answers  


What is map side join?

1 Answers  


What is Directed Acyclic Graph(DAG)?

1 Answers  


What are the cases where Apache Spark surpasses Hadoop?

1 Answers  


Where is rdd stored?

1 Answers  


Define "Transformations" in Spark

1 Answers  


How does Apache Spark handles accumulated Metadata?

1 Answers  


What is the use of spark sql?

1 Answers  


When creating an RDD, what goes on internally?

1 Answers  


Name some companies that are already using Spark Streaming?

1 Answers  


Categories