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 be3405e commit aaefb19Copy full SHA for aaefb19
bin/load-spark-env.cmd
@@ -54,7 +54,6 @@ if [%SPARK_SCALA_VERSION%] == [] (
54
exit /b 0
55
56
:LoadSparkEnv
57
-rem TODO: implement loader
58
if exist "%user_conf_dir%\spark-env.cmd" (
59
call "%user_conf_dir%\spark-env.cmd"
60
)
0 commit comments