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 1ab297a + 0c04fb1 commit 853352aCopy full SHA for 853352a
api/src/main/resources/deployer_utils.py
@@ -213,7 +213,7 @@ def fill_hadoop_env_cdh(env):
213
if not nameservice and role.type == "NAMENODE":
214
env['name_node'] = 'hdfs://%s:8020' % api.get_host(role.hostRef.hostId).hostname
215
if role.type == "HTTPFS":
216
- env['webhdfs_host'] = '%s' % api.get_host(role.hostRef.hostId).ipAddress
+ env['webhdfs_host'] = '%s' % api.get_host(role.hostRef.hostId).hostname
217
env['webhdfs_port'] = '14000'
218
elif service.type == "YARN":
219
for role in service.get_all_roles():
0 commit comments