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


Compare Transformation and Action in Apache Spark?



Compare Transformation and Action in Apache Spark?..

Answer / Pratibha Dwivedi

Transformations are lazy operations that create a new dataset, but do not trigger any computation until an action is called. Actions, on the other hand, trigger the execution of all transformations up to that point, producing a result that can be persisted or written to an external storage system. Examples of actions include count(), collect(), and saveAsTextFile().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain the operations of Apache Spark RDD?

1 Answers  


What are accumulators in spark?

1 Answers  


What is spark context spark session?

1 Answers  


How do I install spark?

1 Answers  


What is the point of apache spark?

1 Answers  


How do you integrate spark and hive?

1 Answers  


Define Actions.

1 Answers  


What is DStream in Apache Spark Streaming?

1 Answers  


What is "GraphX" in Spark?

1 Answers  


Explain first() operation in Apache Spark?

1 Answers  


Which file systems does Spark support?

1 Answers  


What is spark job?

1 Answers  


Categories