aboutsummaryrefslogtreecommitdiff
path: root/docs/building-spark.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 /docs/building-spark.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 'docs/building-spark.md')
-rw-r--r--docs/building-spark.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 88da0cc9c3..65c2895b29 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -197,7 +197,7 @@ can be set to control the SBT build. For example:
To avoid the overhead of launching sbt each time you need to re-compile, you can launch sbt
in interactive mode by running `build/sbt`, and then run all build commands at the command
prompt. For more recommendations on reducing build time, refer to the
-[wiki page](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-ReducingBuildTimes).
+[Useful Developer Tools page](http://spark.apache.org/developer-tools.html).
## Encrypted Filesystems
@@ -215,7 +215,7 @@ to the `sharedSettings` val. See also [this PR](https://github.com/apache/spark/
## IntelliJ IDEA or Eclipse
For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troubleshooting, refer to the
-[wiki page for IDE setup](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IDESetup).
+[Useful Developer Tools page](http://spark.apache.org/developer-tools.html).
# Running Tests