hadoop git commit: HDFS-12327. Ozone: support setting timeout in background service. Contributed by Yiqun Lin.

2017-08-22 Thread wwei
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d0bd0f623 -> b1bbd9a03 HDFS-12327. Ozone: support setting timeout in background service. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[15/36] hadoop git commit: HDFS-11738. Hedged pread takes more time when block moved from initial locations. Contributed by Vinayakumar B.

2017-08-22 Thread jhung
HDFS-11738. Hedged pread takes more time when block moved from initial locations. Contributed by Vinayakumar B. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6bfb2fc Tree:

[21/36] hadoop git commit: HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator. Contributed by Genmao Yu

2017-08-22 Thread jhung
HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator. Contributed by Genmao Yu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/27ab5f73 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/27ab5f73 Diff:

[02/36] hadoop git commit: HDFS-12072. Provide fairness between EC and non-EC recovery tasks. Contributed by Eddy Xu.

2017-08-22 Thread jhung
HDFS-12072. Provide fairness between EC and non-EC recovery tasks. Contributed by Eddy Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b2989488 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b2989488 Diff:

[17/36] hadoop git commit: YARN-6923. Metrics for Federation Router. (Giovanni Matteo Fumarola via asuresh)

2017-08-22 Thread jhung
YARN-6923. Metrics for Federation Router. (Giovanni Matteo Fumarola via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ae8fb13b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ae8fb13b Diff:

[03/36] hadoop git commit: HDFS-12316. Verify HDFS snapshot deletion doesn't crash the ongoing file writes.

2017-08-22 Thread jhung
HDFS-12316. Verify HDFS snapshot deletion doesn't crash the ongoing file writes. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4230872d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4230872d Diff:

[36/36] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-08-22 Thread jhung
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8d0ba797 Tree:

[27/36] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-08-22 Thread jhung
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/969f597b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/969f597b Diff:

[11/36] hadoop git commit: YARN-6979. [Addendum patch] Fixed classname and added javadocs. (Kartheek Muthyala via asuresh)

2017-08-22 Thread jhung
YARN-6979. [Addendum patch] Fixed classname and added javadocs. (Kartheek Muthyala via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7a82d7bc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7a82d7bc

[22/36] hadoop git commit: HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS.

2017-08-22 Thread jhung
HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ec5acc7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ec5acc7 Diff:

[26/36] hadoop git commit: YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru).

2017-08-22 Thread jhung
YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4249172e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4249172e Diff:

[24/36] hadoop git commit: YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp

2017-08-22 Thread jhung
YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/657dd59c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/657dd59c

[25/36] hadoop git commit: HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp

2017-08-22 Thread jhung
HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c3793102 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c3793102

[28/36] hadoop git commit: YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda)

2017-08-22 Thread jhung
YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a8143dc5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a8143dc5

[23/36] hadoop git commit: YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles

2017-08-22 Thread jhung
YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[29/36] hadoop git commit: YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao

2017-08-22 Thread jhung
YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a88c3da5 Tree:

[10/36] hadoop git commit: YARN-6979. Add flag to notify all types of container updates to NM via NodeHeartbeatResponse. (Kartheek Muthyala via asuresh)

2017-08-22 Thread jhung
YARN-6979. Add flag to notify all types of container updates to NM via NodeHeartbeatResponse. (Kartheek Muthyala via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8410d862 Tree:

[13/36] hadoop git commit: HDFS-11988. Verify HDFS Snapshots with open files captured are consistent across truncates and appends to current version file.

2017-08-22 Thread jhung
HDFS-11988. Verify HDFS Snapshots with open files captured are consistent across truncates and appends to current version file. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/913760cb Tree:

[31/36] hadoop git commit: YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong)

2017-08-22 Thread jhung
YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a056a39c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a056a39c Diff:

[06/36] hadoop git commit: YARN-7007. NPE in RM while using YarnClient.getApplications(). Contributed by Lingfeng Su.

2017-08-22 Thread jhung
YARN-7007. NPE in RM while using YarnClient.getApplications(). Contributed by Lingfeng Su. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e05fa345 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e05fa345 Diff:

[35/36] hadoop git commit: YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung

2017-08-22 Thread jhung
YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d74672dd Tree:

[08/36] hadoop git commit: YARN-6969. Clean up unused code in class FairSchedulerQueueInfo. (Larry Lo via Yufei Gu)

2017-08-22 Thread jhung
YARN-6969. Clean up unused code in class FairSchedulerQueueInfo. (Larry Lo via Yufei Gu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8991f0ba Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8991f0ba Diff:

[14/36] hadoop git commit: HDFS-12325. SFTPFileSystem operations should restore cwd. Contributed by Chen Liang.

2017-08-22 Thread jhung
HDFS-12325. SFTPFileSystem operations should restore cwd. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/736ceab2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/736ceab2 Diff:

[30/36] hadoop git commit: YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung

2017-08-22 Thread jhung
YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/236b85d9 Tree:

[16/36] hadoop git commit: YARN-5603. Metrics for Federation StateStore. (Ellen Hui via asuresh)

2017-08-22 Thread jhung
YARN-5603. Metrics for Federation StateStore. (Ellen Hui via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/75abc9a8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/75abc9a8 Diff:

[19/36] hadoop git commit: YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang.

2017-08-22 Thread jhung
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d5ff57a0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/docker/DockerCommandExecutor.java

[01/36] hadoop git commit: YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger [Forced Update!]

2017-08-22 Thread jhung
Repository: hadoop Updated Branches: refs/heads/YARN-5734 0fd690498 -> 236b85d9c (forced update) YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[32/36] hadoop git commit: YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda)

2017-08-22 Thread jhung
YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) Change-Id: Ib98e82ff753bede21fcab2e6ca9ec1e7a5a2008f Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/59da4bf0

[07/36] hadoop git commit: Revert "HADOOP-14732. ProtobufRpcEngine should use Time.monotonicNow to measure durations. Contributed by Hanisha Koneru."

2017-08-22 Thread jhung
Revert "HADOOP-14732. ProtobufRpcEngine should use Time.monotonicNow to measure durations. Contributed by Hanisha Koneru." This reverts commit 8bef4eca28a3466707cc4ea0de0330449319a5eb. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[09/36] hadoop git commit: YARN-6852. Native code changes to support isolate GPU devices by using CGroups. (wangda)

2017-08-22 Thread jhung
YARN-6852. Native code changes to support isolate GPU devices by using CGroups. (wangda) Change-Id: I4869cc4d8ad539539ccba4bea5a178cacdb741ab Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/436c2638 Tree:

[05/36] hadoop git commit: HADOOP-14769. WASB: delete recursive should not fail if a file is deleted. Contributed by Thomas Marquardt

2017-08-22 Thread jhung
HADOOP-14769. WASB: delete recursive should not fail if a file is deleted. Contributed by Thomas Marquardt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c6b4e656 Tree:

[33/36] hadoop git commit: YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store

2017-08-22 Thread jhung
YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0aecb8c5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0aecb8c5

[18/36] hadoop git commit: YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang.

2017-08-22 Thread jhung
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d5ff57a0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/TestCGroupsHandlerImpl.java

[20/36] hadoop git commit: YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang.

2017-08-22 Thread jhung
YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d5ff57a0 Tree:

[04/36] hadoop git commit: HADOOP-14398. Modify documents for the FileSystem Builder API. (Lei (Eddy) Xu)

2017-08-22 Thread jhung
HADOOP-14398. Modify documents for the FileSystem Builder API. (Lei (Eddy) Xu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/99e558b1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/99e558b1 Diff:

[12/36] hadoop git commit: HADOOP-14194. Aliyun OSS should not use empty endpoint as default. Contributed by Genmao Yu

2017-08-22 Thread jhung
HADOOP-14194. Aliyun OSS should not use empty endpoint as default. Contributed by Genmao Yu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/267e19a0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/267e19a0 Diff:

[34/36] hadoop git commit: YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong)

2017-08-22 Thread jhung
YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4b3de5be Tree:

hadoop git commit: YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru).

2017-08-22 Thread subru
Repository: hadoop Updated Branches: refs/heads/branch-2 2299c8dff -> a45ffdcdd YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru). (cherry picked from commit 4249172e1419acdb2b69ae3db43dc59da2aa2e03) Project:

hadoop git commit: YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru).

2017-08-22 Thread subru
Repository: hadoop Updated Branches: refs/heads/trunk c37931021 -> 4249172e1 YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/3] hadoop git commit: YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/21446290/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

[3/3] hadoop git commit: YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)

2017-08-22 Thread wangda
YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda) Change-Id: I442bf6d838b3aba83f1f6779cf9dcf8596a2102d Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/21446290 Tree:

[1/3] hadoop git commit: YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)

2017-08-22 Thread wangda
Repository: hadoop Updated Branches: refs/heads/YARN-3926 b78f1b730 -> 21446290a http://git-wip-us.apache.org/repos/asf/hadoop/blob/21446290/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git

[37/42] hadoop git commit: YARN-5708. Implement APIs to get resource profiles from the RM. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-5708. Implement APIs to get resource profiles from the RM. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9ae6c06d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9ae6c06d Diff:

[30/42] hadoop git commit: YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/61e7b2a7 Tree:

[31/42] hadoop git commit: YARN-6908. ResourceProfilesManagerImpl is missing @Overrides on methods (Contributed by Sunil G. via Daniel Templeton)

2017-08-22 Thread wangda
YARN-6908. ResourceProfilesManagerImpl is missing @Overrides on methods (Contributed by Sunil G. via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5bcfe019 Tree:

[29/42] hadoop git commit: YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/61e7b2a7/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppBlock.java

[40/42] hadoop git commit: YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin.

2017-08-22 Thread wangda
YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7e8f259 Tree:

[39/42] hadoop git commit: YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G.

2017-08-22 Thread wangda
YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/740a38c9 Tree:

[28/42] hadoop git commit: YARN-5587. Add support for resource profiles. (vvasudev via asuresh)

2017-08-22 Thread wangda
YARN-5587. Add support for resource profiles. (vvasudev via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02fb8fb4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/02fb8fb4 Diff:

[36/42] hadoop git commit: YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu)

2017-08-22 Thread wangda
YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3d71316f Tree:

[34/42] hadoop git commit: YARN-6935. [YARN-3926] ResourceProfilesManagerImpl.parseResource() has no need of the key parameter (Contributed by Manikandan R via Daniel Templeton)

2017-08-22 Thread wangda
YARN-6935. [YARN-3926] ResourceProfilesManagerImpl.parseResource() has no need of the key parameter (Contributed by Manikandan R via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e4357fe1 Tree:

[18/42] hadoop git commit: YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3deb1c0d Tree:

[32/42] hadoop git commit: YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan.

2017-08-22 Thread wangda
YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/52190fb1 Tree:

[35/42] hadoop git commit: YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda)

2017-08-22 Thread wangda
YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda) Change-Id: I8e40f704b6fcdd5b14faa9548a27986501044fa1 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bb8104c0 Tree:

[25/42] hadoop git commit: YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton)

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c6cb4a91/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/resource/ResourceUtils.java -- diff --git

[33/42] hadoop git commit: YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda)

2017-08-22 Thread wangda
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda) Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2f5f7ed8 Tree:

[41/42] hadoop git commit: YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan.

2017-08-22 Thread wangda
YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b78f1b73 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b78f1b73

[19/42] hadoop git commit: YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f1ce8feb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f1ce8feb Diff:

[21/42] hadoop git commit: YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d8bf5565 Tree:

[42/42] hadoop git commit: YARN-7043. Cleanup ResourceProfileManager. (wangda)

2017-08-22 Thread wangda
YARN-7043. Cleanup ResourceProfileManager. (wangda) Change-Id: I463356f37bf1f6a3f1fc3c594c79916e8c0ab913 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dd85313f Tree:

[24/42] hadoop git commit: YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang.

2017-08-22 Thread wangda
YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/872adece Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/872adece Diff:

[38/42] hadoop git commit: YARN-5588. [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-5588. [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/de0f13f7 Tree:

[23/42] hadoop git commit: YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fef64584 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fef64584 Diff:

[27/42] hadoop git commit: YARN-5587. Add support for resource profiles. (vvasudev via asuresh)

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/02fb8fb4/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/protocolrecords/impl/pb/RegisterApplicationMasterResponsePBImpl.java -- diff

[26/42] hadoop git commit: YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton)

2017-08-22 Thread wangda
YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c6cb4a91 Tree:

[11/42] hadoop git commit: YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh)

2017-08-22 Thread wangda
YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/575de7a0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/575de7a0 Diff:

[02/42] hadoop git commit: YARN-6923. Metrics for Federation Router. (Giovanni Matteo Fumarola via asuresh)

2017-08-22 Thread wangda
YARN-6923. Metrics for Federation Router. (Giovanni Matteo Fumarola via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ae8fb13b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ae8fb13b Diff:

[06/42] hadoop git commit: HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator. Contributed by Genmao Yu

2017-08-22 Thread wangda
HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator. Contributed by Genmao Yu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/27ab5f73 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/27ab5f73 Diff:

[15/42] hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/3c23b1c2/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

[03/42] hadoop git commit: YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang.

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d5ff57a0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/TestCGroupsHandlerImpl.java

[20/42] hadoop git commit: YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/14cabb0a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/14cabb0a

[10/42] hadoop git commit: HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp

2017-08-22 Thread wangda
HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c3793102 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c3793102

[16/42] hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2017-08-22 Thread wangda
YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3c23b1c2 Tree:

[22/42] hadoop git commit: YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton.

2017-08-22 Thread wangda
YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/58f685ab Tree:

[12/42] hadoop git commit: YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/437f3be5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/437f3be5

[17/42] hadoop git commit: YARN-5707. Add manager class for resource profiles. Contributed by Varun Vasudev.

2017-08-22 Thread wangda
YARN-5707. Add manager class for resource profiles. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cb833c22 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cb833c22 Diff:

[04/42] hadoop git commit: YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang.

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/d5ff57a0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/docker/DockerCommandExecutor.java

[09/42] hadoop git commit: YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp

2017-08-22 Thread wangda
YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/657dd59c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/657dd59c

[13/42] hadoop git commit: YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda)

2017-08-22 Thread wangda
YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cc2b4e80 Tree:

[08/42] hadoop git commit: YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles

2017-08-22 Thread wangda
YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[14/42] hadoop git commit: YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)

2017-08-22 Thread wangda
http://git-wip-us.apache.org/repos/asf/hadoop/blob/3c23b1c2/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

[05/42] hadoop git commit: YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang.

2017-08-22 Thread wangda
YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d5ff57a0 Tree:

[07/42] hadoop git commit: HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS.

2017-08-22 Thread wangda
HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ec5acc7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ec5acc7 Diff:

[01/42] hadoop git commit: YARN-5603. Metrics for Federation StateStore. (Ellen Hui via asuresh) [Forced Update!]

2017-08-22 Thread wangda
Repository: hadoop Updated Branches: refs/heads/YARN-3926 d84143733 -> b78f1b730 (forced update) YARN-5603. Metrics for Federation StateStore. (Ellen Hui via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-6798. Fix NM startup failure with old state store due to version mismatch. (Botong Huang via rchiang)

2017-08-22 Thread subru
Repository: hadoop Updated Branches: refs/heads/branch-2 45c1f8ac8 -> 2299c8dff YARN-6798. Fix NM startup failure with old state store due to version mismatch. (Botong Huang via rchiang) (cherry picked from commit f5f14a2ad67f91064a73685b44369c6314f0e1cd) Project:

hadoop git commit: HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8.2 0acf92210 -> 32d2417d3 HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp (cherry picked from commit f6892f5821aedb33fdd6cd74d631fec2e67647be) Project:

hadoop git commit: HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 ff9cbcbbf -> f6892f582 HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 b15a39344 -> 45c1f8ac8 HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp (cherry picked from commit c3793102121767c46091805eae65ef3919a5f368) Project:

hadoop git commit: HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 657dd59cc -> c37931021 HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8.2 b14228a9d -> 0acf92210 YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger (cherry picked from commit ff9cbcbbf47927db82c81660b413edd7c84c5022) Project:

hadoop git commit: YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 5cb8a92bd -> ff9cbcbbf YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 a7893033f -> b15a39344 YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8.2 3c295955a -> b14228a9d YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp (cherry picked from commit 657dd59cc840bce3426170baf68f9d46842f4f53) Conflicts:

hadoop git commit: YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 0b6477367 -> 5cb8a92bd YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp (cherry picked from commit 657dd59cc840bce3426170baf68f9d46842f4f53) Conflicts:

hadoop git commit: YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 fc7df25a1 -> a7893033f YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp (cherry picked from commit 657dd59cc840bce3426170baf68f9d46842f4f53) Project:

hadoop git commit: YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 3efcd51c3 -> 657dd59cc YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8.2 864a0964f -> 3c295955a YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles (cherry picked from commit

hadoop git commit: YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 3f735ad64 -> 0b6477367 YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles (cherry picked from commit

hadoop git commit: YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 b3ea11dfd -> fc7df25a1 YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles (cherry picked from commit

hadoop git commit: YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles

2017-08-22 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 4ec5acc70 -> 3efcd51c3 YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles Project:

  1   2   3   >