Skip to content

Commit 49ff948

Browse files
author
Sun Rui
committed
Invoke jar.exe with full path in install-dev.bat.
1 parent 7b916c5 commit 49ff948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/install-dev.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ R.exe CMD INSTALL --library="%SPARK_HOME%\R\lib" %SPARK_HOME%\R\pkg\
2828

2929
rem Zip the SparkR package so that it can be distributed to worker nodes on YARN
3030
pushd %SPARK_HOME%\R\lib
31-
jar cfM "%SPARK_HOME%\R\lib\sparkr.zip" SparkR
31+
%JAVA_HOME%\bin\jar.exe cfM "%SPARK_HOME%\R\lib\sparkr.zip" SparkR
3232
popd

0 commit comments

Comments
 (0)