You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: R/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ export R_HOME=/home/username/R
17
17
18
18
#### Build Spark
19
19
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
Copy file name to clipboardexpand all lines: R/WINDOWS.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ directory in Maven in `PATH`.
14
14
15
15
4. Set `MAVEN_OPTS` as described in [Building Spark](http://spark.apache.org/docs/latest/building-spark.html).
16
16
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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ storage systems. Because the protocols have changed in different versions of
90
90
Hadoop, you must build Spark against the same version that your cluster runs.
91
91
92
92
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)
94
94
for detailed guidance on building for a particular distribution of Hadoop, including
95
95
building for particular Hive and Hive Thriftserver distributions.
0 commit comments