|
1 | 1 | # Apache Spark
|
2 | 2 |
|
3 |
| -Lightning-Fast Cluster Computing - <http://spark.incubator.apache.org/> |
| 3 | +Lightning-Fast Cluster Computing - <http://spark.apache.org/> |
4 | 4 |
|
5 | 5 |
|
6 | 6 | ## Online Documentation
|
7 | 7 |
|
8 | 8 | You can find the latest Spark documentation, including a programming
|
9 |
| -guide, on the project webpage at <http://spark.incubator.apache.org/documentation.html>. |
| 9 | +guide, on the project webpage at <http://spark.apache.org/documentation.html>. |
10 | 10 | This README file only contains basic setup instructions.
|
11 | 11 |
|
12 | 12 |
|
@@ -92,21 +92,10 @@ If your project is built with Maven, add this to your POM file's `<dependencies>
|
92 | 92 |
|
93 | 93 | ## Configuration
|
94 | 94 |
|
95 |
| -Please refer to the [Configuration guide](http://spark.incubator.apache.org/docs/latest/configuration.html) |
| 95 | +Please refer to the [Configuration guide](http://spark.apache.org/docs/latest/configuration.html) |
96 | 96 | in the online documentation for an overview on how to configure Spark.
|
97 | 97 |
|
98 | 98 |
|
99 |
| -## Apache Incubator Notice |
100 |
| - |
101 |
| -Apache Spark is an effort undergoing incubation at The Apache Software |
102 |
| -Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of |
103 |
| -all newly accepted projects until a further review indicates that the |
104 |
| -infrastructure, communications, and decision making process have stabilized in |
105 |
| -a manner consistent with other successful ASF projects. While incubation status |
106 |
| -is not necessarily a reflection of the completeness or stability of the code, |
107 |
| -it does indicate that the project has yet to be fully endorsed by the ASF. |
108 |
| - |
109 |
| - |
110 | 99 | ## Contributing to Spark
|
111 | 100 |
|
112 | 101 | Contributions via GitHub pull requests are gladly accepted from their original
|
|
0 commit comments