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


Define actions in spark.



Define actions in spark...

Answer / Neeraj Mishra

Actions are operations in Apache Spark that return a physical plan which gets executed on the cluster to produce results. Common examples of actions include count(), first(), reduce(), and collect(). Actions trigger data to be computed and returned to the driver program, making them blocking.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain accumulators in apache spark.

1 Answers  


If there is certain data that we want to use again and again in different transformations, what should improve the performance?

1 Answers  


Does spark sql use hive?

1 Answers  


How do I change hive execution engine to spark?

1 Answers  


What is spark and what is its purpose?

1 Answers  


What is the use of flatmap in spark?

1 Answers  


What is sc textfile?

1 Answers  


How can I improve my spark performance?

1 Answers  


Name various types of Cluster Managers in Spark.

1 Answers  


What is the role of Driver program in Spark Application?

1 Answers  


What is spark driver application?

1 Answers  


What are the features of RDD, that makes RDD an important abstraction of Spark?

1 Answers  


Categories