Repository: spark Updated Branches: refs/heads/master 70bcdef48 -> 6bee01dd0
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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6bee01dd Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6bee01dd Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6bee01dd Branch: refs/heads/master Commit: 6bee01dd04ef73c6b829110ebcdd622d521ea8ff Parents: 70bcdef Author: witgo <[email protected]> Authored: Sun May 11 14:34:27 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sun May 11 14:34:27 2014 -0700 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/SparkEnv.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/6bee01dd/core/src/main/scala/org/apache/spark/SparkEnv.scala ---------------------------------------------------------------------- diff --git a/core/src/main/scala/org/apache/spark/SparkEnv.scala b/core/src/main/scala/org/apache/spark/SparkEnv.scala index 806e77d..19d507c 100644 --- a/core/src/main/scala/org/apache/spark/SparkEnv.scala +++ b/core/src/main/scala/org/apache/spark/SparkEnv.scala @@ -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
