You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/09/01 23:59:50 UTC

[66/69] [abbrv] git commit: Fix some URLs

Fix some URLs


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

Branch: refs/heads/branch-0.8
Commit: 5701eb92c7ac75176e0daebd3d551a07eea63cb5
Parents: debcf24
Author: Matei Zaharia <ma...@eecs.berkeley.edu>
Authored: Sat Aug 31 22:45:53 2013 -0700
Committer: Matei Zaharia <ma...@eecs.berkeley.edu>
Committed: Sun Sep 1 14:13:16 2013 -0700

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index dc63811..d19f44d 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 -->

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/bagel/pom.xml
----------------------------------------------------------------------
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 9340991..51173c3 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index c803217..5738b74 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index c2b3497..dfcf753 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.
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/docs/streaming-custom-receivers.md
----------------------------------------------------------------------
diff --git a/docs/streaming-custom-receivers.md b/docs/streaming-custom-receivers.md
index dfa343b..981cdfe 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)

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 13b5531..224cf6c 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/mllib/pom.xml
----------------------------------------------------------------------
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 2d5d3c0..966caf6 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9230611..6a73e81 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 18e86d2..b1b99b3 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/repl-bin/pom.xml
----------------------------------------------------------------------
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index 6a1b09e..d61b36a 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index f6276f1..a1c87d7 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index c894631..7bea069 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 -->

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 664bf7d..77646a6 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>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5701eb92/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/pom.xml b/yarn/pom.xml
index a2afbea..fcacdac 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>