From 99968640219cf71b5bc7dabada2b4198530e28fe Mon Sep 17 00:00:00 2001 From: blueszheng Date: Mon, 3 Sep 2018 15:21:24 +0800 Subject: [PATCH 1/2] Update the 'Specifying the Hadoop Version' link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 531d330234062..fd8c7f656968e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ storage systems. Because the protocols have changed in different versions of Hadoop, you must build Spark against the same version that your cluster runs. Please refer to the build documentation at -["Specifying the Hadoop Version"](http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version) +["Specifying the Hadoop Version and Enabling YARN"](http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version-and-enabling-yarn) for detailed guidance on building for a particular distribution of Hadoop, including building for particular Hive and Hive Thriftserver distributions. From d9bbf3c4a7be82d66eb643a42c2724cd30ea1ad5 Mon Sep 17 00:00:00 2001 From: blueszheng Date: Tue, 4 Sep 2018 10:59:18 +0800 Subject: [PATCH 2/2] Update the buildmvn link in R/README.md & R/WINDOW.md --- R/README.md | 2 +- R/WINDOWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/README.md b/R/README.md index 1152b1e8e5f9f..d77a1ecffc99c 100644 --- a/R/README.md +++ b/R/README.md @@ -17,7 +17,7 @@ export R_HOME=/home/username/R #### Build Spark -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 +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 ```bash build/mvn -DskipTests -Psparkr package diff --git a/R/WINDOWS.md b/R/WINDOWS.md index 124bc631be9cd..da668a69b8679 100644 --- a/R/WINDOWS.md +++ b/R/WINDOWS.md @@ -14,7 +14,7 @@ directory in Maven in `PATH`. 4. Set `MAVEN_OPTS` as described in [Building Spark](http://spark.apache.org/docs/latest/building-spark.html). -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 +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 ```bash mvn.cmd -DskipTests -Psparkr package