HADOOP-9532. HADOOP_CLIENT_OPTS is appended twice by Windows cmd scripts. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1478072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e43217d1b8
commit
1ea3bdaa06
|
@ -537,6 +537,9 @@ Trunk (Unreleased)
|
||||||
HADOOP-9413. Add common utils for File#setReadable/Writable/Executable &
|
HADOOP-9413. Add common utils for File#setReadable/Writable/Executable &
|
||||||
File#canRead/Write/Execute that work cross-platform. (Ivan Mitic via suresh)
|
File#canRead/Write/Execute that work cross-platform. (Ivan Mitic via suresh)
|
||||||
|
|
||||||
|
HADOOP-9532. HADOOP_CLIENT_OPTS is appended twice by Windows cmd scripts.
|
||||||
|
(Chris Nauroth via suresh)
|
||||||
|
|
||||||
Release 2.0.5-beta - UNRELEASED
|
Release 2.0.5-beta - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -43,7 +43,7 @@ if exist %HADOOP_HOME%\contrib\capacity-scheduler (
|
||||||
@rem set HADOOP_NAMENODE_INIT_HEAPSIZE=""
|
@rem set HADOOP_NAMENODE_INIT_HEAPSIZE=""
|
||||||
|
|
||||||
@rem Extra Java runtime options. Empty by default.
|
@rem Extra Java runtime options. Empty by default.
|
||||||
@rem set HADOOP_OPTS=-Djava.net.preferIPv4Stack=true %HADOOP_CLIENT_OPTS%
|
@rem set HADOOP_OPTS=-Djava.net.preferIPv4Stack=true
|
||||||
|
|
||||||
@rem Command specific options appended to HADOOP_OPTS when specified
|
@rem Command specific options appended to HADOOP_OPTS when specified
|
||||||
if not defined HADOOP_SECURITY_LOGGER (
|
if not defined HADOOP_SECURITY_LOGGER (
|
||||||
|
|
Loading…
Reference in New Issue