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.
2 parents 871817c + fe2e0d0 commit 8b716e0Copy full SHA for 8b716e0
api/src/main/resources/deployer_utils.py
@@ -90,6 +90,7 @@ def monitor_hadoop_env(env, config):
90
def fill_hadoop_env(env, config):
91
update_hadoop_env(env)
92
env_monitor_thread = Thread(target=monitor_hadoop_env, args=[env, config])
93
+ env_monitor_thread.daemon = True
94
env_monitor_thread.start()
95
96
def ambari_request(ambari, uri):
0 commit comments