diff --git a/assembly/pom.xml b/assembly/pom.xml
index 82396040251d3..7ce30179e9ca2 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,14 +21,14 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
org.apache.spark
spark-assembly_2.10
Spark Project Assembly
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
${project.build.directory}/scala-${scala.binary.version}/${project.artifactId}-${project.version}-hadoop${hadoop.version}.jar
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 6155ab5f20155..355f437c5b16a 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -29,7 +29,7 @@
spark-bagel_2.10
jar
Spark Project Bagel
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/core/pom.xml b/core/pom.xml
index d3a81d564c2e8..6626d7c1b96b5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -29,7 +29,7 @@
spark-core_2.10
jar
Spark Project Core
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/dev/audit-release/audit_release.py b/dev/audit-release/audit_release.py
index 4408658f5e33f..52c367d9b030d 100755
--- a/dev/audit-release/audit_release.py
+++ b/dev/audit-release/audit_release.py
@@ -31,10 +31,10 @@
import urllib2
## Fill in release details here:
-RELEASE_URL = "http://people.apache.org/~pwendell/spark-0.9.0-incubating-rc5/"
+RELEASE_URL = "http://people.apache.org/~pwendell/spark-1.0.0-rc1/"
RELEASE_KEY = "9E4FE3AF"
RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1006/"
-RELEASE_VERSION = "0.9.0-incubating"
+RELEASE_VERSION = "1.0.0"
SCALA_VERSION = "2.10.3"
SCALA_BINARY_VERSION = "2.10"
##
@@ -191,10 +191,6 @@ def ensure_path_not_present(x):
test("NOTICE" in base_files, "Tarball contains NOTICE file")
test("LICENSE" in base_files, "Tarball contains LICENSE file")
- os.chdir(os.path.join(WORK_DIR, dir_name))
- readme = "".join(open("README.md").readlines())
- disclaimer_part = "is an effort undergoing incubation"
- test(disclaimer_part in readme, "README file contains disclaimer")
os.chdir(WORK_DIR)
for artifact in artifacts:
diff --git a/ec2/README b/ec2/README
index 433da37b4c37c..72434f24bf98d 100644
--- a/ec2/README
+++ b/ec2/README
@@ -1,4 +1,4 @@
This folder contains a script, spark-ec2, for launching Spark clusters on
Amazon EC2. Usage instructions are available online at:
-http://spark.incubator.apache.org/docs/latest/ec2-scripts.html
+http://spark.apache.org/docs/latest/ec2-scripts.html
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index b0512ca891ad6..25e85381896b0 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -73,7 +73,7 @@ def parse_args():
parser.add_option("-v", "--spark-version", default="0.9.0",
help="Version of Spark to use: 'X.Y.Z' or a specific git hash")
parser.add_option("--spark-git-repo",
- default="https://github.com/apache/incubator-spark",
+ default="https://github.com/apache/spark",
help="Github repo from which to checkout supplied commit hash")
parser.add_option("--hadoop-major-version", default="1",
help="Major version of Hadoop (default: 1)")
diff --git a/examples/pom.xml b/examples/pom.xml
index 12a11821a4947..709907cb7ed87 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -29,7 +29,7 @@
spark-examples_2.10
jar
Spark Project Examples
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index a0e8b84514ef6..95ff872196dd0 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../pom.xml
@@ -29,7 +29,7 @@
spark-streaming-flume_2.10
jar
Spark Project External Flume
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/external/kafka/pom.xml b/external/kafka/pom.xml
index fb37cd79884c8..979eb0ca624bd 100644
--- a/external/kafka/pom.xml
+++ b/external/kafka/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../pom.xml
@@ -29,7 +29,7 @@
spark-streaming-kafka_2.10
jar
Spark Project External Kafka
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/external/mqtt/pom.xml b/external/mqtt/pom.xml
index cfa1870e982fe..2c476b402e83d 100644
--- a/external/mqtt/pom.xml
+++ b/external/mqtt/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../pom.xml
@@ -29,7 +29,7 @@
spark-streaming-mqtt_2.10
jar
Spark Project External MQTT
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/external/twitter/pom.xml b/external/twitter/pom.xml
index 077f88dc59bab..a443459594710 100644
--- a/external/twitter/pom.xml
+++ b/external/twitter/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../pom.xml
@@ -29,7 +29,7 @@
spark-streaming-twitter_2.10
jar
Spark Project External Twitter
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/external/zeromq/pom.xml b/external/zeromq/pom.xml
index 4c68294b7b5af..a40e55876e640 100644
--- a/external/zeromq/pom.xml
+++ b/external/zeromq/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../../pom.xml
@@ -29,7 +29,7 @@
spark-streaming-zeromq_2.10
jar
Spark Project External ZeroMQ
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/graphx/pom.xml b/graphx/pom.xml
index 4823ed1d4eaec..2b4d674221b18 100644
--- a/graphx/pom.xml
+++ b/graphx/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 9a61d7c3e46c0..c0e745dadb22c 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -29,7 +29,7 @@
spark-mllib_2.10
jar
Spark Project ML Library
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/pom.xml b/pom.xml
index 21060ee69c041..2fb104431936d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,10 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
pom
Spark Project Parent POM
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
Apache 2.0 License
@@ -37,9 +37,9 @@
- scm:git:git@github.com:apache/incubator-spark.git
- scm:git:https://git-wip-us.apache.org/repos/asf/incubator-spark.git
- scm:git:git@github.com:apache/incubator-spark.git
+ scm:git:git@github.com:apache/spark.git
+ scm:git:https://git-wip-us.apache.org/repos/asf/spark.git
+ scm:git:git@github.com:apache/spark.git
HEAD
@@ -49,7 +49,7 @@
matei.zaharia@gmail.com
http://www.cs.berkeley.edu/~matei
Apache Software Foundation
- http://spark.incubator.apache.org
+ http://spark.apache.org
@@ -64,23 +64,23 @@
Dev Mailing List
- dev@spark.incubator.apache.org
- dev-subscribe@spark.incubator.apache.org
- dev-unsubscribe@spark.incubator.apache.org
+ dev@spark.apache.org
+ dev-subscribe@spark.apache.org
+ dev-unsubscribe@spark.apache.org
User Mailing List
- user@spark.incubator.apache.org
- user-subscribe@spark.incubator.apache.org
- user-unsubscribe@spark.incubator.apache.org
+ user@spark.apache.org
+ user-subscribe@spark.apache.org
+ user-unsubscribe@spark.apache.org
Commits Mailing List
- commits@spark.incubator.apache.org
- commits-subscribe@spark.incubator.apache.org
- commits-unsubscribe@spark.incubator.apache.org
+ commits@spark.apache.org
+ commits-subscribe@spark.apache.org
+ commits-unsubscribe@spark.apache.org
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index c402415742b5e..f326e8c6c5b36 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -123,7 +123,7 @@ object SparkBuild extends Build {
def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.apache.spark",
- version := "1.0.0-incubating-SNAPSHOT",
+ version := "1.0.0-SNAPSHOT",
scalaVersion := "2.10.3",
scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", "-deprecation",
"-target:" + SCALAC_JVM_VERSION),
@@ -171,7 +171,7 @@ object SparkBuild extends Build {
apache
13
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
Apache 2.0 License
@@ -180,8 +180,8 @@ object SparkBuild extends Build {
- scm:git:git@github.com:apache/incubator-spark.git
- scm:git:git@github.com:apache/incubator-spark.git
+ scm:git:git@github.com:apache/spark.git
+ scm:git:git@github.com:apache/spark.git
@@ -190,7 +190,7 @@ object SparkBuild extends Build {
matei.zaharia@gmail.com
http://www.cs.berkeley.edu/~matei
Apache Software Foundation
- http://spark.incubator.apache.org
+ http://spark.apache.org
diff --git a/repl/pom.xml b/repl/pom.xml
index 4c5f9720c802a..3a6baf5c42f6a 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -29,7 +29,7 @@
spark-repl_2.10
jar
Spark Project REPL
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
/usr/share/spark
diff --git a/streaming/pom.xml b/streaming/pom.xml
index acc1d23c7dc20..2f358c99380a6 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -21,7 +21,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -29,7 +29,7 @@
spark-streaming_2.10
jar
Spark Project Streaming
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/tools/pom.xml b/tools/pom.xml
index a27f0db6e5628..67f2d780f312e 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
@@ -28,7 +28,7 @@
spark-tools_2.10
jar
Spark Project Tools
- http://spark.incubator.apache.org/
+ http://spark.apache.org/
diff --git a/yarn/alpha/pom.xml b/yarn/alpha/pom.xml
index b026128980cb8..e076ca1d44b97 100644
--- a/yarn/alpha/pom.xml
+++ b/yarn/alpha/pom.xml
@@ -20,7 +20,7 @@
org.apache.spark
yarn-parent_2.10
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
diff --git a/yarn/pom.xml b/yarn/pom.xml
index c0e133dd603b1..be51679292933 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -20,7 +20,7 @@
org.apache.spark
spark-parent
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml
diff --git a/yarn/stable/pom.xml b/yarn/stable/pom.xml
index 7c312206d16d3..0780f251b595c 100644
--- a/yarn/stable/pom.xml
+++ b/yarn/stable/pom.xml
@@ -20,7 +20,7 @@
org.apache.spark
yarn-parent_2.10
- 1.0.0-incubating-SNAPSHOT
+ 1.0.0-SNAPSHOT
../pom.xml