Skip to content

Commit 6bee01d

Browse files
witgopwendell
authored andcommitted
remove outdated runtime Information scala home
Author: witgo <[email protected]> Closes #728 from witgo/scala_home and squashes the following commits: cdfd8be [witgo] Merge branch 'master' of https://github.com/apache/spark into scala_home fac094a [witgo] remove outdated runtime Information scala home
1 parent 70bcdef commit 6bee01d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/SparkEnv.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ object SparkEnv extends Logging {
281281
val jvmInformation = Seq(
282282
("Java Version", "%s (%s)".format(Properties.javaVersion, Properties.javaVendor)),
283283
("Java Home", Properties.javaHome),
284-
("Scala Version", Properties.versionString),
285-
("Scala Home", Properties.scalaHome)
284+
("Scala Version", Properties.versionString)
286285
).sorted
287286

288287
// Spark properties

0 commit comments

Comments
 (0)