How tasks are created in spark?



How tasks are created in spark?..

Answer / Dineshkumar

Tasks in Apache Spark are created based on the data partitioning. Each partition is processed by a separate task, which may include multiple subtasks if necessary. Tasks are distributed across nodes in the cluster and executed by the executor running on each node.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Define paired RDD in Apache Spark?

1 Answers  


What are the optimization techniques in spark?

1 Answers  


What is map side join?

1 Answers  


Can we install spark on windows?

1 Answers  


What is the use of spark in big data?

1 Answers  


What are the benefits of lazy evaluation?

1 Answers  


Is it necessary to start Hadoop to run any Apache Spark Application ?

1 Answers  


What are transformations in spark?

1 Answers  


What are the cases where Apache Spark surpasses Hadoop?

1 Answers  


What is spark written?

1 Answers  


What is PageRank in Spark?

1 Answers  


Explain about the major libraries that constitute the Spark Ecosystem?

1 Answers  


Categories