aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-09-03 16:58:19 -0700
committerAndrew Or <andrewor14@gmail.com>2014-09-03 16:58:19 -0700
commit2784822e4c63083a647cc2d6c7089065ef3b947d (patch)
tree95189c4904d68b9e254f67a045b9f8984ac893cc /core
parentf2b5b619a9efee91573c0e546792e68e72afce21 (diff)
downloadspark-2784822e4c63083a647cc2d6c7089065ef3b947d.tar.gz
spark-2784822e4c63083a647cc2d6c7089065ef3b947d.tar.bz2
spark-2784822e4c63083a647cc2d6c7089065ef3b947d.zip
[Minor] Fix outdated Spark version
This is causing the event logs to include a file called SPARK_VERSION_1.0.0, which is not accurate. Author: Andrew Or <andrewor14@gmail.com> Author: andrewor14 <andrewor14@gmail.com> Closes #2255 from andrewor14/spark-version and squashes the following commits: 1fbdfe9 [andrewor14] Snapshot 805a1c8 [Andrew Or] JK. Update Spark version to 1.2.0 instead. bffbaab [Andrew Or] Update Spark version to 1.1.0
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/SparkContext.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/SparkContext.scala b/core/src/main/scala/org/apache/spark/SparkContext.scala
index 529febff94..6eaf679476 100644
--- a/core/src/main/scala/org/apache/spark/SparkContext.scala
+++ b/core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -1297,7 +1297,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.2.0-SNAPSHOT"
private[spark] val SPARK_JOB_DESCRIPTION = "spark.job.description"