MAPREDUCE-3916. various issues with running yarn proxyserver (devaraj via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c5c476ed6a
commit
d1893c8f5b
|
@ -188,6 +188,8 @@ Release 2.0.0 - UNRELEASED
|
||||||
MAPREDUCE-4082. hadoop-mapreduce-client-app's mrapp-generated-classpath
|
MAPREDUCE-4082. hadoop-mapreduce-client-app's mrapp-generated-classpath
|
||||||
file should not be in the module JAR (tucu)
|
file should not be in the module JAR (tucu)
|
||||||
|
|
||||||
|
MAPREDUCE-3916. various issues with running yarn proxyserver (devaraj via tucu)
|
||||||
|
|
||||||
Release 0.23.2 - UNRELEASED
|
Release 0.23.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -477,8 +477,7 @@
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<description>The address for the web proxy as HOST:PORT, if this is not
|
<description>The address for the web proxy as HOST:PORT, if this is not
|
||||||
given or if it matches yarn.resourcemanager.address then the proxy will
|
given then the proxy will run as part of the RM</description>
|
||||||
run as part of the RM</description>
|
|
||||||
<name>yarn.web-proxy.address</name>
|
<name>yarn.web-proxy.address</name>
|
||||||
<value/>
|
<value/>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue