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 pyspark used for?
Explain about the parts of Spark Architecture?
Is pyspark a framework?
How would you determine the quantity of parcels while making a RDD? What are the capacities?
Is pyspark faster than pandas?
What is the distinction among continue() and store()?
What is rdd in pyspark?
What is a Data Frame?
What is the use of pyspark?
What is pyspark sql?
What is the job of store() and continue()?
What is Lazy Evaluation?