1 2 3 4 5 6 7 8 9 10 11
| 23/10/23 06:55:45 INFO YarnScheduler: Removed TaskSet 0.0, whose tasks have all completed, from pool 23/10/23 06:55:45 INFO DAGScheduler: ResultStage 0 (reduce at SparkPi.scala:38) finished in 1.953 s 23/10/23 06:55:45 INFO DAGScheduler: Job 0 is finished. Cancelling potential speculative or zombie tasks for this job 23/10/23 06:55:45 INFO YarnScheduler: Killing all running tasks in stage 0: Stage finished 23/10/23 06:55:45 INFO DAGScheduler: Job 0 finished: reduce at SparkPi.scala:38, took 2.008845 s --- Pi is roughly 3.143515717578588 --- 23/10/23 06:55:45 INFO SparkContext: SparkContext is stopping with exitCode 0. 23/10/23 06:55:45 INFO SparkUI: Stopped Spark web UI at http://master:4040 23/10/23 06:55:45 INFO YarnClientSchedulerBackend: Interrupting monitor thread 23/10/23 06:55:45 INFO YarnClientSchedulerBackend: Shutting down all executors 23/10/23 06:55:45 INFO YarnSchedulerBackend$YarnDriverEndpoint: Asking each executor to shut down
|