forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remaining references to incubation
This removes some loose ends not caught by the other (incubating -> tlp) patches. @markhamstra this updates the version as you mentioned earlier. Author: Patrick Wendell <[email protected]> Closes apache#51 from pwendell/tlp and squashes the following commits: d553b1b [Patrick Wendell] Remove remaining references to incubation
- Loading branch information
Showing
22 changed files
with
54 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
This folder contains a script, spark-ec2, for launching Spark clusters on | ||
Amazon EC2. Usage instructions are available online at: | ||
|
||
http://spark.incubator.apache.org/docs/latest/ec2-scripts.html | ||
http://spark.apache.org/docs/latest/ec2-scripts.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,10 @@ | |
</parent> | ||
<groupId>org.apache.spark</groupId> | ||
<artifactId>spark-parent</artifactId> | ||
<version>1.0.0-incubating-SNAPSHOT</version> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Spark Project Parent POM</name> | ||
<url>http://spark.incubator.apache.org/</url> | ||
<url>http://spark.apache.org/</url> | ||
<licenses> | ||
<license> | ||
<name>Apache 2.0 License</name> | ||
|
@@ -37,9 +37,9 @@ | |
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:[email protected]:apache/incubator-spark.git</connection> | ||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-spark.git</developerConnection> | ||
<url>scm:git:[email protected]:apache/incubator-spark.git</url> | ||
<connection>scm:git:[email protected]:apache/spark.git</connection> | ||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/spark.git</developerConnection> | ||
<url>scm:git:[email protected]:apache/spark.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<developers> | ||
|
@@ -49,7 +49,7 @@ | |
<email>[email protected]</email> | ||
<url>http://www.cs.berkeley.edu/~matei</url> | ||
<organization>Apache Software Foundation</organization> | ||
<organizationUrl>http://spark.incubator.apache.org</organizationUrl> | ||
<organizationUrl>http://spark.apache.org</organizationUrl> | ||
</developer> | ||
</developers> | ||
<issueManagement> | ||
|
@@ -64,23 +64,23 @@ | |
<mailingLists> | ||
<mailingList> | ||
<name>Dev Mailing List</name> | ||
<post>dev@spark.incubator.apache.org</post> | ||
<subscribe>dev-subscribe@spark.incubator.apache.org</subscribe> | ||
<unsubscribe>dev-unsubscribe@spark.incubator.apache.org</unsubscribe> | ||
<post>[email protected]</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
</mailingList> | ||
|
||
<mailingList> | ||
<name>User Mailing List</name> | ||
<post>user@spark.incubator.apache.org</post> | ||
<subscribe>user-subscribe@spark.incubator.apache.org</subscribe> | ||
<unsubscribe>user-unsubscribe@spark.incubator.apache.org</unsubscribe> | ||
<post>[email protected]</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
</mailingList> | ||
|
||
<mailingList> | ||
<name>Commits Mailing List</name> | ||
<post>commits@spark.incubator.apache.org</post> | ||
<subscribe>commits-subscribe@spark.incubator.apache.org</subscribe> | ||
<unsubscribe>commits-unsubscribe@spark.incubator.apache.org</unsubscribe> | ||
<post>[email protected]</post> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
</mailingList> | ||
</mailingLists> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.