From 46eecd110a4017ea0c86cbb1010d0ccd6a5eb2ef Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 31 Aug 2013 19:27:07 -0700 Subject: Initial work to rename package to org.apache.spark --- repl/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'repl/pom.xml') diff --git a/repl/pom.xml b/repl/pom.xml index f800664cff..f6276f1895 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -19,13 +19,13 @@ 4.0.0 - org.spark-project + org.apache.spark spark-parent 0.8.0-SNAPSHOT ../pom.xml - org.spark-project + org.apache.spark spark-repl jar Spark Project REPL @@ -38,18 +38,18 @@ - org.spark-project + org.apache.spark spark-core ${project.version} - org.spark-project + org.apache.spark spark-bagel ${project.version} runtime - org.spark-project + org.apache.spark spark-mllib ${project.version} runtime @@ -136,7 +136,7 @@ hadoop2-yarn - org.spark-project + org.apache.spark spark-yarn ${project.version} -- cgit v1.2.3 From 5701eb92c7ac75176e0daebd3d551a07eea63cb5 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 31 Aug 2013 22:45:53 -0700 Subject: Fix some URLs --- assembly/pom.xml | 2 +- bagel/pom.xml | 2 +- core/pom.xml | 2 +- docs/README.md | 2 +- docs/streaming-custom-receivers.md | 2 +- examples/pom.xml | 2 +- mllib/pom.xml | 2 +- pom.xml | 4 ++-- project/SparkBuild.scala | 4 ++-- repl-bin/pom.xml | 2 +- repl/pom.xml | 2 +- streaming/pom.xml | 2 +- tools/pom.xml | 2 +- yarn/pom.xml | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) (limited to 'repl/pom.xml') diff --git a/assembly/pom.xml b/assembly/pom.xml index dc63811b76..d19f44d292 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -28,7 +28,7 @@ org.apache.spark spark-assembly Spark Project Assembly - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/bagel/pom.xml b/bagel/pom.xml index 9340991377..51173c32b2 100644 --- a/bagel/pom.xml +++ b/bagel/pom.xml @@ -29,7 +29,7 @@ spark-bagel jar Spark Project Bagel - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/core/pom.xml b/core/pom.xml index c803217f96..5738b7406f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ spark-core jar Spark Project Core - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/docs/README.md b/docs/README.md index c2b3497bb3..dfcf753553 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 dfa343bf94..981cdfe0b2 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 13b5531511..224cf6c96c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -29,7 +29,7 @@ spark-examples jar Spark Project Examples - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/mllib/pom.xml b/mllib/pom.xml index 2d5d3c00d1..966caf6835 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -29,7 +29,7 @@ spark-mllib jar Spark Project ML Library - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/pom.xml b/pom.xml index 9230611eae..6a73e81da0 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ Matei Zaharia matei.zaharia@gmail.com http://www.cs.berkeley.edu/~matei - U.C. Berkeley Computer Science - http://www.cs.berkeley.edu/ + Apache Software Foundation + http://spark.incubator.apache.org diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 18e86d2cae..b1b99b37c4 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -121,8 +121,8 @@ object SparkBuild extends Build { Matei Zaharia matei.zaharia@gmail.com http://www.cs.berkeley.edu/~matei - U.C. Berkeley Computer Science - http://www.cs.berkeley.edu/ + Apache Software Foundation + http://spark.incubator.apache.org diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml index 6a1b09e8df..d61b36a61a 100644 --- a/repl-bin/pom.xml +++ b/repl-bin/pom.xml @@ -29,7 +29,7 @@ spark-repl-bin pom Spark Project REPL binary packaging - http://spark-project.org/ + http://spark.incubator.apache.org/ spark diff --git a/repl/pom.xml b/repl/pom.xml index f6276f1895..a1c87d7618 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -29,7 +29,7 @@ spark-repl jar Spark Project REPL - http://spark-project.org/ + http://spark.incubator.apache.org/ /usr/share/spark diff --git a/streaming/pom.xml b/streaming/pom.xml index c8946313ee..7bea069b61 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -29,7 +29,7 @@ spark-streaming jar Spark Project Streaming - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/tools/pom.xml b/tools/pom.xml index 664bf7dcbd..77646a6816 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -28,7 +28,7 @@ spark-tools jar Spark Project Tools - http://spark-project.org/ + http://spark.incubator.apache.org/ diff --git a/yarn/pom.xml b/yarn/pom.xml index a2afbeabff..fcacdac9eb 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -28,7 +28,7 @@ spark-yarn jar Spark Project YARN Support - http://spark-project.org/ + http://spark.incubator.apache.org/ target/scala-${scala.version}/classes -- cgit v1.2.3