We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2deb7 commit d903529Copy full SHA for d903529
core/src/main/scala/org/apache/spark/SparkEnv.scala
@@ -395,7 +395,7 @@ object SparkEnv extends Logging {
395
val sparkProperties = (conf.getAll ++ schedulerMode).sorted
396
397
// System properties that are not java classpaths
398
- val systemProperties = System.getProperties.iterator.toSeq
+ val systemProperties = Utils.getSystemProperties.toSeq
399
val otherProperties = systemProperties.filter { case (k, _) =>
400
k != "java.class.path" && !k.startsWith("spark.")
401
}.sorted
0 commit comments