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 to identify that the given operation is transformation or action?



How to identify that the given operation is transformation or action?..

Answer / Rahul Vardhan

{"In Apache Spark, operations can be categorized as transformations (lazy) or actions (eager). Transformations create new DataFrames or RDDs but do not execute them immediately. Instead, they are collected and executed when an action is called. Examples of transformations include map(), filter(), and groupBy(). Actions, on the other hand, trigger the execution of transformations and return a value to the driver program. Examples of actions include count(), first(), and collect()."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Describe Accumulator in detail in Apache Spark?

1 Answers  


Define paired RDD in Apache Spark?

1 Answers  


Can you explain about the cluster manager of apache spark?

1 Answers  


What are spark jobs?

1 Answers  


Why is rdd immutable?

1 Answers  


On what all basis can you differentiate rdd, dataframe, and dataset?

1 Answers  


What is Spark?

1 Answers  


How can you store the data in spark?

1 Answers  


What are spark stages?

1 Answers  


What is Directed Acyclic Graph in Apache Spark?

1 Answers  


What does MLlib do?

1 Answers  


What is the spark driver?

1 Answers  


Categories