Skip to content

Commit

Permalink
[SPARK-11880][Windows][Spark Submit] bin/load-spark-env.cmd loads spa…
Browse files Browse the repository at this point in the history
…rk-env.cmd from wrong directory
  • Loading branch information
wangt committed Nov 20, 2015
1 parent 42de525 commit 094e3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/load-spark-env.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [%SPARK_ENV_LOADED%] == [] (
if not [%SPARK_CONF_DIR%] == [] (
set user_conf_dir=%SPARK_CONF_DIR%
) else (
set user_conf_dir=%~dp0..\..\conf
set user_conf_dir=%~dp0..\conf
)

call :LoadSparkEnv
Expand Down

0 comments on commit 094e3e3

Please sign in to comment.