hadoop git commit: YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee

2016-03-06 Thread zxu
ce calculations on fair scheduler. (Sangjin Lee via zxu) + Release 2.6.4 - 2016-02-11 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/80034621/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/

hadoop git commit: YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee

2016-03-06 Thread zxu
YARN-4653. Document YARN security model from the perspective of Application Developers. (Steve Loughran via jianhe) +YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster +resource calculations on fair scheduler. (Sangjin Lee via zxu) + OPTIMIZATIONS

hadoop git commit: YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee

2016-03-06 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 3d8ae9c57 -> 1a99d5ab9 YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee (cherry picked from commit

hadoop git commit: YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee

2016-03-06 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 1415e6190 -> 7ac7ca48b YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee (cherry picked from commit

hadoop git commit: YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee

2016-03-06 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk 19ee18590 -> e1ccc9622 YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: MAPREDUCE-6622. Add capability to set JHS job cache to a task-based limit (rchiang via rkanter)

2016-03-06 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 cb063d569 -> 3d8ae9c57 MAPREDUCE-6622. Add capability to set JHS job cache to a task-based limit (rchiang via rkanter) (cherry picked from commit 0f72da7e281376f4fcbfbf3fb33f5d7fedcdb1aa) Conflicts:

hadoop git commit: MAPREDUCE-6622. Add capability to set JHS job cache to a task-based limit (rchiang via rkanter)

2016-03-06 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2.6 84233f013 -> 909c96f05 MAPREDUCE-6622. Add capability to set JHS job cache to a task-based limit (rchiang via rkanter) (cherry picked from commit 0f72da7e281376f4fcbfbf3fb33f5d7fedcdb1aa) Conflicts:

hadoop git commit: YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha)

2016-01-05 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2.6 236a6ba13 -> 62e032a4d YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha) (cherry picked from commit 332b520a480994b7bd56c135f7941aad30b05e9c) Conflicts:

hadoop git commit: update CHANGES.txt to add YARN-3697 to 2.6.4 release

2016-01-05 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 0492552f3 -> f41db81d5 update CHANGES.txt to add YARN-3697 to 2.6.4 release (cherry picked from commit 96d8f1d6f30299831dde3985a6a3bd08cb36fd38) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

svn commit: r1723228 - /hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

2016-01-05 Thread zxu
Author: zxu Date: Wed Jan 6 04:58:23 2016 New Revision: 1723228 URL: http://svn.apache.org/viewvc?rev=1723228=rev Log: changing organization name Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Modified: hadoop/common/site/main/author/src/documentation

svn commit: r1723006 - /hadoop/common/site/main/publish/who.html

2016-01-04 Thread zxu
Author: zxu Date: Tue Jan 5 06:49:25 2016 New Revision: 1723006 URL: http://svn.apache.org/viewvc?rev=1723006=rev Log: update zxu organization information Modified: hadoop/common/site/main/publish/who.html Modified: hadoop/common/site/main/publish/who.html URL: http://svn.apache.org

hadoop git commit: Update CHANGES.txt to add YARN-3857 and YARN-3535 to branch-2.6

2015-12-15 Thread zxu
ect/CHANGES.txt index 64dabfd..cedcc50 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -1990,6 +1990,12 @@ Release 2.6.4 - UNRELEASED BUG FIXES + YARN-3857: Memory leak in ResourceManager with SIMPLE mode. + (mujunchao via zxu) + + YARN-3535. Sc

hadoop git commit: MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki

2015-12-15 Thread zxu
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index ee8ba44..b913ed2 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -2030,6 +2030,8 @@ Release 2.6.4 - UNRELEASED IMPROVEMENTS + MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES

hadoop git commit: MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki

2015-12-15 Thread zxu
oject/CHANGES.txt -- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 0fe6bb1..9f566cc 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -27,6 +27,8 @@ Release 2.6.3 - UNRELEASED IMPROVEMENTS + MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES

hadoop git commit: YARN-4440. FSAppAttempt#getAllowedLocalityLevelByTime should init the lastScheduler time. Contributed by Lin Yiqun

2015-12-15 Thread zxu
ime. (Lin Yiqun via zxu) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/be50df68/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager

hadoop git commit: MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki

2015-12-15 Thread zxu
NGES.txt -- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 3e3d746..64dabfd 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -1984,6 +1984,8 @@ Release 2.6.4 - UNRELEASED IMPROVEMENTS + MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES

hadoop git commit: MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki

2015-12-15 Thread zxu
n-project/CHANGES.txt @@ -48,6 +48,8 @@ Release 2.7.3 - UNRELEASED YARN-4439. Clarify NMContainerStatus#toString method. (Jian He via xgong) +MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES

hadoop git commit: YARN-4440. FSAppAttempt#getAllowedLocalityLevelByTime should init the lastScheduler time. Contributed by Lin Yiqun

2015-12-15 Thread zxu
YARN-4402. TestNodeManagerShutdown And TestNodeManagerResync fails with bind exception. (Brahma Reddy Battula via jianhe) +YARN-4440. FSAppAttempt#getAllowedLocalityLevelByTime should init the +lastScheduler time. (Lin Yiqun via zxu) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHAN

hadoop git commit: Update CHANGES.txt to add YARN-3857 and YARN-3535 to branch-2.6

2015-12-15 Thread zxu
ANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -2036,6 +2036,12 @@ Release 2.6.4 - UNRELEASED BUG FIXES + YARN-3857: Memory leak in ResourceManager with SIMPLE mode. + (mujunchao via zxu) + + YARN-3535. Scheduler must re-request container resources when RMContainer transitions +

hadoop git commit: Update CHANGES.txt to move MAPREDUCE-6436 from YARN to MAPREDUCE

2015-12-15 Thread zxu
preduce-project/CHANGES.txt index 37e20d3..499840b 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -680,6 +680,8 @@ Release 2.6.4 - UNRELEASED IMPROVEMENTS + MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FI

hadoop git commit: Update CHANGES.txt to move MAPREDUCE-6436 from YARN to MAPREDUCE

2015-12-15 Thread zxu
obHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/65cbac9d/hadoop-yarn-project/CHANGES.txt -- diff --git a/hadoop-yarn-project/CHANGES.txt b/hado

hadoop git commit: Update CHANGES.txt to move MAPREDUCE-6436 from YARN to MAPREDUCE

2015-12-15 Thread zxu
obHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/9d9e0eaa/hadoop-yarn-project/CHANGES.txt -- diff --git a/hadoop-yarn-project/CHANGES.txt b/hado

hadoop git commit: MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki

2015-12-15 Thread zxu
.4 - UNRELEASED IMPROVEMENTS + MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/c4febc7d/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/

hadoop git commit: Update CHANGES.txt to move MAPREDUCE-6436 from YARN to MAPREDUCE

2015-12-15 Thread zxu
ect/CHANGES.txt @@ -8,6 +8,8 @@ Release 2.7.3 - UNRELEASED IMPROVEMENTS +MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/e1a2f9e6/hadoop-yarn-proj

hadoop git commit: YARN-3857: Memory leak in ResourceManager with SIMPLE mode. Contributed by mujunchao.

2015-12-14 Thread zxu
ResourceManager with SIMPLE mode. (mujunchao via zxu) + Release 2.6.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/70289432/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resour

hadoop git commit: YARN-3535. Scheduler must re-request container resources when RMContainer transitions from ALLOCATED to KILLED (rohithsharma and peng.zhang via asuresh)

2015-12-14 Thread zxu
ect/CHANGES.txt @@ -16,6 +16,9 @@ Release 2.6.4 - UNRELEASED YARN-3857. Memory leak in ResourceManager with SIMPLE mode. (mujunchao via zxu) +YARN-3535. Scheduler must re-request container resources when RMContainer transitions +from ALLOCATED to KILLED. (rohithsharma and peng.zh

hadoop git commit: HADOOP-12178. NPE during handling of SASL setup if problem with SASL resolver class. Contributed by Steve Loughran

2015-10-27 Thread zxu
L +resolver class. (Steve Loughran via zxu) + OPTIMIZATIONS HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() http://git-wip-us.apache.org/repos/asf/hadoop/blob/73612294/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/

hadoop git commit: HADOOP-12178. NPE during handling of SASL setup if problem with SASL resolver class. Contributed by Steve Loughran

2015-10-27 Thread zxu
-1271,6 +1271,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12457. [JDK8] Fix a failure of compiling common by javadoc. (Akira AJISAKA via ozawa) +HADOOP-12178. NPE during handling of SASL setup if problem with SASL +resolver class. (Steve Loughran via zxu) + OPTIMIZATIONS

hadoop git commit: YARN-4256. YARN fair scheduler vcores with decimal values. Contributed by Jun Gong

2015-10-22 Thread zxu
EASED YARN-4270. Limit application resource reservation on nodes for non-node/rack specific requests (asuresh) +YARN-4256. YARN fair scheduler vcores with decimal values. (Jun Gong via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/

hadoop git commit: YARN-4256. YARN fair scheduler vcores with decimal values. Contributed by Jun Gong

2015-10-22 Thread zxu
+ b/hadoop-yarn-project/CHANGES.txt @@ -923,6 +923,8 @@ Release 2.8.0 - UNRELEASED YARN-4270. Limit application resource reservation on nodes for non-node/rack specific requests (asuresh) +YARN-4256. YARN fair scheduler vcores with decimal values. (Jun Gong via zxu) + Release 2.7

hadoop git commit: YARN-4201. AMBlacklist does not work for minicluster. Contributed by Jun Gong.

2015-10-12 Thread zxu
nicluster. (Jun Gong via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/049c6e8d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanage

hadoop git commit: YARN-4201. AMBlacklist does not work for minicluster. Contributed by Jun Gong.

2015-10-12 Thread zxu
ibin A Chundatt via wangda) +YARN-4201. AMBlacklist does not work for minicluster. (Jun Gong via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/9988b57e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-reso

hadoop git commit: HADOOP-8437. getLocalPathForWrite should throw IOException for invalid paths. Contributed by Brahma Reddy Battula

2015-10-01 Thread zxu
ion for invalid +paths. (Brahma Reddy Battula via zxu) + OPTIMIZATIONS HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() http://git-wip-us.apache.org/repos/asf/hadoop/blob/fd026f53/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/LocalDi

hadoop git commit: MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu

2015-09-24 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk e52bc697f -> 97a08807e MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu

2015-09-24 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 a0ff9af82 -> e5ba1a052 MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu (cherry picked from commit

hadoop git commit: HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured. Contributed by Brahma Reddy Battula. (harsh)

2015-09-24 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 3c0616225 -> 9bb6fba75 HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured. Contributed by Brahma Reddy Battula. (harsh) git-svn-id:

hadoop git commit: HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu

2015-09-24 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk df31c446b -> 52c1f272e HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Update CHANGES.txt to reflect commit of HADOOP-8436 to 2.8.0

2015-09-24 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk 52c1f272e -> 9cc9f8126 Update CHANGES.txt to reflect commit of HADOOP-8436 to 2.8.0 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9cc9f812 Tree:

hadoop git commit: HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu

2015-09-24 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 9bb6fba75 -> 4ba0febd5 HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu (cherry picked from commit 52c1f272ecb6c29c81898a1ff50d03a1296df1f7) Conflicts:

hadoop git commit: MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMCommunicatorException fails. Contributed by Zhihai Xu.

2015-09-19 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 41f1f1aab -> 88a3a0763 MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMCommunicatorException fails. Contributed by Zhihai Xu. (cherry picked from commit e3ace31e2b7e3a8dc6cf3dc044d5ef2a9aa12e29) Project:

hadoop git commit: MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMCommunicatorException fails. Contributed by Zhihai Xu.

2015-09-19 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk 66b46d088 -> e3ace31e2 MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMCommunicatorException fails. Contributed by Zhihai Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha)

2015-09-18 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2.7 30ebb792f -> f3fd5e30c YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha) (cherry picked from commit 332b520a480994b7bd56c135f7941aad30b05e9c) Conflicts:

hadoop git commit: Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu

2015-09-18 Thread zxu
ng +JarFile with other users when loading resource from URL in Configuration +class. (zxu) + OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.apache.org/repos/asf/hadoop/blob/e690a32e/hadoop-common-project/hadoop-common/src/main/java/or

hadoop git commit: Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu

2015-09-18 Thread zxu
) +HADOOP-12404. Disable caching for JarURLConnection to avoid sharing +JarFile with other users when loading resource from URL in Configuration +class. (zxu) + OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.apache.org/repos/

hadoop git commit: Revert "Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu"

2015-09-18 Thread zxu
. (Zhihai Xu via cnauroth) -HADOOP-12404. Disable caching for JarURLConnection to avoid sharing -JarFile with other users when loading resource from URL in Configuration -class. (zxu) - OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.ap

hadoop git commit: Revert "Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu"

2015-09-18 Thread zxu
a cnauroth) -HADOOP-12404. Disable caching for JarURLConnection to avoid sharing -JarFile with other users when loading resource from URL in Configuration -class. (zxu) - OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.apache.

hadoop git commit: HADOOP-12404. Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu

2015-09-18 Thread zxu
o avoid sharing +JarFile with other users when loading resource from URL in Configuration +class. (zxu) + OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.apache.org/repos/asf/hadoop/blob/88d89267/hadoop-common-project/hadoop-commo

hadoop git commit: HADOOP-12404. Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu

2015-09-18 Thread zxu
Xu via cnauroth) +HADOOP-12404. Disable caching for JarURLConnection to avoid sharing +JarFile with other users when loading resource from URL in Configuration +class. (zxu) + OPTIMIZATIONS HADOOP-11785. Reduce the number of listStatus operation in distcp http://git-wip-us.a

hadoop git commit: HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong.

2015-09-08 Thread zxu
-1100,6 +1100,9 @@ Release 2.8.0 - UNRELEASED HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter error message. (Wei Yan via ozawa) +HADOOP-12388. Fix components' version information in the web page +'About the Cluster'. (Jun Gong via zxu) + Release 2.7

hadoop git commit: HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong.

2015-09-08 Thread zxu
age +'About the Cluster'. (Jun Gong via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/113f7783/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/V

hadoop git commit: YARN-4096. App local logs are leaked if log aggregation fails to initialize for the app. Contributed by Jason Lowe.

2015-09-08 Thread zxu
App local logs are leaked if log aggregation fails to initialize +for the app. (Jason Lowe via zxu) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/16b9037d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/sr

hadoop git commit: YARN-4096. App local logs are leaked if log aggregation fails to initialize for the app. Contributed by Jason Lowe.

2015-09-08 Thread zxu
when state-store error occurs. (Jian He via xgong) +YARN-4096. App local logs are leaked if log aggregation fails to initialize +for the app. (Jason Lowe via zxu) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/214338bd/hado

hadoop git commit: YARN-4096. App local logs are leaked if log aggregation fails to initialize for the app. Contributed by Jason Lowe.

2015-09-08 Thread zxu
when state-store error occurs. (Jian He via xgong) +YARN-4096. App local logs are leaked if log aggregation fails to initialize +for the app. (Jason Lowe via zxu) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/4b5767e4/hado

hadoop git commit: MAPREDUCE-6452. NPE when intermediate encrypt enabled for LocalRunner. Contributed by Zhihai Xu

2015-08-28 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 518477941 - 297bda600 MAPREDUCE-6452. NPE when intermediate encrypt enabled for LocalRunner. Contributed by Zhihai Xu (cherry picked from commit cbb249534aa72ff6c290c4f99766415aeea9d6f5) Project:

hadoop git commit: MAPREDUCE-6452. NPE when intermediate encrypt enabled for LocalRunner. Contributed by Zhihai Xu

2015-08-28 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk b6ceee9bf - cbb249534 MAPREDUCE-6452. NPE when intermediate encrypt enabled for LocalRunner. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3857: Memory leak in ResourceManager with SIMPLE mode. Contributed by mujunchao.

2015-08-18 Thread zxu
+52,10 @@ Release 2.7.2 - UNRELEASED YARN-4047. ClientRMService getApplications has high scheduler lock contention (Jason Lowe via jianhe) -Release 2.7.1 - 2015-07-06 +YARN-3857: Memory leak in ResourceManager with SIMPLE mode. +(mujunchao via zxu) + +Release 2.7.1 - 2015-07-06

hadoop git commit: YARN-3857: Memory leak in ResourceManager with SIMPLE mode. Contributed by mujunchao.

2015-08-18 Thread zxu
@@ Release 2.7.2 - UNRELEASED YARN-3999. RM hangs on draing events. (Jian He via xgong) -Release 2.7.1 - 2015-07-06 +YARN-3857: Memory leak in ResourceManager with SIMPLE mode. +(mujunchao via zxu) + +Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES http://git-wip-us.apache.org

hadoop git commit: YARN-3857: Memory leak in ResourceManager with SIMPLE mode. Contributed by mujunchao.

2015-08-18 Thread zxu
-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -772,7 +772,10 @@ Release 2.7.2 - UNRELEASED YARN-3999. RM hangs on draing events. (Jian He via xgong) -Release 2.7.1 - 2015-07-06 +YARN-3857: Memory leak in ResourceManager with SIMPLE mode. +(mujunchao via zxu) + +Release

hadoop git commit: YARN-4057. If ContainersMonitor is not enabled, only print related log info one time. Contributed by Jun Gong.

2015-08-18 Thread zxu
- UNRELEASED YARN-4031. Add JvmPauseMonitor to ApplicationHistoryServer and WebAppProxyServer (djp via rkanter) +YARN-4057. If ContainersMonitor is not enabled, only print +related log info one time. (Jun Gong via zxu) + OPTIMIZATIONS YARN-3339

hadoop git commit: YARN-4057. If ContainersMonitor is not enabled, only print related log info one time. Contributed by Jun Gong.

2015-08-18 Thread zxu
and WebAppProxyServer (djp via rkanter) +YARN-4057. If ContainersMonitor is not enabled, only print +related log info one time. (Jun Gong via zxu) + OPTIMIZATIONS YARN-3339. TestDockerContainerExecutor should pull a single image and not http://git-wip-us.apache.org/repos

[2/2] hadoop git commit: HDFS-8847. change TestHDFSContractAppend to not override testRenameFileBeingAppended method. Contributed by Zhihai Xu

2015-07-31 Thread zxu
HDFS-8847. change TestHDFSContractAppend to not override testRenameFileBeingAppended method. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/90b51040 Tree:

[1/2] hadoop git commit: HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended misses rename operation. Contributed by Zhihai Xu

2015-07-31 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk d311a38a6 - 90b510405 HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended misses rename operation. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended misses rename operation. Contributed by Zhihai Xu

2015-07-31 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 52ee3ecdf - c6e79178d HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended misses rename operation. Contributed by Zhihai Xu (cherry picked from commit a628a6f126473a99f9370ba642994ce2909a2d9e) Project:

[2/2] hadoop git commit: HDFS-8847. change TestHDFSContractAppend to not override testRenameFileBeingAppended method. Contributed by Zhihai Xu

2015-07-31 Thread zxu
HDFS-8847. change TestHDFSContractAppend to not override testRenameFileBeingAppended method. Contributed by Zhihai Xu (cherry picked from commit 90b510405af5ac9d4947c4201065b64994f7ef63) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu

2015-07-31 Thread zxu
Repository: hadoop Updated Branches: refs/heads/branch-2 0e2019fa3 - 9d40eead8 MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu (cherry picked from commit 93d50b782494af7eef980c4d596a59ff4e11646e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu

2015-07-31 Thread zxu
Repository: hadoop Updated Branches: refs/heads/trunk ab80e2770 - 93d50b782 MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/93d50b78 Tree:

svn commit: r1693514 - /hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml

2015-07-30 Thread zxu
Author: zxu Date: Fri Jul 31 00:45:27 2015 New Revision: 1693514 URL: http://svn.apache.org/r1693514 Log: add name Zhihai Xu Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml URL

hadoop git commit: YARN-433. When RM is catching up with node updates then it should not expire acquired containers. Contributed by Xuan Gong

2015-07-30 Thread zxu
containers. (Xuan Gong via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab80e277/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager

hadoop git commit: YARN-433. When RM is catching up with node updates then it should not expire acquired containers. Contributed by Xuan Gong

2015-07-30 Thread zxu
RM is catching up with node updates then it should not expire +acquired containers. (Xuan Gong via zxu) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/0e2019fa/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server