Skip to content

Commit 0b9b6b7

Browse files
blueszhengdongjoon-hyun
blueszheng
authored andcommitted
[DOC] Update some outdated links
## What changes were proposed in this pull request? These links are outdated: - http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version - http://spark.apache.org/docs/latest/building-spark.html#building-with-buildmvn Fix files which use these links. Closes apache#22321 from kisimple/docfix. Authored-by: blueszheng <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e319ac9 commit 0b9b6b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export R_HOME=/home/username/R
1717

1818
#### Build Spark
1919

20-
Build Spark with [Maven](http://spark.apache.org/docs/latest/building-spark.html#building-with-buildmvn) and include the `-Psparkr` profile to build the R package. For example to use the default Hadoop versions you can run
20+
Build Spark with [Maven](http://spark.apache.org/docs/latest/building-spark.html#buildmvn) and include the `-Psparkr` profile to build the R package. For example to use the default Hadoop versions you can run
2121

2222
```bash
2323
build/mvn -DskipTests -Psparkr package

R/WINDOWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ directory in Maven in `PATH`.
1414

1515
4. Set `MAVEN_OPTS` as described in [Building Spark](http://spark.apache.org/docs/latest/building-spark.html).
1616

17-
5. Open a command shell (`cmd`) in the Spark directory and build Spark with [Maven](http://spark.apache.org/docs/latest/building-spark.html#building-with-buildmvn) and include the `-Psparkr` profile to build the R package. For example to use the default Hadoop versions you can run
17+
5. Open a command shell (`cmd`) in the Spark directory and build Spark with [Maven](http://spark.apache.org/docs/latest/building-spark.html#buildmvn) and include the `-Psparkr` profile to build the R package. For example to use the default Hadoop versions you can run
1818

1919
```bash
2020
mvn.cmd -DskipTests -Psparkr package

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ storage systems. Because the protocols have changed in different versions of
9090
Hadoop, you must build Spark against the same version that your cluster runs.
9191

9292
Please refer to the build documentation at
93-
["Specifying the Hadoop Version"](http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version)
93+
["Specifying the Hadoop Version and Enabling YARN"](http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version-and-enabling-yarn)
9494
for detailed guidance on building for a particular distribution of Hadoop, including
9595
building for particular Hive and Hive Thriftserver distributions.
9696

0 commit comments

Comments
 (0)