HADOOP-9455. HADOOP_CLIENT_OPTS appended twice causes JVM failures. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1478067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6096cb3435
commit
e43217d1b8
|
@ -670,6 +670,9 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
HADOOP-9504. MetricsDynamicMBeanBase has concurrency issues in
|
HADOOP-9504. MetricsDynamicMBeanBase has concurrency issues in
|
||||||
createMBeanInfo (Liang Xie via jlowe)
|
createMBeanInfo (Liang Xie via jlowe)
|
||||||
|
|
||||||
|
HADOOP-9455. HADOOP_CLIENT_OPTS appended twice causes JVM failures.
|
||||||
|
(Chris Nauroth via suresh)
|
||||||
|
|
||||||
Release 2.0.4-alpha - UNRELEASED
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -45,7 +45,7 @@ done
|
||||||
#export HADOOP_NAMENODE_INIT_HEAPSIZE=""
|
#export HADOOP_NAMENODE_INIT_HEAPSIZE=""
|
||||||
|
|
||||||
# Extra Java runtime options. Empty by default.
|
# Extra Java runtime options. Empty by default.
|
||||||
export HADOOP_OPTS="-Djava.net.preferIPv4Stack=true $HADOOP_CLIENT_OPTS"
|
export HADOOP_OPTS="-Djava.net.preferIPv4Stack=true"
|
||||||
|
|
||||||
MAC_OSX=false
|
MAC_OSX=false
|
||||||
case "`uname`" in
|
case "`uname`" in
|
||||||
|
|
Loading…
Reference in New Issue