hadoop git commit: HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki.

2016-08-05 Thread iwasakims
Repository: hadoop Updated Branches: refs/heads/branch-2.8 e6a994bad -> e1684f84e HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki. (cherry picked from commit 10ed06a0c96cbb8b70e03deeb5bb94df700f9518) Project:

hadoop git commit: HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki.

2016-08-05 Thread iwasakims
Repository: hadoop Updated Branches: refs/heads/branch-2 991823482 -> 9cdd97a15 HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki. (cherry picked from commit 10ed06a0c96cbb8b70e03deeb5bb94df700f9518) Project:

hadoop git commit: HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki.

2016-08-05 Thread iwasakims
Repository: hadoop Updated Branches: refs/heads/trunk 49ba09a92 -> 10ed06a0c HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula

2016-08-05 Thread naganarasimha_gr
Repository: hadoop Updated Branches: refs/heads/branch-2.8 e7863da09 -> e6a994bad YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula (cherry picked from commit d81b8163b4e5c0466a6af6e1068f512c5fd24a61) (cherry picked from commit

hadoop git commit: Revert "HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang."

2016-08-05 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 7dbfe2f09 -> e7863da09 Revert "HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang." This reverts commit

hadoop git commit: YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula

2016-08-05 Thread naganarasimha_gr
Repository: hadoop Updated Branches: refs/heads/branch-2 d875dfef3 -> 991823482 YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula (cherry picked from commit d81b8163b4e5c0466a6af6e1068f512c5fd24a61) Project:

hadoop git commit: HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang.

2016-08-05 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 470ea3da1 -> 7dbfe2f09 HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang. (cherry picked from commit 49ba09a9221ad1e25e89800f6c455bbaad41483b)

hadoop git commit: HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang.

2016-08-05 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2 0e48f2993 -> d875dfef3 HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang. (cherry picked from commit 49ba09a9221ad1e25e89800f6c455bbaad41483b)

hadoop git commit: HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang.

2016-08-05 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/trunk d81b8163b -> 49ba09a92 HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[hadoop] Git Push Summary

2016-08-05 Thread wangda
Repository: hadoop Updated Branches: refs/heads/YARN-4902 [created] d81b8163b - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

[10/50] [abbrv] hadoop git commit: HDFS-10656. Optimize conversion of byte arrays back to path string. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HDFS-10656. Optimize conversion of byte arrays back to path string. 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/bebf10d2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bebf10d2

[30/50] [abbrv] hadoop git commit: HADOOP-13466. Add an AutoCloseableLock class. (Chen Liang)

2016-08-05 Thread subru
HADOOP-13466. Add an AutoCloseableLock class. (Chen Liang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/331ef251 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/331ef251 Diff:

[39/50] [abbrv] hadoop git commit: YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda)

2016-08-05 Thread subru
YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0d131f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e0d131f0 Diff:

[21/50] [abbrv] hadoop git commit: MAPREDUCE-6682. TestMRCJCFileOutputCommitter fails intermittently Contributed by Akira Ajisaka.

2016-08-05 Thread subru
MAPREDUCE-6682. TestMRCJCFileOutputCommitter fails intermittently Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f1c374b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8f1c374b

[26/50] [abbrv] hadoop git commit: HADOOP-13442. Optimize UGI group lookups. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HADOOP-13442. Optimize UGI group lookups. 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/94225152 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/94225152 Diff:

[16/50] [abbrv] hadoop git commit: HDFS-10710. In BlockManager#rescanPostponedMisreplicatedBlocks(), postponed misreplicated block counts should be retrieved within the NN lock protection.Contributed

2016-08-05 Thread subru
HDFS-10710. In BlockManager#rescanPostponedMisreplicatedBlocks(), postponed misreplicated block counts should be retrieved within the NN lock protection.Contributed by GAO Rui. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[49/50] [abbrv] hadoop git commit: YARN-3662. Federation Membership State Store internal APIs.

2016-08-05 Thread subru
YARN-3662. Federation Membership State Store internal APIs. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dc06e506 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dc06e506 Diff:

[25/50] [abbrv] hadoop git commit: HDFS-10662. Optimize UTF8 string/byte conversions. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HDFS-10662. Optimize UTF8 string/byte conversions. 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/6ae39199 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6ae39199 Diff:

[32/50] [abbrv] hadoop git commit: HDFS-10718. Prefer direct ByteBuffer in native RS encoder and decoder. Contributed by Sammi Chen

2016-08-05 Thread subru
HDFS-10718. Prefer direct ByteBuffer in native RS encoder and decoder. Contributed by Sammi Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cca62296 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cca62296

[19/50] [abbrv] hadoop git commit: HDFS-10569. A bug causes OutOfIndex error in BlockListAsLongs. Contributed by Weiwei Yang.

2016-08-05 Thread subru
HDFS-10569. A bug causes OutOfIndex error in BlockListAsLongs. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6f635666 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6f635666 Diff:

[08/50] [abbrv] hadoop git commit: YARN-5460. Change container runtime type logging in DelegatingLinuxContainerRuntime to debug. Contributed by Shane Kumpf.

2016-08-05 Thread subru
YARN-5460. Change container runtime type logging in DelegatingLinuxContainerRuntime to debug. Contributed by Shane Kumpf. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d848184e Tree:

[11/50] [abbrv] hadoop git commit: HDFS-742. A down DataNode makes Balancer to hang on repeatingly asking NameNode its partial block list. Contributed by Mit Desai.

2016-08-05 Thread subru
HDFS-742. A down DataNode makes Balancer to hang on repeatingly asking NameNode its partial block list. Contributed by Mit Desai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/58db263e Tree:

[29/50] [abbrv] hadoop git commit: HADOOP-13467. Shell#getSignalKillCommand should use the bash builtin on Linux. (Arpit Agarwal)

2016-08-05 Thread subru
HADOOP-13467. Shell#getSignalKillCommand should use the bash builtin on Linux. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b8ca84ac Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b8ca84ac

[45/50] [abbrv] hadoop git commit: YARN-3664. Federation PolicyStore internal APIs

2016-08-05 Thread subru
YARN-3664. Federation PolicyStore internal APIs Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a6a43c01 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a6a43c01 Diff:

[41/50] [abbrv] hadoop git commit: YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong.

2016-08-05 Thread subru
YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e605d47d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e605d47d Diff:

[36/50] [abbrv] hadoop git commit: YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena)

2016-08-05 Thread subru
YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4a262210 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4a262210 Diff:

[43/50] [abbrv] hadoop git commit: YARN-5300. Exclude generated federation protobuf sources from YARN Javadoc/findbugs build

2016-08-05 Thread subru
YARN-5300. Exclude generated federation protobuf sources from YARN Javadoc/findbugs build Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a1361852 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a1361852 Diff:

[22/50] [abbrv] hadoop git commit: HADOOP-13443. KMS should check the type of underlying keyprovider of KeyProviderExtension before falling back to default. Contributed by Anthony Young-Garner.

2016-08-05 Thread subru
HADOOP-13443. KMS should check the type of underlying keyprovider of KeyProviderExtension before falling back to default. Contributed by Anthony Young-Garner. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05db6491 Tree:

[03/50] [abbrv] hadoop git commit: HDFS-5805. TestCheckpoint.testCheckpoint fails intermittently on branch-2. Contributed by Eric Badger.

2016-08-05 Thread subru
HDFS-5805. TestCheckpoint.testCheckpoint fails intermittently on branch-2. Contributed by Eric Badger. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5e5b8793 Tree:

[02/50] [abbrv] hadoop git commit: HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin.

2016-08-05 Thread subru
HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0458a2af Tree:

[14/50] [abbrv] hadoop git commit: YARN-4280. CapacityScheduler reservations may not prevent indefinite postponement on a busy cluster. Contributed by Kuhu Shukla

2016-08-05 Thread subru
YARN-4280. CapacityScheduler reservations may not prevent indefinite postponement on a busy cluster. Contributed by Kuhu Shukla Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4d92aefd Tree:

[46/50] [abbrv] hadoop git commit: YARN-5307. Federation Application State Store internal APIs

2016-08-05 Thread subru
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2191bd2a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/federation/store/records/impl/pb/GetApplicationsHomeSubClusterResponsePBImpl.java

[05/50] [abbrv] hadoop git commit: HDFS-9353. Code and comment mismatch in JavaKeyStoreProvider. (Andras Bokor)

2016-08-05 Thread subru
HDFS-9353. Code and comment mismatch in JavaKeyStoreProvider. (Andras Bokor) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d28c2d9f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d28c2d9f Diff:

[38/50] [abbrv] hadoop git commit: YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda)

2016-08-05 Thread subru
http://git-wip-us.apache.org/repos/asf/hadoop/blob/e0d131f0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/allocator/AbstractContainerAllocator.java

[44/50] [abbrv] hadoop git commit: YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui.

2016-08-05 Thread subru
YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1ac60e56 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1ac60e56 Diff:

[48/50] [abbrv] hadoop git commit: YARN-3662. Federation Membership State Store internal APIs.

2016-08-05 Thread subru
http://git-wip-us.apache.org/repos/asf/hadoop/blob/dc06e506/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/federation/store/records/impl/pb/GetSubClusterInfoRequestPBImpl.java

[40/50] [abbrv] hadoop git commit: YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda)

2016-08-05 Thread subru
YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3f100d76 Tree:

[01/50] [abbrv] hadoop git commit: YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong. [Forced Update!]

2016-08-05 Thread subru
Repository: hadoop Updated Branches: refs/heads/YARN-2915 385d910b6 -> a6a43c012 (forced update) YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[07/50] [abbrv] hadoop git commit: HADOOP-13459. hadoop-azure runs several test cases repeatedly, causing unnecessarily long running time. Contributed by Chris Nauroth.

2016-08-05 Thread subru
HADOOP-13459. hadoop-azure runs several test cases repeatedly, causing unnecessarily long running time. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ef1bc0b Tree:

[37/50] [abbrv] hadoop git commit: YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong.

2016-08-05 Thread subru
YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d9a354c2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d9a354c2

[04/50] [abbrv] hadoop git commit: HADOOP-13434. Add bash quoting to Shell class. (Owen O'Malley)

2016-08-05 Thread subru
HADOOP-13434. Add bash quoting to Shell class. (Owen O'Malley) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/954465e7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/954465e7 Diff:

[35/50] [abbrv] hadoop git commit: HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu.

2016-08-05 Thread subru
HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef432579 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef432579

[23/50] [abbrv] hadoop git commit: YARN-5459. Add support for docker rm. Contributed by Shane Kumpf.

2016-08-05 Thread subru
YARN-5459. Add support for docker rm. Contributed by Shane Kumpf. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08e33381 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/08e33381 Diff:

[12/50] [abbrv] hadoop git commit: HDFS-10674. Optimize creating a full path from an inode. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HDFS-10674. Optimize creating a full path from an inode. 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/22ef5286 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/22ef5286 Diff:

[09/50] [abbrv] hadoop git commit: HADOOP-13426. More efficiently build IPC responses. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HADOOP-13426. More efficiently build IPC responses. 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/2d822760 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2d822760 Diff:

[13/50] [abbrv] hadoop git commit: HADOOP-13483. Optimize IPC server protobuf decoding. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HADOOP-13483. Optimize IPC server protobuf decoding. 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/580a8334 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/580a8334 Diff:

[15/50] [abbrv] hadoop git commit: YARN-5462. TestNodeStatusUpdater.testNodeStatusUpdaterRetryAndNMShutdown fails intermittently. Contributed by Eric Badger

2016-08-05 Thread subru
YARN-5462. TestNodeStatusUpdater.testNodeStatusUpdaterRetryAndNMShutdown fails intermittently. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/db646540 Tree:

[28/50] [abbrv] hadoop git commit: HDFS-10722. Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HDFS-10722. Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs. 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/4a8e6dc0 Tree:

[20/50] [abbrv] hadoop git commit: HADOOP-13458. LoadBalancingKMSClientProvider#doOp should log IOException stacktrace. Contributed by Chen Liang.

2016-08-05 Thread subru
HADOOP-13458. LoadBalancingKMSClientProvider#doOp should log IOException stacktrace. 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/a1f6564d Tree:

[06/50] [abbrv] hadoop git commit: YARN-5456. container-executor support for FreeBSD, NetBSD, and others if conf path is absolute. Contributed by Allen Wittenauer.

2016-08-05 Thread subru
YARN-5456. container-executor support for FreeBSD, NetBSD, and others if conf path is absolute. Contributed by Allen Wittenauer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b9136773 Tree:

[47/50] [abbrv] hadoop git commit: YARN-5307. Federation Application State Store internal APIs

2016-08-05 Thread subru
YARN-5307. Federation Application State Store internal APIs Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2191bd2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2191bd2a Diff:

[17/50] [abbrv] hadoop git commit: YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger

2016-08-05 Thread subru
YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/db4a61dc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/db4a61dc Diff:

[42/50] [abbrv] hadoop git commit: YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula

2016-08-05 Thread subru
YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d81b8163 Tree:

[24/50] [abbrv] hadoop git commit: MAPREDUCE-6730. Use StandardCharsets instead of String overload in TextOutputFormat. Contributed by Sahil Kang.

2016-08-05 Thread subru
MAPREDUCE-6730. Use StandardCharsets instead of String overload in TextOutputFormat. Contributed by Sahil Kang. This closes #114 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/70c27811 Tree:

[18/50] [abbrv] hadoop git commit: HADOOP-10980. TestActiveStandbyElector fails occasionally in trunk. Contributed by Eric Badger

2016-08-05 Thread subru
HADOOP-10980. TestActiveStandbyElector fails occasionally in trunk. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c8274543 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8274543

[34/50] [abbrv] hadoop git commit: HDFS-10588. False alarm in datanode log - ERROR - Disk Balancer is not enabled. Contributed by Weiwei Yang.

2016-08-05 Thread subru
HDFS-10588. False alarm in datanode log - ERROR - Disk Balancer is not enabled. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/18d9e6ec Tree:

[33/50] [abbrv] hadoop git commit: HDFS-10673. Optimize FSPermissionChecker's internal path usage. Contributed by Daryn Sharp.

2016-08-05 Thread subru
HDFS-10673. Optimize FSPermissionChecker's internal path usage. 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/438a9f04 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/438a9f04 Diff:

[27/50] [abbrv] hadoop git commit: In Balancer, the target task should be removed when its size < 0. Contributed by Yiqun Lin

2016-08-05 Thread subru
In Balancer, the target task should be removed when its size < 0. Contributed by Yiqun Lin Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8c9b44ea Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8c9b44ea Diff:

hadoop git commit: YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (cherry picked from commit c01bee010832ca31d8e60

2016-08-05 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.6 96e077168 -> 4feb17ea2 YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (cherry picked from commit c01bee010832ca31d8e60e5461181cdf05140602)

hadoop git commit: YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (cherry picked from commit c01bee010832ca31d8e60

2016-08-05 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 9669779f2 -> 7bbd3cf65 YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (cherry picked from commit c01bee010832ca31d8e60e5461181cdf05140602)

hadoop git commit: YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (cherry picked from commit c01bee010832ca31d8e60

2016-08-05 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 5b3deac2e -> 470ea3da1 YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (cherry picked from commit c01bee010832ca31d8e60e5461181cdf05140602)

hadoop git commit: YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula

2016-08-05 Thread naganarasimha_gr
Repository: hadoop Updated Branches: refs/heads/trunk e605d47df -> d81b8163b YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena)

2016-08-05 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/branch-2 adcecd417 -> 0e48f2993 YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3664. Federation PolicyStore internal APIs

2016-08-05 Thread subru
Repository: hadoop Updated Branches: refs/heads/YARN-2915 f6c60fb02 -> 385d910b6 YARN-3664. Federation PolicyStore internal APIs Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/385d910b Tree:

[2/2] hadoop git commit: YARN-5307. Federation Application State Store internal APIs

2016-08-05 Thread subru
YARN-5307. Federation Application State Store internal APIs Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f6c60fb0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f6c60fb0 Diff:

[1/2] hadoop git commit: YARN-5307. Federation Application State Store internal APIs

2016-08-05 Thread subru
Repository: hadoop Updated Branches: refs/heads/YARN-2915 b313a4baa -> f6c60fb02

hadoop git commit: YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong. (cherry picked from commit e605d47df05619c6b1c18aca59f709899498da75)

2016-08-05 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 a73e11843 -> adcecd417 YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong. (cherry picked from commit e605d47df05619c6b1c18aca59f709899498da75) Project:

hadoop git commit: YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong.

2016-08-05 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 3f100d76f -> e605d47df YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda)

2016-08-05 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 69da77c35 -> a73e11843 YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda) (cherry picked from commit 3f100d76ff5df020dbb8ecd4f5b4f9736a0a8270) Project:

hadoop git commit: YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda)

2016-08-05 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk e0d131f05 -> 3f100d76f YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda)

2016-08-05 Thread wangda
YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0d131f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e0d131f0 Diff:

[1/2] hadoop git commit: YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda)

2016-08-05 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk d9a354c2f -> e0d131f05

hadoop git commit: HDFS-9958. BlockManager#createLocatedBlocks can throw NPE for corruptBlocks on failed storages. Contributed by Kuhu Shukla.

2016-08-05 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 575802683 -> 5b3deac2e HDFS-9958. BlockManager#createLocatedBlocks can throw NPE for corruptBlocks on failed storages. Contributed by Kuhu Shukla. (cherry picked from commit f715f141856cb6a4c6574893f40f9865653b631e) Project:

hadoop git commit: YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong.

2016-08-05 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/branch-2 686386612 -> 69da77c35 YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong. (cherry picked from commit d9a354c2f39274b2810144d1ae133201e44e3bfc) Project:

hadoop git commit: YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong.

2016-08-05 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/trunk 4a2622102 -> d9a354c2f YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena)

2016-08-05 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/trunk ef432579a -> 4a2622102 YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu.

2016-08-05 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.8 e8cd1439d -> 575802683 HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu. (cherry picked from commit ef432579a7763cc0e482fe049027c6e5325eb034) (cherry picked from commit

hadoop git commit: HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu.

2016-08-05 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 18d9e6ec0 -> ef432579a HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: