We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bed438 commit 7b916c5Copy full SHA for 7b916c5
R/install-dev.bat
@@ -26,7 +26,7 @@ MKDIR %SPARK_HOME%\R\lib
26
27
R.exe CMD INSTALL --library="%SPARK_HOME%\R\lib" %SPARK_HOME%\R\pkg\
28
29
-REM Zip the SparkR package so that it can be distributed to worker nodes on YARN
+rem Zip the SparkR package so that it can be distributed to worker nodes on YARN
30
pushd %SPARK_HOME%\R\lib
31
jar cfM "%SPARK_HOME%\R\lib\sparkr.zip" SparkR
32
popd
0 commit comments