hadoop git commit: HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang.

2016-08-08 Thread iwasakims
Repository: hadoop Updated Branches: refs/heads/branch-2.8 7b042c5c7 -> a9d957d77 HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang. (cherry picked from commit 8f9b61852bf6600b65e49875fec172bac9e0a85d) Project: http://git-wip-us.apache.or

hadoop git commit: HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang.

2016-08-08 Thread iwasakims
Repository: hadoop Updated Branches: refs/heads/branch-2 93b768d0d -> 427b54086 HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang. (cherry picked from commit 8f9b61852bf6600b65e49875fec172bac9e0a85d) Project: http://git-wip-us.apache.org/

hadoop git commit: HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang.

2016-08-08 Thread iwasakims
Repository: hadoop Updated Branches: refs/heads/trunk 0ad48aa2c -> 8f9b61852 HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hado

hadoop git commit: YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang.

2016-08-08 Thread naganarasimha_gr
Repository: hadoop Updated Branches: refs/heads/branch-2 660e32152 -> 93b768d0d YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commi

hadoop git commit: HADOOP-12747. support wildcard in libjars argument (sjlee)

2016-08-08 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/branch-2 e7c701586 -> 660e32152 HADOOP-12747. support wildcard in libjars argument (sjlee) (cherry picked from commit 0ad48aa2c8f41196743305c711ea19cc48f186da) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-u

hadoop git commit: HADOOP-12747. support wildcard in libjars argument (sjlee)

2016-08-08 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/trunk 070548943 -> 0ad48aa2c HADOOP-12747. support wildcard in libjars argument (sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0ad48aa2 Tree: http://git-wip-us.apa

hadoop git commit: HDFS-4176. EditLogTailer should call rollEdits with a timeout. (lei)

2016-08-08 Thread lei
Repository: hadoop Updated Branches: refs/heads/branch-2 9cb6d291e -> e7c701586 HDFS-4176. EditLogTailer should call rollEdits with a timeout. (lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7c70158 Tree: http://g

hadoop git commit: HDFS-10457. DataNode should not auto-format block pool directory if VERSION is missing. (Wei-Chiu Chuang via lei)

2016-08-08 Thread lei
Repository: hadoop Updated Branches: refs/heads/branch-2 cc20316b5 -> 9cb6d291e HDFS-10457. DataNode should not auto-format block pool directory if VERSION is missing. (Wei-Chiu Chuang via lei) (cherry picked from commit bb3bcb9397593fc8a2fa63a48eba126609f72c42) Project: http://git-wip-us.a

hadoop git commit: HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen.

2016-08-08 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2.8 500608380 -> 7b042c5c7 HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen. (cherry picked from commit 070548943a16370a74277d1b1d10b713e2ca81d0) Conflicts: hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/cryp

hadoop git commit: HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen.

2016-08-08 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/branch-2 2cd4092c8 -> cc20316b5 HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen. (cherry picked from commit 070548943a16370a74277d1b1d10b713e2ca81d0) Conflicts: hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto

hadoop git commit: HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen.

2016-08-08 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/trunk 6418edd6f -> 070548943 HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/07054894 Tree: http://git-wip-us.

hadoop git commit: HADOOP-13380. TestBasicDiskValidator should not write data to /tmp (Yufei Gu via lei)

2016-08-08 Thread lei
Repository: hadoop Updated Branches: refs/heads/branch-2 31bb302c9 -> 2cd4092c8 HADOOP-13380. TestBasicDiskValidator should not write data to /tmp (Yufei Gu via lei) (cherry picked from commit 6418edd6feeafc0204536e1860942eeb1cb1a9ce) Project: http://git-wip-us.apache.org/repos/asf/hadoop/r

hadoop git commit: HADOOP-13380. TestBasicDiskValidator should not write data to /tmp (Yufei Gu via lei)

2016-08-08 Thread lei
Repository: hadoop Updated Branches: refs/heads/trunk 83a2ffec4 -> 6418edd6f HADOOP-13380. TestBasicDiskValidator should not write data to /tmp (Yufei Gu via lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6418edd6

hadoop git commit: YARN-5408. Compose Federation membership/application/policy APIs into an uber FederationStateStore API. (Ellen Hui via Subru).

2016-08-08 Thread subru
Repository: hadoop Updated Branches: refs/heads/YARN-2915 a6a43c012 -> dbaebf8ea YARN-5408. Compose Federation membership/application/policy APIs into an uber FederationStateStore API. (Ellen Hui via Subru). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-u

hadoop git commit: YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong.

2016-08-08 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 2dbe16c02 -> 31bb302c9 YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong. (cherry picked from commit 83a2ffec408fc3ebb89ab13ab4788d9f02fae33b) Project: http://git-wi

hadoop git commit: YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong.

2016-08-08 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 58e1523c8 -> 83a2ffec4 YARN-5470. Addedum to differentiate exactly matching of log-files 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.or

[1/2] hadoop git commit: HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang)

2016-08-08 Thread arp
Repository: hadoop Updated Branches: refs/heads/branch-2 287688d6c -> 2dbe16c02 refs/heads/trunk 2ed58c40e -> 58e1523c8 HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apach

hadoop git commit: HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang)

2016-08-08 Thread arp
Repository: hadoop Updated Branches: refs/heads/branch-2.8 f4bf3e22d -> 500608380 HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50060838 T

[2/2] hadoop git commit: HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang)

2016-08-08 Thread arp
HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2dbe16c0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2dbe16c0 Diff: http://git-wip-

[1/2] hadoop git commit: HADOOP-13403. AzureNativeFileSystem rename/delete performance improvements. Contributed by Subramanyam Pattipaka.

2016-08-08 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 e9955b180 -> 287688d6c refs/heads/trunk 8c0638471 -> 2ed58c40e HADOOP-13403. AzureNativeFileSystem rename/delete performance improvements. Contributed by Subramanyam Pattipaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/r

[2/2] hadoop git commit: HADOOP-13403. AzureNativeFileSystem rename/delete performance improvements. Contributed by Subramanyam Pattipaka.

2016-08-08 Thread cnauroth
HADOOP-13403. AzureNativeFileSystem rename/delete performance improvements. Contributed by Subramanyam Pattipaka. (cherry picked from commit 2ed58c40e5dcbf5c5303c00e85096085b1055f85) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoo

hadoop git commit: HADOOP-10682. Replace FsDatasetImpl object lock with a separate lock object. (Chen Liang)

2016-08-08 Thread arp
Repository: hadoop Updated Branches: refs/heads/trunk 625585950 -> 8c0638471 HADOOP-10682. Replace FsDatasetImpl object lock with a separate lock object. (Chen Liang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8c06

hadoop git commit: HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu.

2016-08-08 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/branch-2.8 6b3114a2a -> f4bf3e22d HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu. Conflicts: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/TestReloadingX509TrustMana

hadoop git commit: HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu.

2016-08-08 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/branch-2 ce8df272f -> e9955b180 HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e9955b1

hadoop git commit: HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu.

2016-08-08 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/trunk 37d939a45 -> 625585950 HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/62558595 T

hadoop git commit: YARN-4910. Fix incomplete log info in ResourceLocalizationService (Jun Gong via Varun Saxena)

2016-08-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/branch-2 8b09292f4 -> ce8df272f YARN-4910. Fix incomplete log info in ResourceLocalizationService (Jun Gong via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/comm

hadoop git commit: YARN-4910. Fix incomplete log info in ResourceLocalizationService (Jun Gong via Varun Saxena)

2016-08-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/trunk 6529fe934 -> 37d939a45 YARN-4910. Fix incomplete log info in ResourceLocalizationService (Jun Gong 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/

hadoop git commit: MAPREDUCE-6748. Enhance logging for Cluster.java around InetSocketAddress (Vrushali C via Varun Saxena)

2016-08-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/branch-2 ab130f97c -> 8b09292f4 MAPREDUCE-6748. Enhance logging for Cluster.java around InetSocketAddress (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/h

hadoop git commit: MAPREDUCE-6748. Enhance logging for Cluster.java around InetSocketAddress (Vrushali C via Varun Saxena)

2016-08-08 Thread varunsaxena
Repository: hadoop Updated Branches: refs/heads/trunk 4d3af47f2 -> 6529fe934 MAPREDUCE-6748. Enhance logging for Cluster.java around InetSocketAddress (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/hado