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 7b916c5 commit 49ff948Copy full SHA for 49ff948
R/install-dev.bat
@@ -28,5 +28,5 @@ 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
30
pushd %SPARK_HOME%\R\lib
31
-jar cfM "%SPARK_HOME%\R\lib\sparkr.zip" SparkR
+%JAVA_HOME%\bin\jar.exe cfM "%SPARK_HOME%\R\lib\sparkr.zip" SparkR
32
popd
0 commit comments