Skip to content

Commit 78ed9bc

Browse files
committed
fix default_spark_run_config
1 parent ecd918b commit 78ed9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_configuration_lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from clog.handlers import MonkHandler
2727
from typing_extensions import Literal
2828

29-
DEFAULT_SPARK_RUN_CONFIG = '/nail/home/sids/repos/srv-configs/common/spark.yaml'
29+
DEFAULT_SPARK_RUN_CONFIG = '/nail/srv/configs/spark.yaml'
3030
POD_TEMPLATE_PATH = '/nail/tmp/spark-pt-{file_uuid}.yaml'
3131
SPARK_EXECUTOR_POD_TEMPLATE = '/nail/srv/configs/spark_executor_pod_template.yaml'
3232

0 commit comments

Comments
 (0)