Repository: spark
Updated Branches:
  refs/heads/branch-0.9 886a466f3 -> 349764d0c


Removed reference to incubation in README.md.

Author: Reynold Xin <[email protected]>

Closes #1 from rxin/readme and squashes the following commits:

b3a77cd [Reynold Xin] Removed reference to incubation in README.md.
(cherry picked from commit 84f7ca138165ca413897dada35c602676b0a614f)

Signed-off-by: Patrick Wendell <[email protected]>


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

Branch: refs/heads/branch-0.9
Commit: 349764d0c1f559257243ad34b8b055dd08bed7c2
Parents: 886a466
Author: Reynold Xin <[email protected]>
Authored: Wed Feb 26 16:52:26 2014 -0800
Committer: Patrick Wendell <[email protected]>
Committed: Wed Feb 26 16:53:56 2014 -0800

----------------------------------------------------------------------
 README.md | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/349764d0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c840a68..dc8135b 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 # Apache Spark
 
-Lightning-Fast Cluster Computing - <http://spark.incubator.apache.org/>
+Lightning-Fast Cluster Computing - <http://spark.apache.org/>
 
 
 ## Online Documentation
 
 You can find the latest Spark documentation, including a programming
-guide, on the project webpage at 
<http://spark.incubator.apache.org/documentation.html>.
+guide, on the project webpage at <http://spark.apache.org/documentation.html>.
 This README file only contains basic setup instructions.
 
 
@@ -92,21 +92,10 @@ If your project is built with Maven, add this to your POM 
file's `<dependencies>
 
 ## Configuration
 
-Please refer to the [Configuration 
guide](http://spark.incubator.apache.org/docs/latest/configuration.html)
+Please refer to the [Configuration 
guide](http://spark.apache.org/docs/latest/configuration.html)
 in the online documentation for an overview on how to configure Spark.
 
 
-## Apache Incubator Notice
-
-Apache Spark is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of
-all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in
-a manner consistent with other successful ASF projects. While incubation status
-is not necessarily a reflection of the completeness or stability of the code,
-it does indicate that the project has yet to be fully endorsed by the ASF.
-
-
 ## Contributing to Spark
 
 Contributions via GitHub pull requests are gladly accepted from their original

Reply via email to