Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you change the ResourceManager HTTP port to a configuration file,thank you #3122

Closed
hi-liuxt opened this issue Jul 3, 2020 · 3 comments
Labels
feature new feature

Comments

@hi-liuxt
Copy link

hi-liuxt commented Jul 3, 2020

int activeResourceManagerPort = PropertyUtils.getInt(Constants.HADOOP_RESOURCE_MANAGER_HTTPADDRESS_PORT, 8088);

@hi-liuxt hi-liuxt added the feature new feature label Jul 3, 2020
@felix-thinkingdata
Copy link
Contributor

修改这个
common.properties配置文件
增加如下配置即可:
resource.manager.httpaddress.port=xxxx

@hi-liuxt
Copy link
Author

hi-liuxt commented Jul 5, 2020

修改这个
common.properties配置文件
增加如下配置即可:
resource.manager.httpaddress.port=xxxx

Which version supports?

@samz406
Copy link
Contributor

samz406 commented Jul 5, 2020

1.2+, common.properties is not available by default and needs to be added manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature
Projects
None yet
Development

No branches or pull requests

3 participants