aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/load-spark-env.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/load-spark-env.cmd b/bin/load-spark-env.cmd
index 36d932c453..59080edd29 100644
--- a/bin/load-spark-env.cmd
+++ b/bin/load-spark-env.cmd
@@ -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