Skip to content

Commit

Permalink
remove outdated runtime Information scala home
Browse files Browse the repository at this point in the history
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
(cherry picked from commit 6bee01d)

Signed-off-by: Patrick Wendell <[email protected]>
  • Loading branch information
witgo authored and pwendell committed May 11, 2014
1 parent 758e543 commit 8097bb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/scala/org/apache/spark/SparkEnv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ object SparkEnv extends Logging {
val jvmInformation = Seq(
("Java Version", "%s (%s)".format(Properties.javaVersion, Properties.javaVendor)),
("Java Home", Properties.javaHome),
("Scala Version", Properties.versionString),
("Scala Home", Properties.scalaHome)
("Scala Version", Properties.versionString)
).sorted

// Spark properties
Expand Down

0 comments on commit 8097bb2

Please sign in to comment.