Skip to content
Snippets Groups Projects
Commit 5701eb92 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Fix some URLs

parent debcf243
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<groupId>org.apache.spark</groupId> <groupId>org.apache.spark</groupId>
<artifactId>spark-assembly</artifactId> <artifactId>spark-assembly</artifactId>
<name>Spark Project Assembly</name> <name>Spark Project Assembly</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<repositories> <repositories>
<!-- A repository in the local filesystem for the Py4J JAR, which is not in Maven central --> <!-- A repository in the local filesystem for the Py4J JAR, which is not in Maven central -->
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-bagel</artifactId> <artifactId>spark-bagel</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project Bagel</name> <name>Spark Project Bagel</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-core</artifactId> <artifactId>spark-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project Core</name> <name>Spark Project Core</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<dependencies> <dependencies>
<dependency> <dependency>
......
Welcome to the Spark documentation! 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. 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.
......
...@@ -143,4 +143,4 @@ _A more comprehensive example is provided in the spark streaming examples_ ...@@ -143,4 +143,4 @@ _A more comprehensive example is provided in the spark streaming examples_
## References ## References
1.[Akka Actor documentation](http://doc.akka.io/docs/akka/2.0.5/scala/actors.html) 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)
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-examples</artifactId> <artifactId>spark-examples</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project Examples</name> <name>Spark Project Examples</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-mllib</artifactId> <artifactId>spark-mllib</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project ML Library</name> <name>Spark Project ML Library</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
<name>Matei Zaharia</name> <name>Matei Zaharia</name>
<email>matei.zaharia@gmail.com</email> <email>matei.zaharia@gmail.com</email>
<url>http://www.cs.berkeley.edu/~matei</url> <url>http://www.cs.berkeley.edu/~matei</url>
<organization>U.C. Berkeley Computer Science</organization> <organization>Apache Software Foundation</organization>
<organizationUrl>http://www.cs.berkeley.edu/</organizationUrl> <organizationUrl>http://spark.incubator.apache.org</organizationUrl>
</developer> </developer>
</developers> </developers>
<issueManagement> <issueManagement>
......
...@@ -121,8 +121,8 @@ object SparkBuild extends Build { ...@@ -121,8 +121,8 @@ object SparkBuild extends Build {
<name>Matei Zaharia</name> <name>Matei Zaharia</name>
<email>matei.zaharia@gmail.com</email> <email>matei.zaharia@gmail.com</email>
<url>http://www.cs.berkeley.edu/~matei</url> <url>http://www.cs.berkeley.edu/~matei</url>
<organization>U.C. Berkeley Computer Science</organization> <organization>Apache Software Foundation</organization>
<organizationUrl>http://www.cs.berkeley.edu/</organizationUrl> <organizationUrl>http://spark.incubator.apache.org</organizationUrl>
</developer> </developer>
</developers> </developers>
<issueManagement> <issueManagement>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-repl-bin</artifactId> <artifactId>spark-repl-bin</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spark Project REPL binary packaging</name> <name>Spark Project REPL binary packaging</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<properties> <properties>
<deb.pkg.name>spark</deb.pkg.name> <deb.pkg.name>spark</deb.pkg.name>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-repl</artifactId> <artifactId>spark-repl</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project REPL</name> <name>Spark Project REPL</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<properties> <properties>
<deb.install.path>/usr/share/spark</deb.install.path> <deb.install.path>/usr/share/spark</deb.install.path>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<artifactId>spark-streaming</artifactId> <artifactId>spark-streaming</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project Streaming</name> <name>Spark Project Streaming</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<repositories> <repositories>
<!-- A repository in the local filesystem for the Kafka JAR, which we modified for Scala 2.9 --> <!-- A repository in the local filesystem for the Kafka JAR, which we modified for Scala 2.9 -->
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<artifactId>spark-tools</artifactId> <artifactId>spark-tools</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project Tools</name> <name>Spark Project Tools</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<artifactId>spark-yarn</artifactId> <artifactId>spark-yarn</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spark Project YARN Support</name> <name>Spark Project YARN Support</name>
<url>http://spark-project.org/</url> <url>http://spark.incubator.apache.org/</url>
<build> <build>
<outputDirectory>target/scala-${scala.version}/classes</outputDirectory> <outputDirectory>target/scala-${scala.version}/classes</outputDirectory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment