vinodkc commented on code in PR #41144:
URL: https://github.com/apache/spark/pull/41144#discussion_r1214791186
##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -2114,6 +2114,8 @@ class SparkContext(config: SparkConf) extends Logging {
* @param exitCode Specified exit code that will passed to scheduler backend
in client mode.
*/
def stop(exitCode: Int): Unit = {
+ logInfo(s"OS info ${System.getProperty("os.name")},
${System.getProperty("os.version")}, " +
+ s"${System.getProperty("os.arch")}, Java version
${System.getProperty("java.version")}")
Review Comment:
Thanks for the review comment. I fixed the comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]