aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-23 11:25:47 +0000
committerSean Owen <sowen@cloudera.com>2016-11-23 11:25:47 +0000
commit7e0cd1d9b168286386f15e9b55988733476ae2bb (patch)
tree0608b399c5117c697f982ee0628ad4fdce846a54 /README.md
parent2559fb4b40c9f42f7b3ed2b77de14461f68b6fa5 (diff)
downloadspark-7e0cd1d9b168286386f15e9b55988733476ae2bb.tar.gz
spark-7e0cd1d9b168286386f15e9b55988733476ae2bb.tar.bz2
spark-7e0cd1d9b168286386f15e9b55988733476ae2bb.zip
[SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web site
## What changes were proposed in this pull request? Updates links to the wiki to links to the new location of content on spark.apache.org. ## How was this patch tested? Doc builds Author: Sean Owen <sowen@cloudera.com> Closes #15967 from srowen/SPARK-18073.1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index dd7d0e2249..853f7f5ded 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,9 @@ To build Spark and its example programs, run:
You can build Spark using more than one thread by using the -T option with Maven, see ["Parallel builds in Maven 3"](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3).
More detailed documentation is available from the project site, at
["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
-For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
-and [IntelliJ](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IntelliJ).
+
+For general development tips, including info on developing Spark using an IDE, see
+[http://spark.apache.org/developer-tools.html](the Useful Developer Tools page).
## Interactive Scala Shell
@@ -80,7 +81,7 @@ can be run using:
./dev/run-tests
Please see the guidance on how to
-[run tests for a module, or individual tests](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools).
+[run tests for a module, or individual tests](http://spark.apache.org/developer-tools.html#individual-tests).
## A Note About Hadoop Versions
@@ -100,5 +101,5 @@ in the online documentation for an overview on how to configure Spark.
## Contributing
-Please review the [Contribution to Spark](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark)
-wiki for information on how to get started contributing to the project.
+Please review the [Contribution to Spark guide](http://spark.apache.org/contributing.html)
+for information on how to get started contributing to the project.