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


What is stage and task in spark?



What is stage and task in spark?..

Answer / Yogendra Pal Singh

In Apache Spark, a "Stage" represents a collection of tasks that process the same dataset. A stage can be thought of as a unit of work that can run on one worker node at a time. On the other hand, a "Task" is the smallest unit of work that gets executed by workers in Spark. Each task performs some operation on a subset of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain briefly what is Action in Apache Spark? How is final result generated using an action?

1 Answers  


Why apache spark is faster than hadoop?

1 Answers  


Can spark work without hadoop?

1 Answers  


What is difference between hadoop and spark?

1 Answers  


What is "GraphX" in Spark?

1 Answers  


What is a shuffle block in spark?

1 Answers  


What is spark ml?

1 Answers  


Can you explain apache spark?

1 Answers  


What is difference between client and cluster mode in spark?

1 Answers  


How to create RDD?

1 Answers  


Illustrate some demerits of using Spark.

1 Answers  


How tasks are created in spark?

1 Answers  


Categories