[ https://issues.apache.org/jira/browse/SPARK-42357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun resolved SPARK-42357. ----------------------------------- Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 39900 [https://github.com/apache/spark/pull/39900] > Log `exitCode` when `SparkContext.stop` starts > ---------------------------------------------- > > Key: SPARK-42357 > URL: https://issues.apache.org/jira/browse/SPARK-42357 > Project: Spark > Issue Type: Improvement > Components: Spark Core > Affects Versions: 3.4.0 > Reporter: Dongjoon Hyun > Assignee: Dongjoon Hyun > Priority: Major > Fix For: 3.4.0 > > > {code} > 23/02/06 02:12:55 INFO SparkContext: SparkContext is stopping with exitCode 0. > {code} > {code} > Pi is roughly 3.147080 > 23/02/06 02:12:55 INFO SparkContext: SparkContext is stopping with exitCode 0. > ... > 23/02/06 02:12:55 INFO AbstractConnector: Stopped Spark@1cb72b8{HTTP/1.1, > (http/1.1)}{localhost:4040} > 23/02/06 02:12:55 INFO SparkUI: Stopped Spark web UI at http://localhost:4040 > 23/02/06 02:12:55 INFO MapOutputTrackerMasterEndpoint: > MapOutputTrackerMasterEndpoint stopped! > 23/02/06 02:12:55 INFO MemoryStore: MemoryStore cleared > 23/02/06 02:12:55 INFO BlockManager: BlockManager stopped > 23/02/06 02:12:55 INFO BlockManagerMaster: BlockManagerMaster stopped > 23/02/06 02:12:55 INFO > OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: > OutputCommitCoordinator stopped! > 23/02/06 02:12:55 INFO SparkContext: Successfully stopped SparkContext > 23/02/06 02:12:56 INFO ShutdownHookManager: Shutdown hook called > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org