作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在YARN Documentation中,第11.12.2节对Configuring Container
进行分区DefaultMindAppmasterServiceClient
通过以下方式设置:
<yarn-int:amservice-client
service-impl="org.springframework.yarn.integration.ip.mind.DefaultMindAppmasterServiceClient"
host="${SHDP_AMSERVICE_HOST}"
port="${SHDP_AMSERVICE_PORT}" />
SHDP_AMSERVICE_PORT
定义端口
amservice
?
最佳答案
您的链接包括此,
Through Spring's property placeholder support, SpEL and the environment abstraction (available in Spring 3.1). one can externalize environment specific properties from the main code base easing the deployment across multiple machines.
Properties
文件的支持。但似乎它支持环境变量。在* nix类型的系统上,您可以像这样定义它
export SHDP_AMSERVICE_PORT=1234 # for example
set SHDP_AMSERVICE_PORT 1234
container-context.xml
下
yarn/yarn/custom-amservice/src/main/resources/container-context.xml
yarn/yarn/batch-files/src/main/resources/container-context.xml
yarn/yarn/batch-partition/src/main/resources/container-context.xml
关于java - DefaultMindAppmasterServiceClient的$ {SHDP_AMSERVICE_PORT}在哪里定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26667021/
我是一名优秀的程序员,十分优秀!