aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-02-26 16:52:26 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-26 16:52:26 -0800
commit84f7ca138165ca413897dada35c602676b0a614f (patch)
tree927408bfe460de0bb4a314623046e66e51e2469d /README.md
parent12738c1aec136acd7f2e3e2f8f2b541db0890630 (diff)
downloadspark-84f7ca138165ca413897dada35c602676b0a614f.tar.gz
spark-84f7ca138165ca413897dada35c602676b0a614f.tar.bz2
spark-84f7ca138165ca413897dada35c602676b0a614f.zip
Removed reference to incubation in README.md.
Author: Reynold Xin <rxin@apache.org> Closes #1 from rxin/readme and squashes the following commits: b3a77cd [Reynold Xin] Removed reference to incubation in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 3 insertions, 14 deletions
diff --git a/README.md b/README.md
index c840a68f76..dc8135b9b8 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