You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/06/26 23:59:26 UTC

git commit: Small error in previous commit

Repository: spark
Updated Branches:
  refs/heads/branch-1.0 43ba1ab64 -> c23bfd7de


Small error in previous commit


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c23bfd7d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c23bfd7d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c23bfd7d

Branch: refs/heads/branch-1.0
Commit: c23bfd7de4b96078d52d5d97efc7f3be3ace643f
Parents: 43ba1ab
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Jun 26 14:59:18 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Jun 26 14:59:18 2014 -0700

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/SparkContext.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c23bfd7d/core/src/main/scala/org/apache/spark/SparkContext.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/SparkContext.scala b/core/src/main/scala/org/apache/spark/SparkContext.scala
index 922a568..f0d6c81 100644
--- a/core/src/main/scala/org/apache/spark/SparkContext.scala
+++ b/core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -342,7 +342,7 @@ class SparkContext(config: SparkConf) extends Logging {
     localProperties.set(props)
   }
 
-  @deprecated("Properties no longer need to be explicitly initialized.", "1.0.1")
+  @deprecated("Properties no longer need to be explicitly initialized.", "1.0.0")
   def initLocalProperties() {
     localProperties.set(new Properties())
   }
@@ -1265,7 +1265,7 @@ class SparkContext(config: SparkConf) extends Logging {
  */
 object SparkContext extends Logging {
 
-  private[spark] val SPARK_VERSION = "1.0.0"
+  private[spark] val SPARK_VERSION = "1.0.1"
 
   private[spark] val SPARK_JOB_DESCRIPTION = "spark.job.description"