Repository: spark Updated Branches: refs/heads/branch-1.0 758e5439f -> 8097bb281
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 (cherry picked from commit 6bee01dd04ef73c6b829110ebcdd622d521ea8ff) Signed-off-by: Patrick Wendell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8097bb28 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8097bb28 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8097bb28 Branch: refs/heads/branch-1.0 Commit: 8097bb2817da449450d54af9ab515d409e918ff8 Parents: 758e543 Author: witgo <[email protected]> Authored: Sun May 11 14:34:27 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sun May 11 14:34:56 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/8097bb28/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
