Skip to content

Commit 2589a2b

Browse files
authored
Show warning message when spark app id is explicitly specified (#129)
1 parent c9aaf8e commit 2589a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service_configuration_lib/spark_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
NON_CONFIGURABLE_SPARK_OPTS = {
4141
'spark.master',
42+
'spark.app.id',
4243
'spark.ui.port',
4344
'spark.mesos.principal',
4445
'spark.mesos.secret',
@@ -1051,7 +1052,6 @@ def get_spark_conf(
10511052
If not provided, it uses cert files at {K8S_AUTH_FOLDER} to authenticate.
10521053
:param force_spark_resource_configs: skip the resource/instances recalculation.
10531054
This is strongly not recommended.
1054-
:param explcitly setting spark.app.id
10551055
:returns: spark opts in a dict.
10561056
"""
10571057
# Mesos deprecation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='service-configuration-lib',
20-
version='2.18.7',
20+
version='2.18.8',
2121
provides=['service_configuration_lib'],
2222
description='Start, stop, and inspect Yelp SOA services',
2323
url='https://github.com/Yelp/service_configuration_lib',

0 commit comments

Comments
 (0)