What are activities ?
Answer / Abhishek Kumar Verm
Activities in Spark are long-running processes that can be managed by the Spark engine. They allow for monitoring and managing the lifecycle of a task or set of tasks, such as Spark Streaming input streams or long-running iterative algorithms. An Activity is made up of one or more stages, which consist of one or more tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is udf in pyspark?
What is spark and pyspark?
How is pyspark different from python?
What is YARN?
Show some utilization situations where Spark beats Hadoop in preparing?
Do you have to introduce Spark on all hubs of YARN bunch?
What is the difference between apache spark and pyspark?
What is pyspark sql?
Notice a few Transformations and Actions?
What is map in pyspark?
Is scala faster than pyspark?
What is rdd in pyspark?