MAPREDUCE-2979. svn merge -c r1169808 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1169810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7b3a14363
commit
cc9f49a7cb
|
@ -1264,6 +1264,9 @@ Release 0.23.0 - Unreleased
|
||||||
MAPREDUCE-2749. Ensure NM registers with RM after starting all its services
|
MAPREDUCE-2749. Ensure NM registers with RM after starting all its services
|
||||||
correctly. (Thomas Graves via acmurthy)
|
correctly. (Thomas Graves via acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-2979. Removed the needless ClientProtocolProvider configuration
|
||||||
|
from the hadoop-mapreduce-client-core module. (Siddharth Seth via vinodkv)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
org.apache.hadoop.mapred.JobTrackerClientProtocolProvider
|
|
|
@ -1172,4 +1172,11 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>yarn.app.mapreduce.am.staging-dir</name>
|
||||||
|
<value>/tmp/hadoop-yarn/${user.name}/staging</value>
|
||||||
|
<description>The staging dir used while submitting jobs.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue