svn commit: r1556679 - in /hadoop/common/branches: YARN-321-old/ YARN-321/

2014-01-08 Thread zjshen
Author: zjshen Date: Wed Jan 8 23:51:43 2014 New Revision: 1556679 URL: http://svn.apache.org/r1556679 Log: Deprecate current YARN-321 branch Added: hadoop/common/branches/YARN-321-old/ (props changed) - copied from r1556678, hadoop/common/branches/YARN-321/ Removed: hadoop

svn commit: r1556680 - /hadoop/common/branches/YARN-321/

2014-01-08 Thread zjshen
Author: zjshen Date: Wed Jan 8 23:56:35 2014 New Revision: 1556680 URL: http://svn.apache.org/r1556680 Log: Creating a new branch for Generic ApplicationHistoryServer via YARN-321 based on trunk Added: hadoop/common/branches/YARN-321/ (props changed) - copied from r1556679, hadoop

svn commit: r1556744 - /hadoop/common/branches/YARN-321/hadoop-assemblies/src/main/resources/assemblies/hadoop-yarn-dist.xml

2014-01-08 Thread zjshen
Author: zjshen Date: Thu Jan 9 07:03:50 2014 New Revision: 1556744 URL: http://svn.apache.org/r1556744 Log: YARN-1242. Changed yarn scripts to be able to start ApplicationHistoryServer as an individual process. Contributed by Mayank Bansal. svn merge --ignore-ancestry -c 1544399 ../../branches

svn commit: r1565868 - /hadoop/common/trunk/hadoop-project/pom.xml

2014-02-07 Thread zjshen
Author: zjshen Date: Sat Feb 8 02:15:46 2014 New Revision: 1565868 URL: http://svn.apache.org/r1565868 Log: YARN-1635. Implemented a Leveldb based ApplicationTimelineStore. Contributed by Billie Rinaldi. Modified: hadoop/common/trunk/hadoop-project/pom.xml Modified: hadoop/common/trunk

svn commit: r1565869 - /hadoop/common/branches/branch-2/hadoop-project/pom.xml

2014-02-07 Thread zjshen
Author: zjshen Date: Sat Feb 8 02:18:06 2014 New Revision: 1565869 URL: http://svn.apache.org/r1565869 Log: YARN-1635. Implemented a Leveldb based ApplicationTimelineStore. Contributed by Billie Rinaldi. svn merge --ignore-ancestry -c 1565868 ../../trunk/ Modified: hadoop/common/branches

svn commit: r1602071 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAAdmin.java

2014-06-12 Thread zjshen
Author: zjshen Date: Thu Jun 12 06:40:32 2014 New Revision: 1602071 URL: http://svn.apache.org/r1602071 Log: YARN-2075. Fixed the test failure of TestRMAdminCLI. Contributed by Kenji Kikushima. Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache

svn commit: r1602073 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAAdmin.java

2014-06-12 Thread zjshen
Author: zjshen Date: Thu Jun 12 06:48:49 2014 New Revision: 1602073 URL: http://svn.apache.org/r1602073 Log: YARN-2075. Fixed the test failure of TestRMAdminCLI. Contributed by Kenji Kikushima. svn merge --ignore-ancestry -c 1602071 ../../trunk/ Modified: hadoop/common/branches/branch-2

svn commit: r1618972 - /hadoop/common/trunk/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java

2014-08-19 Thread zjshen
Author: zjshen Date: Tue Aug 19 20:33:49 2014 New Revision: 1618972 URL: http://svn.apache.org/r1618972 Log: YARN-2249. Avoided AM release requests being lost on work preserving RM restart. Contributed by Jian He. Modified: hadoop/common/trunk/hadoop-tools/hadoop-sls/src/main/java/org

svn commit: r1618973 - /hadoop/common/branches/branch-2/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/ResourceSchedulerWrapper.java

2014-08-19 Thread zjshen
Author: zjshen Date: Tue Aug 19 20:40:37 2014 New Revision: 1618973 URL: http://svn.apache.org/r1618973 Log: YARN-2249. Avoided AM release requests being lost on work preserving RM restart. Contributed by Jian He. svn merge --ignore-ancestry -c 1618972 ../../trunk/ Modified: hadoop/common

git commit: YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles.

2014-08-27 Thread zjshen
- UNRELEASED YARN-2434. RM should not recover containers from previously failed attempt when AM restart is not enabled (Jian He via jlowe) +YARN-2035. FileSystemApplicationHistoryStore should not make working dir +when it already exists. (Jonathan Eagles via zjshen) + Release

git commit: YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles.

2014-08-27 Thread zjshen
dir +when it already exists. (Jonathan Eagles via zjshen) + Release 2.5.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/0c785f08/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache

git commit: YARN-2449. Fixed the bug that TimelineAuthenticationFilterInitializer is not automatically added when hadoop.http.filter.initializers is not configured. Contributed by Varun Vasudev.

2014-08-29 Thread zjshen
is not +configured. (Varun Vasudev via zjshen) + Release 2.5.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/4bd0194e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server

git commit: YARN-2449. Fixed the bug that TimelineAuthenticationFilterInitializer is not automatically added when hadoop.http.filter.initializers is not configured. Contributed by Varun Vasudev.

2014-08-29 Thread zjshen
+is not automatically added when hadoop.http.filter.initializers is not +configured. (Varun Vasudev via zjshen) + Release 2.5.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/77a4b014/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn

git commit: YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles.

2014-09-04 Thread zjshen
- UNRELEASED YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles) +YARN-2511. Allowed all origins by default when CrossOriginFilter is +enabled. (Jonathan Eagles via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip

git commit: YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles.

2014-09-04 Thread zjshen
. (Jonathan Eagles via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/1e40cbba/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/webapp/CrossOriginFilter.java

git commit: YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. Contributed by Jonathan Eagles.

2014-09-07 Thread zjshen
YARN-2508. Cross Origin configuration parameters prefix are not honored (Mit Desai via jeagles) +YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. +(Jonathan Eagles via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop

git commit: YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. Contributed by Jonathan Eagles.

2014-09-07 Thread zjshen
/hadoop-yarn-project/CHANGES.txt @@ -161,6 +161,9 @@ Release 2.6.0 - UNRELEASED YARN-2508. Cross Origin configuration parameters prefix are not honored (Mit Desai via jeagles) +YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. +(Jonathan Eagles via zjshen

git commit: YARN-2507. Documented CrossOriginFilter configurations for the timeline server. Contributed by Jonathan Eagles.

2014-09-07 Thread zjshen
. (Jonathan Eagles via zjshen) +YARN-2507. Documented CrossOriginFilter configurations for the timeline +server. (Jonathan Eagles via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/56dc496a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site

git commit: YARN-2507. Documented CrossOriginFilter configurations for the timeline server. Contributed by Jonathan Eagles.

2014-09-07 Thread zjshen
YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. (Jonathan Eagles via zjshen) +YARN-2507. Documented CrossOriginFilter configurations for the timeline +server. (Jonathan Eagles via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf

git commit: YARN-2538. Added logs when RM sends roll-overed AMRMToken to AM. Contributed by Xuan Gong.

2014-09-11 Thread zjshen
types to the AMs. (Varun Vasudev via vinodkv) +YARN-2538. Added logs when RM sends roll-overed AMRMToken to AM. (Xuan Gong +via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/469ea3dc/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server

git commit: YARN-2538. Added logs when RM sends roll-overed AMRMToken to AM. Contributed by Xuan Gong.

2014-09-11 Thread zjshen
-2448. Changed ApplicationMasterProtocol to expose RM-recognized resource types to the AMs. (Varun Vasudev via vinodkv) +YARN-2538. Added logs when RM sends roll-overed AMRMToken to AM. (Xuan Gong +via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf

git commit: YARN-2528. Relaxed http response split vulnerability protection for the origins header and made it accept multiple origins in CrossOriginFilter. Contributed by Jonathan Eagles.

2014-09-12 Thread zjshen
it accept multiple origins in CrossOriginFilter. (Jonathan +Eagles via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/98588cf0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main

git commit: YARN-2528. Relaxed http response split vulnerability protection for the origins header and made it accept multiple origins in CrossOriginFilter. Contributed by Jonathan Eagles.

2014-09-12 Thread zjshen
response split vulnerability protection for the origins +header and made it accept multiple origins in CrossOriginFilter. (Jonathan +Eagles via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/99ccd842/hadoop-yarn-project/hadoop

git commit: YARN-2568. Fixed the potential test failures due to race conditions when RM work-preserving recovery is enabled. Contributed by Jian He.

2014-09-18 Thread zjshen
failures due to race conditions when RM +work-preserving recovery is enabled. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/6fe5c6b7/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn

git commit: YARN-2568. Fixed the potential test failures due to race conditions when RM work-preserving recovery is enabled. Contributed by Jian He.

2014-09-18 Thread zjshen
. (Zhijie Shen via jianhe) +YARN-2568. Fixed the potential test failures due to race conditions when RM +work-preserving recovery is enabled. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/9333ee30/hadoop-yarn

git commit: MAPREDUCE-5279. Made MR headroom calculation honor cpu dimension when YARN scheduler resource type is memory plus cpu. Contributed by Peng Zhang and Varun Vasudev.

2014-09-22 Thread zjshen
handling across NM restarts (Junping Du via jlowe) +MAPREDUCE-5279. Made MR headroom calculation honor cpu dimension when YARN +scheduler resource type is memory plus cpu. (Peng Zhang and Varun Vasudev +via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org

git commit: YARN-2569. Added the log handling APIs for the long running services. Contributed by Xuan Gong.

2014-09-23 Thread zjshen
via junping_du) +YARN-2569. Added the log handling APIs for the long running services. (Xuan +Gong via zjshen) + IMPROVEMENTS YARN-2197. Add a link to YARN CHANGES.txt in the left side of doc http://git-wip-us.apache.org/repos/asf/hadoop/blob/5338ac41/hadoop-yarn-project

git commit: YARN-2569. Added the log handling APIs for the long running services. Contributed by Xuan Gong.

2014-09-23 Thread zjshen
-1250. Generic history service should support application-acls. (Zhijie Shen via junping_du) +YARN-2569. Added the log handling APIs for the long running services. (Xuan +Gong via zjshen) + IMPROVEMENTS YARN-2242. Improve exception information on AM launch crashes. (Li Lu

git commit: YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. Contributed by Xuan Gong.

2014-09-24 Thread zjshen
YARN-2102. Added the concept of a Timeline Domain to handle read/write ACLs on Timeline service event data. (Zhijie Shen via vinodkv) +YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. +(Xuan Gong via zjshen) + IMPROVEMENTS YARN-2197. Add a link

git commit: YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. Contributed by Xuan Gong.

2014-09-24 Thread zjshen
. +(Xuan Gong via zjshen) + IMPROVEMENTS YARN-2242. Improve exception information on AM launch crashes. (Li Lu http://git-wip-us.apache.org/repos/asf/hadoop/blob/3a2e4003/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/security

git commit: YARN-2546. Made REST API for application creation/submission use numeric and boolean types instead of the string of them. Contributed by Varun Vasudev.

2014-09-24 Thread zjshen
of the string of them. (Varun Vasudev via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/72b0881c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server

git commit: YARN-2546. Made REST API for application creation/submission use numeric and boolean types instead of the string of them. Contributed by Varun Vasudev.

2014-09-24 Thread zjshen
creation/submission use numeric and +boolean types instead of the string of them. (Varun Vasudev via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/83926b3c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn

git commit: MAPREDUCE-5831. Make MR client ignore unknown counters received from AM. Contributed by Junping Du.

2014-09-26 Thread zjshen
via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/662fc11a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/TypeConverter.java

git commit: MAPREDUCE-5831. Make MR client ignore unknown counters received from AM. Contributed by Junping Du.

2014-09-26 Thread zjshen
. Make MR client ignore unknown counters received from AM. +(Junping Du via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/7b3ecc54/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java

git commit: YARN-2627. Added the info logs of attemptFailuresValidityInterval and number of previous failed attempts. Contributed by Xuan Gong.

2014-09-30 Thread zjshen
reservations (Thomas Graves via jlowe) +YARN-2627. Added the info logs of attemptFailuresValidityInterval and number +of previous failed attempts. (Xuan Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/9582a501/hadoop-yarn-project/hadoop

git commit: YARN-2627. Added the info logs of attemptFailuresValidityInterval and number of previous failed attempts. Contributed by Xuan Gong.

2014-09-30 Thread zjshen
@@ Release 2.6.0 - UNRELEASED YARN-1769. CapacityScheduler: Improve reservations (Thomas Graves via jlowe) +YARN-2627. Added the info logs of attemptFailuresValidityInterval and number +of previous failed attempts. (Xuan Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git

git commit: YARN-2627. Added the info logs of attemptFailuresValidityInterval and number of previous failed attempts. Contributed by Xuan Gong.

2014-09-30 Thread zjshen
@@ Release 2.6.0 - UNRELEASED YARN-1769. CapacityScheduler: Improve reservations (Thomas Graves via jlowe) +YARN-2627. Added the info logs of attemptFailuresValidityInterval and number +of previous failed attempts. (Xuan Gong via zjshen) + OPTIMIZATIONS BUG FIXES http

git commit: YARN-2630. Prevented previous AM container status from being acquired by the current restarted AM. Contributed by Jian He.

2014-10-01 Thread zjshen
) +YARN-2630. Prevented previous AM container status from being acquired by the +current restarted AM. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/52bbe0f1/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications

git commit: YARN-2630. Prevented previous AM container status from being acquired by the current restarted AM. Contributed by Jian He.

2014-10-01 Thread zjshen
in ApplicationHistoryManagerOnTimelineStore. (Zhijie Shen via jianhe) +YARN-2630. Prevented previous AM container status from being acquired by the +current restarted AM. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf

git commit: YARN-2630. Prevented previous AM container status from being acquired by the current restarted AM. Contributed by Jian He.

2014-10-01 Thread zjshen
in ApplicationHistoryManagerOnTimelineStore. (Zhijie Shen via jianhe) +YARN-2630. Prevented previous AM container status from being acquired by the +current restarted AM. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos

git commit: YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test cases for it. Contributed by Benoy Antony.

2014-10-02 Thread zjshen
YARN-2624. Resource Localization fails on a cluster due to existing cache directories (Anubhav Dhoot via jlowe) +YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test +cases for it. (Benoy Antony via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE

git commit: YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test cases for it. Contributed by Benoy Antony.

2014-10-02 Thread zjshen
for it. (Benoy Antony via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/ecaae67a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/server/security/ApplicationACLsManager.java

git commit: YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test cases for it. Contributed by Benoy Antony.

2014-10-02 Thread zjshen
for it. (Benoy Antony via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/20fb25cd/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/server/security/ApplicationACLsManager.java

git commit: HADOOP-11179. Java untar should handle the case that the file entry comes without its parent directory entry. Contributed by Craig Welch.

2014-10-08 Thread zjshen
entry comes +without its parent directory entry. (Craig Welch via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/a1690519/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileUtil.java

git commit: HADOOP-11179. Java untar should handle the case that the file entry comes without its parent directory entry. Contributed by Craig Welch.

2014-10-08 Thread zjshen
cnauroth) +HADOOP-11179. Java untar should handle the case that the file entry comes +without its parent directory entry. (Craig Welch via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/f27a8856/hadoop-common-project/hadoop

git commit: HADOOP-11179. Java untar should handle the case that the file entry comes without its parent directory entry. Contributed by Craig Welch.

2014-10-08 Thread zjshen
cnauroth) +HADOOP-11179. Java untar should handle the case that the file entry comes +without its parent directory entry. (Craig Welch via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab448565/hadoop-common-project/hadoop

git commit: YARN-2629. Made the distributed shell use the domain-based timeline ACLs. Contributed by Zhijie Shen.

2014-10-09 Thread zjshen
. (Junping Du via jianhe) +YARN-2629. Made the distributed shell use the domain-based timeline ACLs. +(zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/1d4612f5/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications

git commit: YARN-2629. Made the distributed shell use the domain-based timeline ACLs. Contributed by Zhijie Shen.

2014-10-09 Thread zjshen
/RM(Timeline)DelegationTokenIdentifier to use protobuf as payload. (Junping Du via jianhe) +YARN-2629. Made the distributed shell use the domain-based timeline ACLs. +(zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/4d170d3d/hadoop-yarn

git commit: YARN-2629. Made the distributed shell use the domain-based timeline ACLs. Contributed by Zhijie Shen.

2014-10-09 Thread zjshen
ClientToAMTokenIdentifier/RM(Timeline)DelegationTokenIdentifier to use protobuf as payload. (Junping Du via jianhe) +YARN-2629. Made the distributed shell use the domain-based timeline ACLs. +(zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/a4522e90/hadoop-yarn

git commit: YARN-2617. Fixed ApplicationSubmissionContext to still set resource for backward compatibility. Contributed by Wangda Tan.

2014-10-09 Thread zjshen
- UNRELEASED YARN-2598 GHS should show N/A instead of null for the inaccessible information (Zhijie Shen via mayank) +YARN-2617. Fixed ApplicationSubmissionContext to still set resource for +backward compatibility. (Wangda Tan via zjshen) + Release 2.5.1 - 2014-09-05

git commit: YARN-2617. Fixed ApplicationSubmissionContext to still set resource for backward compatibility. Contributed by Wangda Tan.

2014-10-09 Thread zjshen
compatibility. (Wangda Tan via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/ad47a27d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/ApplicationSubmissionContext.java

git commit: YARN-2617. Fixed ApplicationSubmissionContext to still set resource for backward compatibility. Contributed by Wangda Tan.

2014-10-09 Thread zjshen
compatibility. (Wangda Tan via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/64787420/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/ApplicationSubmissionContext.java

git commit: YARN-2583. Modified AggregatedLogDeletionService to be able to delete rolling aggregated logs. Contributed by Xuan Gong.

2014-10-10 Thread zjshen
-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 578ab6e..210297a 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -333,6 +333,9 @@ Release 2.6.0 - UNRELEASED YARN-2629. Made the distributed shell use the domain-based timeline ACLs. (zjshen

git commit: YARN-2583. Modified AggregatedLogDeletionService to be able to delete rolling aggregated logs. Contributed by Xuan Gong.

2014-10-10 Thread zjshen
. Made the distributed shell use the domain-based timeline ACLs. (zjshen) +YARN-2583. Modified AggregatedLogDeletionService to be able to delete rolling +aggregated logs. (Xuan Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/1e6d81a8

git commit: YARN-2583. Modified AggregatedLogDeletionService to be able to delete rolling aggregated logs. Contributed by Xuan Gong.

2014-10-10 Thread zjshen
. Made the distributed shell use the domain-based timeline ACLs. (zjshen) +YARN-2583. Modified AggregatedLogDeletionService to be able to delete rolling +aggregated logs. (Xuan Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob

git commit: YARN-2651. Spun off LogRollingInterval from LogAggregationContext. Contributed by Xuan Gong.

2014-10-13 Thread zjshen
zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/4aed2d8e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/LogAggregationContext.java

git commit: YARN-2651. Spun off LogRollingInterval from LogAggregationContext. Contributed by Xuan Gong.

2014-10-13 Thread zjshen
off LogRollingInterval from LogAggregationContext. (Xuan Gong +via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/e51ae647/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records

git commit: YARN-2651. Spun off LogRollingInterval from LogAggregationContext. Contributed by Xuan Gong.

2014-10-13 Thread zjshen
. Spun off LogRollingInterval from LogAggregationContext. (Xuan Gong +via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/6da637ec/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records

git commit: HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all sub-classes of AbstractDelegationTokenIdentifier. Contributed by Zhijie Shen.

2014-10-14 Thread zjshen
o.a.h.s.t.d.DelegationTokenManager to handle all +sub-classes of AbstractDelegationTokenIdentifier. (zjshen) + + OPTIMIZATIONS HADOOP-10838. Byte array native checksumming. (James Thomas via todd) http://git-wip-us.apache.org/repos/asf/hadoop/blob/cdce8837/hadoop-common-project/hadoop-common

git commit: HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all sub-classes of AbstractDelegationTokenIdentifier. Contributed by Zhijie Shen.

2014-10-14 Thread zjshen
Hadoop's lz4 to version r123. (cmccabe) +HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all +sub-classes of AbstractDelegationTokenIdentifier. (zjshen) + + OPTIMIZATIONS HADOOP-10838. Byte array native checksumming. (James Thomas via todd) http://git-wip

git commit: HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all sub-classes of AbstractDelegationTokenIdentifier. Contributed by Zhijie Shen.

2014-10-14 Thread zjshen
Hadoop's lz4 to version r123. (cmccabe) +HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all +sub-classes of AbstractDelegationTokenIdentifier. (zjshen) + + OPTIMIZATIONS HADOOP-10838. Byte array native checksumming. (James Thomas via todd) http://git-wip

git commit: YARN-2656. Made RM web services authentication filter support proxy user. Contributed by Varun Vasudev and Zhijie Shen.

2014-10-14 Thread zjshen
Vasudev and Zhijie Shen via zjshen) + IMPROVEMENTS YARN-2197. Add a link to YARN CHANGES.txt in the left side of doc http://git-wip-us.apache.org/repos/asf/hadoop/blob/1220bb72/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn

git commit: YARN-2656. Made RM web services authentication filter support proxy user. Contributed by Varun Vasudev and Zhijie Shen.

2014-10-14 Thread zjshen
. Made RM web services authentication filter support proxy user. +(Varun Vasudev and Zhijie Shen via zjshen) + IMPROVEMENTS YARN-2242. Improve exception information on AM launch crashes. (Li Lu http://git-wip-us.apache.org/repos/asf/hadoop/blob/bec165e1/hadoop-yarn-project/hadoop-yarn

git commit: YARN-2656. Made RM web services authentication filter support proxy user. Contributed by Varun Vasudev and Zhijie Shen.

2014-10-14 Thread zjshen
. Made RM web services authentication filter support proxy user. +(Varun Vasudev and Zhijie Shen via zjshen) + IMPROVEMENTS YARN-2242. Improve exception information on AM launch crashes. (Li Lu http://git-wip-us.apache.org/repos/asf/hadoop/blob/eb055ead/hadoop-yarn-project/hadoop-yarn

git commit: YARN-2673. Made timeline client put APIs retry if ConnectException happens. Contributed by Li Lu.

2014-10-20 Thread zjshen
+++ b/hadoop-yarn-project/CHANGES.txt @@ -373,6 +373,9 @@ Release 2.6.0 - UNRELEASED YARN-2676. Enhanced Timeline auth-filter to support proxy users. (Zhijie Shen via vinodkv) +YARN-2673. Made timeline client put APIs retry if ConnectException happens. +(Li Lu via zjshen

git commit: YARN-2673. Made timeline client put APIs retry if ConnectException happens. Contributed by Li Lu.

2014-10-20 Thread zjshen
client put APIs retry if ConnectException happens. +(Li Lu via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/42ceed8f/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java

git commit: YARN-2673. Made timeline client put APIs retry if ConnectException happens. Contributed by Li Lu.

2014-10-20 Thread zjshen
zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/6d78dc3e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java -- diff --git

git commit: YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. Contributed Xuan Gong.

2014-10-20 Thread zjshen
- UNRELEASED YARN-2673. Made timeline client put APIs retry if ConnectException happens. (Li Lu via zjshen) +YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. (Xuan +Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop

git commit: YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. Contributed Xuan Gong.

2014-10-20 Thread zjshen
- UNRELEASED YARN-2673. Made timeline client put APIs retry if ConnectException happens. (Li Lu via zjshen) +YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. (Xuan +Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf

git commit: YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. Contributed Xuan Gong.

2014-10-20 Thread zjshen
if ConnectException happens. (Li Lu via zjshen) +YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. (Xuan +Gong via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/e90718fa/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main

git commit: YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong.

2014-10-20 Thread zjshen
using LinuxContainerExecutor. (Xuan Gong via jianhe) +YARN-2717. Avoided duplicate logging when container logs are not found. (Xuan +Gong via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/171f2376/hadoop-yarn

git commit: YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong.

2014-10-20 Thread zjshen
- UNRELEASED YARN-2701. Potential race condition in startLocalizer when using LinuxContainerExecutor. (Xuan Gong via jianhe) +YARN-2717. Avoided duplicate logging when container logs are not found. (Xuan +Gong via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES

git commit: YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong.

2014-10-20 Thread zjshen
2.6.0 - UNRELEASED YARN-2701. Potential race condition in startLocalizer when using LinuxContainerExecutor. (Xuan Gong via jianhe) +YARN-2717. Avoided duplicate logging when container logs are not found. (Xuan +Gong via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE

git commit: YARN-2709. Made timeline client getDelegationToken API retry if ConnectException happens. Contributed by Li Lu.

2014-10-21 Thread zjshen
YARN-90. NodeManager should identify failed disks becoming good again (Varun Vasudev via jlowe) +YARN-2709. Made timeline client getDelegationToken API retry if ConnectException +happens. (Li Lu via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf

git commit: YARN-2709. Made timeline client getDelegationToken API retry if ConnectException happens. Contributed by Li Lu.

2014-10-21 Thread zjshen
zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/296bbd89/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/client/api/impl/TimelineClientImpl.java

git commit: YARN-2709. Made timeline client getDelegationToken API retry if ConnectException happens. Contributed by Li Lu.

2014-10-21 Thread zjshen
zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/7df8cbdd/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/client/api/impl/TimelineClientImpl.java

git commit: YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. Contributed by Jian He.

2014-10-21 Thread zjshen
not expanded against resources contained in archives. (Craig Welch via cnauroth) +YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it +retries creating znode. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org

git commit: YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. Contributed by Jian He.

2014-10-21 Thread zjshen
@@ Release 2.6.0 - UNRELEASED YARN-2720. Windows: Wildcard classpath variables not expanded against resources contained in archives. (Craig Welch via cnauroth) +YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it +retries creating znode. (Jian He via zjshen

git commit: YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. Contributed by Jian He.

2014-10-21 Thread zjshen
@@ Release 2.6.0 - UNRELEASED YARN-2720. Windows: Wildcard classpath variables not expanded against resources contained in archives. (Craig Welch via cnauroth) +YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it +retries creating znode. (Jian He via zjshen

git commit: YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He.

2014-10-22 Thread zjshen
it retries creating znode. (Jian He via zjshen) +YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/b94b8b30/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site

git commit: YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He.

2014-10-22 Thread zjshen
YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. (Jian He via zjshen) +YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org

git commit: YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He.

2014-10-22 Thread zjshen
YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. (Jian He via zjshen) +YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org

git commit: YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He.

2014-10-23 Thread zjshen
. Made timeline client getDelegationToken API retry if ConnectException happens. (Li Lu via zjshen) +YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and +made related MR changes. (Jian He via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip

git commit: YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He.

2014-10-23 Thread zjshen
/CHANGES.txt @@ -358,6 +358,9 @@ Release 2.6.0 - UNRELEASED YARN-2709. Made timeline client getDelegationToken API retry if ConnectException happens. (Li Lu via zjshen) +YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and +made related MR changes

git commit: YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He.

2014-10-23 Thread zjshen
exceptions and +made related MR changes. (Jian He via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/09e42230/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/protocolrecords/AllocateResponse.java

git commit: YARN-2724. Skipped uploading a local log file to HDFS if exception is raised when opening it. Contributed by Xuan Gong.

2014-10-24 Thread zjshen
- UNRELEASED YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen) +YARN-2724. Skipped uploading a local log file to HDFS if exception is raised +when opening it. (Xuan Gong via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip

git commit: YARN-2724. Skipped uploading a local log file to HDFS if exception is raised when opening it. Contributed by Xuan Gong.

2014-10-24 Thread zjshen
+++ b/hadoop-yarn-project/CHANGES.txt @@ -703,6 +703,9 @@ Release 2.6.0 - UNRELEASED YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen) +YARN-2724. Skipped uploading a local log file to HDFS if exception is raised +when opening it. (Xuan Gong via zjshen

git commit: YARN-2724. Skipped uploading a local log file to HDFS if exception is raised when opening it. Contributed by Xuan Gong.

2014-10-24 Thread zjshen
/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -673,6 +673,9 @@ Release 2.6.0 - UNRELEASED YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen) +YARN-2724. Skipped uploading a local log file to HDFS if exception is raised +when opening it. (Xuan Gong via

git commit: YARN-2703. Added logUploadedTime into LogValue for better display. Contributed by Xuan Gong.

2014-10-24 Thread zjshen
zjshen) +YARN-2703. Added logUploadedTime into LogValue for better display. (Xuan Gong +via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/f81dc3f9/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client

git commit: YARN-2703. Added logUploadedTime into LogValue for better display. Contributed by Xuan Gong.

2014-10-24 Thread zjshen
with corresponding exceptions and made related MR changes. (Jian He via zjshen) +YARN-2703. Added logUploadedTime into LogValue for better display. (Xuan Gong +via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/1b811051/hadoop-yarn-project

git commit: YARN-2703. Added logUploadedTime into LogValue for better display. Contributed by Xuan Gong.

2014-10-24 Thread zjshen
with corresponding exceptions and made related MR changes. (Jian He via zjshen) +YARN-2703. Added logUploadedTime into LogValue for better display. (Xuan Gong +via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/a41371e1/hadoop-yarn

git commit: YARN-2734. Skipped sub-folders in the local log dir when aggregating logs. Contributed by Xuan Gong.

2014-10-26 Thread zjshen
-yarn-project/CHANGES.txt @@ -730,6 +730,9 @@ Release 2.6.0 - UNRELEASED YARN-2723. Fix rmadmin -replaceLabelsOnNode does not correctly parse port. (Naganarasimha G R via xgong) +YARN-2734. Skipped sub-folders in the local log dir when aggregating logs. +(Xuan Gong via zjshen

git commit: YARN-2734. Skipped sub-folders in the local log dir when aggregating logs. Contributed by Xuan Gong.

2014-10-26 Thread zjshen
-yarn-project/CHANGES.txt @@ -694,6 +694,9 @@ Release 2.6.0 - UNRELEASED YARN-2723. Fix rmadmin -replaceLabelsOnNode does not correctly parse port. (Naganarasimha G R via xgong) +YARN-2734. Skipped sub-folders in the local log dir when aggregating logs. +(Xuan Gong via zjshen

git commit: MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. Contributed by Robert Kanter.

2014-10-27 Thread zjshen
-5933. Enabled MR AM to post history events to the timeline server. +(Robert Kanter via zjshen) + IMPROVEMENTS MAPREDUCE-5971. Move the default options for distcp -p to http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b2f11b5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop

git commit: MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. Contributed by Robert Kanter.

2014-10-27 Thread zjshen
+20,9 @@ Release 2.6.0 - UNRELEASED MAPREDUCE-5910. Make MR AM resync with RM in case of work-preserving RM-restart. Contributed by Rohith +MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. +(Robert Kanter via zjshen) + IMPROVEMENTS MAPREDUCE

git commit: MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. Contributed by Robert Kanter.

2014-10-27 Thread zjshen
@@ -8,6 +8,9 @@ Release 2.6.0 - UNRELEASED MAPREDUCE-5910. Make MR AM resync with RM in case of work-preserving RM-restart. Contributed by Rohith +MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. +(Robert Kanter via zjshen) + IMPROVEMENTS

git commit: MAPREDUCE-6018. Added an MR specific config to enable emitting job history data to the timeline server. Contributed by Robert Kanter.

2014-10-27 Thread zjshen
profiling (Gera Shegalov via jlowe) +MAPREDUCE-6018. Added an MR specific config to enable emitting job history +data to the timeline server. (Robert Kanter via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/52695d38/hadoop-mapreduce-project

git commit: MAPREDUCE-6018. Added an MR specific config to enable emitting job history data to the timeline server. Contributed by Robert Kanter.

2014-10-27 Thread zjshen
profiling (Gera Shegalov via jlowe) +MAPREDUCE-6018. Added an MR specific config to enable emitting job history +data to the timeline server. (Robert Kanter via zjshen) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/d92d4e32/hadoop-mapreduce

git commit: YARN-2741. Made NM web UI serve logs on the drive other than C: on Windows. Contributed by Craig Welch.

2014-10-28 Thread zjshen
. Update TestApplicationHistoryClientService to use the new generic history store. (Zhijie Shen via xgong) +YARN-2741. Made NM web UI serve logs on the drive other than C: on Windows. (Craig +Welch via zjshen) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip

git commit: YARN-2741. Made NM web UI serve logs on the drive other than C: on Windows. Contributed by Craig Welch.

2014-10-28 Thread zjshen
-project/CHANGES.txt @@ -754,6 +754,9 @@ Release 2.6.0 - UNRELEASED YARN-2758. Update TestApplicationHistoryClientService to use the new generic history store. (Zhijie Shen via xgong) +YARN-2741. Made NM web UI serve logs on the drive other than C: on Windows. (Craig +Welch via zjshen

  1   2   3   4   5   6   7   8   9   10   >