[hadoop] Git Push Summary

2017-09-06 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/YARN-3409 [created] b6e7d1369 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

[1/3] hadoop git commit: YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread subru
Repository: hadoop Updated Branches: refs/heads/branch-2 1ef48f1d4 -> 5ccdd8392

[3/3] hadoop git commit: YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread subru
YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem. (cherry picked from commit b6e7d1369690eaf50ce9ea7968f91a72ecb74de0) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/3] hadoop git commit: YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread subru
http://git-wip-us.apache.org/repos/asf/hadoop/blob/5ccdd839/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.java

[1/3] hadoop git commit: YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread subru
Repository: hadoop Updated Branches: refs/heads/trunk e3345e985 -> b6e7d1369

[2/3] hadoop git commit: YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread subru
http://git-wip-us.apache.org/repos/asf/hadoop/blob/b6e7d136/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.java

[3/3] hadoop git commit: YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread subru
YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6e7d136 Tree:

[2/3] hadoop git commit: Revert "Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem."

2017-09-06 Thread subru
http://git-wip-us.apache.org/repos/asf/hadoop/blob/e3345e98/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.java

[1/3] hadoop git commit: Revert "Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem."

2017-09-06 Thread subru
Repository: hadoop Updated Branches: refs/heads/trunk 22de9449f -> e3345e985

[3/3] hadoop git commit: Revert "Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem."

2017-09-06 Thread subru
Revert "Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem." This reverts commit 7996eca7dcfaa1bdf970e32022274f2699bef8a1. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12131. Add some of the FSNamesystem JMX values as metrics. Contributed by Erik Krogen.

2017-09-06 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 03892df21 -> 0dca198f0 HDFS-12131. Add some of the FSNamesystem JMX values as metrics. Contributed by Erik Krogen. (cherry picked from commit f4c6b00a9f48ae7667db4035b641769efc3bb7cf) Project:

hadoop git commit: HDFS-12199. Ozone: OzoneFileSystem: OzoneFileystem initialization code. Contributed by Mukul Kumar Singh.

2017-09-06 Thread xyao
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 25a5a4aee -> 5cd6d7bb8 HDFS-12199. Ozone: OzoneFileSystem: OzoneFileystem initialization code. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong.

2017-09-06 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-3.0 00594eb68 -> 2608b5391 YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong. (cherry picked from commit 22de9449f8aa72c5b0bb586b8253390773502189)

hadoop git commit: YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong.

2017-09-06 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-3.0 b2c564bca -> 00594eb68 YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong. (cherry picked from commit 63231a2a3008794c5ebcbc9d3855638fc5f28216) Project:

hadoop git commit: YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong.

2017-09-06 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 f39a44412 -> 1ef48f1d4 YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong. (cherry picked from commit 22de9449f8aa72c5b0bb586b8253390773502189)

hadoop git commit: YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong.

2017-09-06 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk dd814946f -> 22de9449f YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 c2350ec42 -> 03892df21 HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen (cherry picked from commit dd814946f68d52a9b1627ac4dd61f9ab093423ae) Project:

hadoop git commit: HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 2071f8338 -> c6db50503 HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen (cherry picked from commit dd814946f68d52a9b1627ac4dd61f9ab093423ae) Project:

hadoop git commit: HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 fc444da89 -> f39a44412 HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen (cherry picked from commit dd814946f68d52a9b1627ac4dd61f9ab093423ae) Project:

hadoop git commit: HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-3.0 6ec611d8c -> b2c564bca HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen (cherry picked from commit dd814946f68d52a9b1627ac4dd61f9ab093423ae) Project:

hadoop git commit: HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 704267cb4 -> dd814946f HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[03/17] hadoop git commit: YARN-7075. Better styling for donut charts in new YARN UI. Contributed by Da Ding.

2017-09-06 Thread xyao
YARN-7075. Better styling for donut charts in new YARN UI. Contributed by Da Ding. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c0b19a93 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c0b19a93 Diff:

[11/17] hadoop git commit: HDFS-12388. A bad error message in DFSStripedOutputStream. Contributed by Huafeng Wang

2017-09-06 Thread xyao
HDFS-12388. A bad error message in DFSStripedOutputStream. Contributed by Huafeng Wang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/06578bc2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/06578bc2 Diff:

[07/17] hadoop git commit: HDFS-11882. Precisely calculate acked length of striped block groups in updatePipeline.

2017-09-06 Thread xyao
HDFS-11882. Precisely calculate acked length of striped block groups in updatePipeline. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/86abf484 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/86abf484 Diff:

[10/17] hadoop git commit: YARN-7022. Improve click interaction in queue topology in new YARN UI. Contributed by Abdullah Yousufi.

2017-09-06 Thread xyao
YARN-7022. Improve click interaction in queue topology in new YARN UI. Contributed by Abdullah Yousufi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3b1c4e44 Tree:

[04/17] hadoop git commit: Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread xyao
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2f8f7392/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/TestInMemoryPlan.java

[05/17] hadoop git commit: Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread xyao
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2f8f7392/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/RLESparseResourceAllocation.java

[09/17] hadoop git commit: HADOOP-14688. Intern strings in KeyVersion and EncryptedKeyVersion. Contributed by Xiao Chen.

2017-09-06 Thread xyao
HADOOP-14688. Intern strings in KeyVersion and EncryptedKeyVersion. 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/89ec91cb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/89ec91cb Diff:

[16/17] hadoop git commit: HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin.

2017-09-06 Thread xyao
HADOOP-14839. DistCp log output should contain copied and deleted files and directories. 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/60376f9f Tree:

[01/17] hadoop git commit: YARN-7152. [ATSv2] Registering timeline client before AMRMClient service init throw exception (Rohith Sharma K S via Varun Saxena)

2017-09-06 Thread xyao
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d23e1ed8c -> 25a5a4aee YARN-7152. [ATSv2] Registering timeline client before AMRMClient service init throw exception (Rohith Sharma K S via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[08/17] hadoop git commit: HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge.

2017-09-06 Thread xyao
HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/850e626f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/850e626f Diff:

[15/17] hadoop git commit: HDFS-12377. Refactor TestReadStripedFileWithDecoding to avoid test timeouts.

2017-09-06 Thread xyao
HDFS-12377. Refactor TestReadStripedFileWithDecoding to avoid test timeouts. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2dd2de90 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2dd2de90 Diff:

[17/17] hadoop git commit: HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen

2017-09-06 Thread xyao
HDFS-12392. Writing striped file failed due to different cell size. 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/beccafcf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/beccafcf Diff:

[13/17] hadoop git commit: HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov

2017-09-06 Thread xyao
HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/25a5a4ae Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/25a5a4ae Diff:

[12/17] hadoop git commit: HADOOP-14820 Wasb mkdirs security checks inconsistent with HDFS. Contributed by Sivaguru Sankaridurg

2017-09-06 Thread xyao
HADOOP-14820 Wasb mkdirs security checks inconsistent with HDFS. Contributed by Sivaguru Sankaridurg Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a3e1a2dc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a3e1a2dc

[06/17] hadoop git commit: Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem.

2017-09-06 Thread xyao
Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2f8f7392 Tree:

[02/17] hadoop git commit: HDFS-12383. Re-encryption updater should handle canceled tasks better.

2017-09-06 Thread xyao
HDFS-12383. Re-encryption updater should handle canceled tasks better. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8b2235b3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8b2235b3 Diff:

[14/17] hadoop git commit: HDFS-12359. Re-encryption should operate with minimum KMS ACL requirements.

2017-09-06 Thread xyao
HDFS-12359. Re-encryption should operate with minimum KMS ACL requirements. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/df931866 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/df931866 Diff:

hadoop git commit: YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-3.0 3dd5444b4 -> 6ec611d8c YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe (cherry picked from commit 704267cb4909bf9968dd30067617f74543e07ffb) Project:

hadoop git commit: YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 867a4b7d7 -> 2071f8338 YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe (cherry picked from commit 704267cb4909bf9968dd30067617f74543e07ffb) Project:

hadoop git commit: YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 eaf134c46 -> fc444da89 YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe (cherry picked from commit 704267cb4909bf9968dd30067617f74543e07ffb) Project:

hadoop git commit: YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe

2017-09-06 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 63231a2a3 -> 704267cb4 YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong.

2017-09-06 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 4c34c03b2 -> eaf134c46 YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong. (cherry picked from commit 63231a2a3008794c5ebcbc9d3855638fc5f28216) Project:

hadoop git commit: YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong.

2017-09-06 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 1f3bc63e6 -> 63231a2a3 YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge.

2017-09-06 Thread jzhuge
Repository: hadoop Updated Branches: refs/heads/branch-3.0 270bca6ae -> 3dd5444b4 HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge. (cherry picked from commit 50506e90a843aaf1f771a32b872fdd7704b619f5) Project:

[27/29] hadoop git commit: HDFS-11546. Federation Router RPC server. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b381a9c/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcServer.java -- diff --git

[17/29] hadoop git commit: HDFS-10880. Federation Mount Table State Store internal API. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/28bd21f4/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/federation/store/protocol/impl/pb/RemoveMountTableEntryRequestPBImpl.java -- diff --git

[12/29] hadoop git commit: HDFS-10687. Federation Membership State Store internal API. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/79fce5e0/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/federation/store/protocol/UpdateNamenodeRegistrationResponse.java -- diff --git

[26/29] hadoop git commit: HDFS-11546. Federation Router RPC server. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b381a9c/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/federation/MockResolver.java -- diff --git

[24/29] hadoop git commit: HDFS-10630. Federation State Store FS Implementation. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10630. Federation State Store FS Implementation. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2096bce7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2096bce7

[28/29] hadoop git commit: HDFS-11546. Federation Router RPC server. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b381a9c/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java -- diff --git

[19/29] hadoop git commit: HDFS-10646. Federation admin tool. Contributed by Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/400b8e98/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterAdmin.java -- diff --git

[13/29] hadoop git commit: HDFS-10687. Federation Membership State Store internal API. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10687. Federation Membership State Store internal API. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/79fce5e0 Tree:

[21/29] hadoop git commit: HDFS-10631. Federation State Store ZooKeeper implementation. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10631. Federation State Store ZooKeeper implementation. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3f7df14a Tree:

[05/29] hadoop git commit: HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge.

2017-09-06 Thread inigoiri
HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50506e90 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/50506e90 Diff:

[08/29] hadoop git commit: HDFS-10881. Federation State Store Driver API. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10881. Federation State Store Driver API. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d893c335 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d893c335 Diff:

[29/29] hadoop git commit: HDFS-11546. Federation Router RPC server. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-11546. Federation Router RPC server. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b381a9c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0b381a9c Diff:

[04/29] hadoop git commit: HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen

2017-09-06 Thread inigoiri
HDFS-12392. Writing striped file failed due to different cell size. 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/d7f27043 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d7f27043 Diff:

[16/29] hadoop git commit: HDFS-12223. Rebasing HDFS-10467. Contributed by Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-12223. Rebasing HDFS-10467. Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4d1180e5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4d1180e5 Diff:

[14/29] hadoop git commit: HDFS-11554. [Documentation] Router-based federation documentation. Contributed by Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-11554. [Documentation] Router-based federation documentation. Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/20203eb9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/20203eb9

[01/29] hadoop git commit: HDFS-11882. Precisely calculate acked length of striped block groups in updatePipeline. [Forced Update!]

2017-09-06 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/HDFS-10467 32a642eaf -> 3f7df14a2 (forced update) HDFS-11882. Precisely calculate acked length of striped block groups in updatePipeline. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[22/29] hadoop git commit: HDFS-12312. Rebasing HDFS-10467 (2). Contributed by Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-12312. Rebasing HDFS-10467 (2). Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4007ebb4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4007ebb4 Diff:

[07/29] hadoop git commit: HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov

2017-09-06 Thread inigoiri
HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1f3bc63e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1f3bc63e Diff:

[20/29] hadoop git commit: HDFS-10646. Federation admin tool. Contributed by Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10646. Federation admin tool. Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/400b8e98 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/400b8e98 Diff:

[11/29] hadoop git commit: HDFS-10687. Federation Membership State Store internal API. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/79fce5e0/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/federation/resolver/TestNamenodeResolver.java -- diff --git

[15/29] hadoop git commit: HDFS-11826. Federation Namenode Heartbeat. Contributed by Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-11826. Federation Namenode Heartbeat. Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/740ff174 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/740ff174 Diff:

[18/29] hadoop git commit: HDFS-10880. Federation Mount Table State Store internal API. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10880. Federation Mount Table State Store internal API. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/28bd21f4 Tree:

[23/29] hadoop git commit: HDFS-10630. Federation State Store FS Implementation. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/2096bce7/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/federation/store/driver/TestStateStoreDriverBase.java -- diff --git

[02/29] hadoop git commit: HADOOP-14688. Intern strings in KeyVersion and EncryptedKeyVersion. Contributed by Xiao Chen.

2017-09-06 Thread inigoiri
HADOOP-14688. Intern strings in KeyVersion and EncryptedKeyVersion. 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/ad32759f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ad32759f Diff:

[03/29] hadoop git commit: HDFS-12377. Refactor TestReadStripedFileWithDecoding to avoid test timeouts.

2017-09-06 Thread inigoiri
HDFS-12377. Refactor TestReadStripedFileWithDecoding to avoid test timeouts. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4035d42 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d4035d42 Diff:

[09/29] hadoop git commit: HDFS-10629. Federation Roter. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
http://git-wip-us.apache.org/repos/asf/hadoop/blob/f7ffbf3f/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/federation/MockResolver.java -- diff --git

[10/29] hadoop git commit: HDFS-10629. Federation Roter. Contributed by Jason Kace and Inigo Goiri.

2017-09-06 Thread inigoiri
HDFS-10629. Federation Roter. Contributed by Jason Kace and Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f7ffbf3f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f7ffbf3f Diff:

[06/29] hadoop git commit: HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin.

2017-09-06 Thread inigoiri
HADOOP-14839. DistCp log output should contain copied and deleted files and directories. 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/63720ef5 Tree:

hadoop git commit: YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R.

2017-09-06 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/YARN-3926 d76440e36 -> eaab1364c YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge.

2017-09-06 Thread jzhuge
Repository: hadoop Updated Branches: refs/heads/branch-2 aada99a37 -> 4c34c03b2 HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov

2017-09-06 Thread cdouglas
HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov (cherry picked from commit 1f3bc63e6772be81bc9a6a7d93ed81d2a9e066c0) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/270bca6a

[1/2] hadoop git commit: HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov

2017-09-06 Thread cdouglas
Repository: hadoop Updated Branches: refs/heads/branch-3.0 fd951e3a3 -> 270bca6ae refs/heads/trunk 63720ef57 -> 1f3bc63e6 HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin.

2017-09-06 Thread xyao
Repository: hadoop Updated Branches: refs/heads/branch-3.0 3c71bf79f -> fd951e3a3 HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin. (cherry picked from commit 7ba61235dba87bc292134194044d54d9a12a4d7c) Project:

hadoop git commit: HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin.

2017-09-06 Thread xyao
Repository: hadoop Updated Branches: refs/heads/trunk 50506e90a -> 63720ef57 HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge.

2017-09-06 Thread jzhuge
Repository: hadoop Updated Branches: refs/heads/trunk d7f27043c -> 50506e90a HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: