diff --git a/assembly/pom.xml b/assembly/pom.xml index dc63811b76a874e7fe3851726ff0dd3c166d612f..d19f44d292b7f1651c80b8b0b0a25b2fb1bccf11 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-assembly</artifactId> <name>Spark Project Assembly</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <repositories> <!-- A repository in the local filesystem for the Py4J JAR, which is not in Maven central --> diff --git a/bagel/pom.xml b/bagel/pom.xml index 9340991377aa2da542d6deef9dbb9085c69c7c8b..51173c32b2c152ddfb3166df80deccad86f31c1a 100644 --- a/bagel/pom.xml +++ b/bagel/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-bagel</artifactId> <packaging>jar</packaging> <name>Spark Project Bagel</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <dependencies> <dependency> diff --git a/core/pom.xml b/core/pom.xml index c803217f96418900df585960347f0152330f1ab1..5738b7406f89c91032f956b7abdbf5db44d6d0c4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-core</artifactId> <packaging>jar</packaging> <name>Spark Project Core</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <dependencies> <dependency> diff --git a/docs/README.md b/docs/README.md index c2b3497bb374ecc8b811d895b59032a7ab68fcbb..dfcf7535538f06c99ec145d03a18a8a75fda9c8b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ Welcome to the Spark documentation! -This readme will walk you through navigating and building the Spark documentation, which is included here with the Spark source code. You can also find documentation specific to release versions of Spark at http://spark-project.org/documentation.html. +This readme will walk you through navigating and building the Spark documentation, which is included here with the Spark source code. You can also find documentation specific to release versions of Spark at http://spark.incubator.apache.org/documentation.html. Read on to learn more about viewing documentation in plain text (i.e., markdown) or building the documentation yourself. Why build it yourself? So that you have the docs that corresponds to whichever version of Spark you currently have checked out of revision control. diff --git a/docs/streaming-custom-receivers.md b/docs/streaming-custom-receivers.md index dfa343bf94f90684eb2edf91c16ef3d7fdeb9803..981cdfe0b2fab2e88472618a8ea51b4bbd82e661 100644 --- a/docs/streaming-custom-receivers.md +++ b/docs/streaming-custom-receivers.md @@ -143,4 +143,4 @@ _A more comprehensive example is provided in the spark streaming examples_ ## References 1.[Akka Actor documentation](http://doc.akka.io/docs/akka/2.0.5/scala/actors.html) -2.[NetworkReceiver](http://spark-project.org/docs/latest/api/streaming/index.html#spark.streaming.dstream.NetworkReceiver) +2.[NetworkReceiver](http://spark.incubator.apache.org/docs/latest/api/streaming/index.html#spark.streaming.dstream.NetworkReceiver) diff --git a/examples/pom.xml b/examples/pom.xml index 13b553151137e3d4bac239b3a27a5631c7b57363..224cf6c96c9cc91b80a03963f777c246fae403f7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-examples</artifactId> <packaging>jar</packaging> <name>Spark Project Examples</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <dependencies> <dependency> diff --git a/mllib/pom.xml b/mllib/pom.xml index 2d5d3c00d10b426b8cbeda9f3716bd2e9b092dbf..966caf6835561f0a876970aeaf2118c6568d16e4 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-mllib</artifactId> <packaging>jar</packaging> <name>Spark Project ML Library</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <dependencies> <dependency> diff --git a/pom.xml b/pom.xml index 9230611eaea43e002b255ed97b77135356865a9c..6a73e81da0b767e2a005cfc2a8f9b35b7223dca1 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ <name>Matei Zaharia</name> <email>matei.zaharia@gmail.com</email> <url>http://www.cs.berkeley.edu/~matei</url> - <organization>U.C. Berkeley Computer Science</organization> - <organizationUrl>http://www.cs.berkeley.edu/</organizationUrl> + <organization>Apache Software Foundation</organization> + <organizationUrl>http://spark.incubator.apache.org</organizationUrl> </developer> </developers> <issueManagement> diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 18e86d2cae74f061d040d0b47baca2b58eaf37c1..b1b99b37c4f9328a380faac3317c8084527fb7f5 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -121,8 +121,8 @@ object SparkBuild extends Build { <name>Matei Zaharia</name> <email>matei.zaharia@gmail.com</email> <url>http://www.cs.berkeley.edu/~matei</url> - <organization>U.C. Berkeley Computer Science</organization> - <organizationUrl>http://www.cs.berkeley.edu/</organizationUrl> + <organization>Apache Software Foundation</organization> + <organizationUrl>http://spark.incubator.apache.org</organizationUrl> </developer> </developers> <issueManagement> diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml index 6a1b09e8df7beb62499b190468d9b90338d23712..d61b36a61a6559a210a54270d1dee466bb77a5a4 100644 --- a/repl-bin/pom.xml +++ b/repl-bin/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-repl-bin</artifactId> <packaging>pom</packaging> <name>Spark Project REPL binary packaging</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <properties> <deb.pkg.name>spark</deb.pkg.name> diff --git a/repl/pom.xml b/repl/pom.xml index f6276f18958581cc3ca92b789d290dff684e1c38..a1c87d7618249cc720a2ecb65aa75dc8ae9248e8 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-repl</artifactId> <packaging>jar</packaging> <name>Spark Project REPL</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <properties> <deb.install.path>/usr/share/spark</deb.install.path> diff --git a/streaming/pom.xml b/streaming/pom.xml index c8946313ee9d0c514023c3d825a1224f90e4e76a..7bea069b6158a2292c47bd6f6c91bead6e9fd3f9 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -29,7 +29,7 @@ <artifactId>spark-streaming</artifactId> <packaging>jar</packaging> <name>Spark Project Streaming</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <repositories> <!-- A repository in the local filesystem for the Kafka JAR, which we modified for Scala 2.9 --> diff --git a/tools/pom.xml b/tools/pom.xml index 664bf7dcbdb3e4b71259665bebe723067c582434..77646a68165adea8bb810259f91ff368367f652d 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -28,7 +28,7 @@ <artifactId>spark-tools</artifactId> <packaging>jar</packaging> <name>Spark Project Tools</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <dependencies> <dependency> diff --git a/yarn/pom.xml b/yarn/pom.xml index a2afbeabff443a9a1a0f4608d0ea0717f7959b6c..fcacdac9eb861ab319214e087f4be348fc21e0b6 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -28,7 +28,7 @@ <artifactId>spark-yarn</artifactId> <packaging>jar</packaging> <name>Spark Project YARN Support</name> - <url>http://spark-project.org/</url> + <url>http://spark.incubator.apache.org/</url> <build> <outputDirectory>target/scala-${scala.version}/classes</outputDirectory>