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...


In a given spark program, how will you identify whether a given operation is Transformation or Action ?



In a given spark program, how will you identify whether a given operation is Transformation or Actio..

Answer / Ajay Kumar Dewabansi

Transformation operations in Spark return a new DataFrame/RDD without triggering physical execution. They can be chained together and only an action operation triggers the actual data processing. Examples of transformations include map, filter, and groupBy. An example of an action is count.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is spark vcores?

1 Answers  


Explain coalesce operation in Apache Spark?

1 Answers  


Can I install spark on windows?

1 Answers  


What is the future of apache spark?

1 Answers  


What is the difference between hive and spark?

1 Answers  


What is RDD Lineage?

1 Answers  


Why is there a need for broadcast variables when working with Apache Spark?

1 Answers  


How is machine learning implemented in spark?

1 Answers  


Explain the operations of Apache Spark RDD?

1 Answers  


Which the fundamental data structure of Spark

1 Answers  


When we create an rdd, does it bring the data and load it into the memory?

1 Answers  


Explain keys() operation in Apache spark?

1 Answers  


Categories