hadoop git commit: HDFS-12714. Hadoop 3 missing fix for HDFS-5169. Contributed by Joe McDonnell.

2017-10-31 Thread jzhuge
Repository: hadoop Updated Branches: refs/heads/trunk 9367c25db -> b8c8b5bc2 HDFS-12714. Hadoop 3 missing fix for HDFS-5169. Contributed by Joe McDonnell. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b8c8b5bc Tree:

hadoop git commit: HDFS-12482. Provide a configuration to adjust the weight of EC recovery tasks to adjust the speed of recovery. (lei)

2017-10-31 Thread lei
Repository: hadoop Updated Branches: refs/heads/trunk ed24da3dd -> 9367c25db HDFS-12482. Provide a configuration to adjust the weight of EC recovery tasks to adjust the speed of recovery. (lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12482. Provide a configuration to adjust the weight of EC recovery tasks to adjust the speed of recovery. (lei)

2017-10-31 Thread lei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 c025c9ac6 -> 9ee04006c HDFS-12482. Provide a configuration to adjust the weight of EC recovery tasks to adjust the speed of recovery. (lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) (cherry picked from commit 1bbab7c1570a2438b2fa6da70397dd1d5211a137) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[41/44] hadoop git commit: YARN-7397. Reduce lock contention in FairScheduler#getAppWeight()

2017-10-31 Thread templedf
YARN-7397. Reduce lock contention in FairScheduler#getAppWeight() (cherry picked from commit e62bbbca7adafa0e050212e99c41c95a844700ff) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ab93bf5b Tree:

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

2017-10-31 Thread templedf
YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev. (cherry picked from commit 239c1824a07fede71dd751ed2c1f40036b22170e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/57bbdbeb/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

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

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/68da5218/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

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

2017-10-31 Thread templedf
YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R. (cherry picked from commit 805095496dfd8e50f71b70cf20845e954d3ba47c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[42/44] hadoop git commit: YARN-7374. Improve performance of DRF comparisons for resource types in fair scheduler

2017-10-31 Thread templedf
YARN-7374. Improve performance of DRF comparisons for resource types in fair scheduler (cherry picked from commit 9711b78998ca3a1f7734058a78c7baddd130ce0f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/77401022 Tree:

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

2017-10-31 Thread templedf
YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton) (cherry picked from commit 3aeaafecb823ef6c175ea5d0d9cb726faacaf32d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[37/44] hadoop git commit: YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu)

2017-10-31 Thread templedf
YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu) (cherry picked from commit 09b476e6dabe8039a41dde7930c8a9c0d14bb750) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G. (cherry picked from commit 2b51b262aba0191b80dc93799574c0b959cb4f4e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[39/44] hadoop git commit: YARN-7336. Unsafe cast from long to int Resource.hashCode() method (Contributed by Miklos Szegedi via Daniel Templeton)

2017-10-31 Thread templedf
YARN-7336. Unsafe cast from long to int Resource.hashCode() method (Contributed by Miklos Szegedi via Daniel Templeton) (cherry picked from commit d64736d58965722b71d6eade578b6c4c266e6448) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[28/44] hadoop git commit: YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda)

2017-10-31 Thread templedf
YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda) Change-Id: I88928a747ee3eec17bc76fb71e9aaa632d091f0f (cherry picked from commit 53df3eac503064b8c4cd8eb2b659567622f4d8a7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev. (cherry picked from commit 759114b0063907d4c07ea6ee261e861bf5cc3a9a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/16beac12

[38/44] hadoop git commit: YARN-6984. DominantResourceCalculator.isAnyMajorResourceZero() should test all resources (Contributed by Sunil G via Daniel Templeton)

2017-10-31 Thread templedf
YARN-6984. DominantResourceCalculator.isAnyMajorResourceZero() should test all resources (Contributed by Sunil G via Daniel Templeton) (cherry picked from commit 679f99b1455a1fcd785aef8ddc705f63cf0e6518) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda) Change-Id: I442bf6d838b3aba83f1f6779cf9dcf8596a2102d (cherry picked from commit e490602e9b306d5b8a543b93fb15a7395bb9a03d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/57bbdbeb/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/LICENSE.txt

[30/44] hadoop git commit: YARN-7136. Additional Performance Improvement for Resource Profile Feature (Contributed by Wangda Tan via Daniel Templeton)

2017-10-31 Thread templedf
YARN-7136. Additional Performance Improvement for Resource Profile Feature (Contributed by Wangda Tan via Daniel Templeton) (cherry picked from commit bf2b687412f9a830ec4834477ccf25dbe76fddcd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[35/44] hadoop git commit: YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda)

2017-10-31 Thread templedf
YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda) Change-Id: I463356f37bf1f6a3f1fc3c594c79916e8c0ab913 (cherry picked from commit 39240b61a163b127eec385decd30ffd96e694c28) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[43/44] hadoop git commit: YARN-7172. ResourceCalculator.fitsIn() should not take a cluster resource parameter. (Sen Zhao via wangda)

2017-10-31 Thread templedf
YARN-7172. ResourceCalculator.fitsIn() should not take a cluster resource parameter. (Sen Zhao via wangda) Change-Id: Icc3670c9381ce7591ca69ec12da5aa52d3612d34 (cherry picked from commit e81596d06d226f1cfa44b2390ce3095ed4dee621) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

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

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/bda5486d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppBlock.java

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

2017-10-31 Thread templedf
YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev. (cherry picked from commit 9e4ba6aff595b7a5b53d016c97c8334e10f1f2cb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda) Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d (cherry picked from commit df3855541af98a3805958f2b5b9db6be705d52ab) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu) (cherry picked from commit d5e9939ebb59e4f6f8e5e2fe7f619fb032f2911c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[29/44] hadoop git commit: YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan.

2017-10-31 Thread templedf
YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan. (cherry picked from commit da0b6a354bf6f6bf37ca5a05a4a8eece09aa4893) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang. (cherry picked from commit 4e5632d28eb8f6b1b8830c2aa89ec6321d477977) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/58f2c070 Tree:

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

2017-10-31 Thread templedf
YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev. (cherry picked from commit dae65f3bef8ffa34d02a37041f1dfdf91845) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan. (cherry picked from commit a333ba54e3f5a1ca57b0fc94bfd008f3cbd5b14b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[10/44] hadoop git commit: YARN-5587. [Partial backport] Add support for resource profiles. (vvasudev via asuresh)

2017-10-31 Thread templedf
YARN-5587. [Partial backport] Add support for resource profiles. (vvasudev via asuresh) (cherry picked from commit 6708ac330147b2d3816a31f2ee83e09c41fe0dd9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a9fa0349 Tree:

[36/44] hadoop git commit: YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu)

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/f30f78a7/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/policies/TestDominantResourceFairnessPolicy.java

[31/44] hadoop git commit: YARN-7056. [Partial backport] Document Resource Profiles feature. (Sunil G via wangda)

2017-10-31 Thread templedf
YARN-7056. [Partial backport] Document Resource Profiles feature. (Sunil G via wangda) Change-Id: I5f5d52cdf7aba4ac09684aab573e6916dbad183e (cherry picked from commit 6b88cd1901a65b977fed759e322dcd75a2cd33b6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin. (cherry picked from commit 758b7719430c981a6d4d1644d9d03cd16b981cf3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda) (cherry picked from commit 32c91223f1bd06561ea4ce2d1944e8d9a847f18c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda) Change-Id: I8e40f704b6fcdd5b14faa9548a27986501044fa1 (cherry picked from commit b1fe3a222e7673fd84a878622969f958022061e9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton. (cherry picked from commit a0030c8c6f5489d8285632a651394b2b2320255c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan. (cherry picked from commit a6989af1d91d8b6795862c39d154823f8488c8de) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh) (cherry picked from commit 7ba698997b6845b664b2f8c82e384b457c30d176) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/92ca475f Tree:

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

2017-10-31 Thread templedf
YARN-5588. [Partial backport] [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev. (cherry picked from commit 7805deed4896e470ebd2f6bbd1ba9962947c63cd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[40/44] hadoop git commit: YARN-6927. Add support for individual resource types requests in MapReduce (Contributed by Gergo Repas via Daniel Templeton)

2017-10-31 Thread templedf
YARN-6927. Add support for individual resource types requests in MapReduce (Contributed by Gergo Repas via Daniel Templeton) (cherry picked from commit 9a7e81083801a57d6bb96584988415cbef67460d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev. (cherry picked from commit 58da54640e37571f82eb340f32641d58160e92b2) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

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

2017-10-31 Thread templedf
YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev. (cherry picked from commit ca2808d8bbe49766029e5dba88ff863f6c993287) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5fa0dc35 Tree:

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

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/68da5218/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt -- diff --git a/hadoop-build-tools/src/main/resources/META-INF/NOTICE.txt

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

2017-10-31 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-3.0 b5f66b005 -> c025c9ac6 YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev. (cherry picked from commit ceb12c59a34677518a198e19acb4e29cdfc8a0e1) Project:

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

2017-10-31 Thread templedf
http://git-wip-us.apache.org/repos/asf/hadoop/blob/99c29240/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/resource/ResourceUtils.java -- diff --git

[44/44] hadoop git commit: YARN-7270 addendum: Reapplied changes after YARN-3926 backports

2017-10-31 Thread templedf
YARN-7270 addendum: Reapplied changes after YARN-3926 backports Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/68585156 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/68585156 Diff:

hadoop git commit: HDFS-12697. Ozone services must stay disabled in secure setup for alpha. Contributed by Bharat Viswanadham.

2017-10-31 Thread xyao
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 6739180c1 -> be6bf1b80 HDFS-12697. Ozone services must stay disabled in secure setup for alpha. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Revert "HDFS-7878. API - expose a unique file identifier."

2017-10-31 Thread cdouglas
Repository: hadoop Updated Branches: refs/heads/branch-3.0 1fbc72704 -> b5f66b005 Revert "HDFS-7878. API - expose a unique file identifier." This reverts commit 1ce0eb7d23156175db2d31f3fcbbe6529944c04b. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3661. Basic Federation UI. (Contributed by Inigo Goiri via curino)

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 e785e8327 -> 1fbc72704 YARN-3661. Basic Federation UI. (Contributed by Inigo Goiri via curino) (cherry picked from commit ceca9694f9a0c78d07cab2c382036f175183e67b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen)

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 cba1fa496 -> e785e8327 YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen) (cherry picked from commit d7f3737f3b3236fbf8c25fdd4656251ed63a2be9) Project:

hadoop git commit: Updating jdiff version in anticipation of 2.9.0 release.

2017-10-31 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/branch-2.9 [created] efa708f54 Updating jdiff version in anticipation of 2.9.0 release. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/efa708f5 Tree:

hadoop git commit: HADOOP-14915. method name is incorrect in ConfServlet. Contributed by Bharat Viswanadham.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 0b3e3e489 -> af52a585f HADOOP-14915. method name is incorrect in ConfServlet. Contributed by Bharat Viswanadham. (cherry picked from commit 563dcdfc1de7ea9ee7ce296163cf2678dfe5349c) Project:

hadoop git commit: HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 af52a585f -> cba1fa496 HADOOP-14880. [KMS] Document missing KMS client side configs. Contributed by Gabor Bota. (cherry picked from commit 97c70c7ac6881f87eee1575bcbdd28b31ecac231) Project:

hadoop git commit: HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 1347e83c9 -> 0b3e3e489 HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar. (cherry picked from commit e906108fc98a011630d12a43e557b81d7ef7ea5d) Project:

hadoop git commit: HDFS-12485. expunge may fail to remove trash from encryption zone. Contributed by Wei-Chiu Chuang.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 166c75a0e -> 1347e83c9 HDFS-12485. expunge may fail to remove trash from encryption zone. Contributed by Wei-Chiu Chuang. (cherry picked from commit 8dbc8909c92d502d10a7f94d1de3171878a43b04) Project:

hadoop git commit: Preparing for 2.10.0 development

2017-10-31 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/branch-2 ac4110742 -> 71a55bebf Preparing for 2.10.0 development Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/71a55beb Tree:

hadoop git commit: HDFS-12544. SnapshotDiff - support diff generation on any snapshot root descendant directory.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 1375c7205 -> 166c75a0e HDFS-12544. SnapshotDiff - support diff generation on any snapshot root descendant directory. (cherry picked from commit 075dd45a24398dcdcddd60da995f0dc152eee321) Project:

hadoop git commit: HDFS-12573. Divide the total blocks metrics into replicated and erasure coded. Contributed by Takanobu Asanuma.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 014184127 -> 1375c7205 HDFS-12573. Divide the total blocks metrics into replicated and erasure coded. Contributed by Takanobu Asanuma. (cherry picked from commit 78af6cdc5359404139665d81447f28d26b7bb43b) Project:

hadoop git commit: HDFS-12614. FSPermissionChecker#getINodeAttrs() throws NPE when INodeAttributesProvider configured.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 579612c9d -> 014184127 HDFS-12614. FSPermissionChecker#getINodeAttrs() throws NPE when INodeAttributesProvider configured. (cherry picked from commit b406d8e3755d24ce72c443fd893a5672fd56babc) Project:

hadoop git commit: HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 143dbf849 -> 579612c9d HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang. (cherry picked from commit 4ab0c8f96a41c573cc1f1e71c18871d243f952b9) Project:

hadoop git commit: HDFS-12622. Fix enumerate in HDFSErasureCoding.md. Contributed by Yiqun Lin.

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 0d9503d6b -> 143dbf849 HDFS-12622. Fix enumerate in HDFSErasureCoding.md. Contributed by Yiqun Lin. (cherry picked from commit dc63a6a52b7fdf076ab83a774b0378f77c1c0cd3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru).

2017-10-31 Thread subru
Repository: hadoop Updated Branches: refs/heads/branch-2 15b839c44 -> ac4110742 YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru). (cherry picked from commit ed24da3dd73c137b44235e525112056ace6d3843) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru).

2017-10-31 Thread subru
Repository: hadoop Updated Branches: refs/heads/branch-3.0 ae08fe518 -> 0d9503d6b YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru). (cherry picked from commit ed24da3dd73c137b44235e525112056ace6d3843) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru).

2017-10-31 Thread subru
Repository: hadoop Updated Branches: refs/heads/trunk 5f681fa82 -> ed24da3dd YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ed24da3d

hadoop git commit: Revert "HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham."

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk b922ba739 -> 5f681fa82 Revert "HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham." This reverts commit b922ba7393bd97b98e90f50f01b4cc664c44adb9. Project:

hadoop git commit: Revert "HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham."

2017-10-31 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-3.0 e25903006 -> ae08fe518 Revert "HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham." This reverts commit f09725537e4aef28c3e192a7aacad206900aa7b5. Project:

hadoop git commit: HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri.

2017-10-31 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/branch-3.0 f09725537 -> e25903006 HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri. (cherry picked from commit 982bd2a5bff4c490a5d62f2e4fd0d3755305349c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri.

2017-10-31 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/trunk d015e0bbd -> 982bd2a5b HDFS-12699. TestMountTable fails with Java 7. 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/982bd2a5 Tree:

hadoop git commit: HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri.

2017-10-31 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/branch-2 347997c95 -> 15b839c44 HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri. (cherry picked from commit 982bd2a5bff4c490a5d62f2e4fd0d3755305349c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham.

2017-10-31 Thread arp
Repository: hadoop Updated Branches: refs/heads/trunk 982bd2a5b -> b922ba739 HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham.

2017-10-31 Thread arp
Repository: hadoop Updated Branches: refs/heads/branch-3.0 1ce0eb7d2 -> f09725537 HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] hadoop git commit: HDFS-7878. API - expose a unique file identifier.

2017-10-31 Thread cdouglas
Repository: hadoop Updated Branches: refs/heads/branch-3.0 75605766f -> 1ce0eb7d2 refs/heads/trunk 81225430d -> d015e0bbd HDFS-7878. API - expose a unique file identifier. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] hadoop git commit: HDFS-7878. API - expose a unique file identifier.

2017-10-31 Thread cdouglas
HDFS-7878. API - expose a unique file identifier. (cherry picked from commit d015e0bbd5416943cb4875274e67b7077c00e54b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1ce0eb7d Tree:

hadoop git commit: HDFS-12718. Ozone: fix thread number calculation in CBlockManager. Contributed by Elek, Marton.

2017-10-31 Thread msingh
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 c4b056cb4 -> 6739180c1 HDFS-12718. Ozone: fix thread number calculation in CBlockManager. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe

2017-10-31 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 bfa736b77 -> 17e7c9d8b HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe (cherry picked from commit 2fae63aa60c43b62bd908a9499562fe528603185) Project:

hadoop git commit: HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe

2017-10-31 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 d80e37ec9 -> 2dec52da2 HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe (cherry picked from commit 2fae63aa60c43b62bd908a9499562fe528603185) Project:

hadoop git commit: HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe

2017-10-31 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 6dd1db68f -> 347997c95 HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe (cherry picked from commit 2fae63aa60c43b62bd908a9499562fe528603185) Project:

hadoop git commit: HDFS-206. Support for head in FSShell. Contributed by Gabor Bota.

2017-10-31 Thread mackrorysd
Repository: hadoop Updated Branches: refs/heads/trunk 2fae63aa6 -> 81225430d HDFS-206. Support for head in FSShell. Contributed by Gabor Bota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/81225430 Tree:

hadoop git commit: HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe

2017-10-31 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-3.0 da6ab7727 -> 75605766f HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe (cherry picked from commit 2fae63aa60c43b62bd908a9499562fe528603185) Project:

hadoop git commit: HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe

2017-10-31 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk c02d2ba50 -> 2fae63aa6 HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7398. Update LICENSE.txt with respect to new YARN UI merge. Contributed by Varun Saxena.

2017-10-31 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/branch-2 76ec5eab1 -> 6dd1db68f YARN-7398. Update LICENSE.txt with respect to new YARN UI merge. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7379. Moving logging APIs over to slf4j in hadoop-yarn-client. Contributed by Yeliang Cang.

2017-10-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-3.0 6bbfa158d -> da6ab7727 YARN-7379. Moving logging APIs over to slf4j in hadoop-yarn-client. Contributed by Yeliang Cang. (cherry picked from commit c02d2ba50db8a355ea03081c3984b2ea0c375a3f) Project:

hadoop git commit: YARN-7379. Moving logging APIs over to slf4j in hadoop-yarn-client. Contributed by Yeliang Cang.

2017-10-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 785f1b0d1 -> c02d2ba50 YARN-7379. Moving logging APIs over to slf4j in hadoop-yarn-client. Contributed by Yeliang Cang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-7407. Moving logging APIs over to slf4j in hadoop-yarn-applications. Contributed by Yeliang Cang.

2017-10-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-3.0 b9a4bf0c4 -> 6bbfa158d YARN-7407. Moving logging APIs over to slf4j in hadoop-yarn-applications. Contributed by Yeliang Cang. (cherry picked from commit 785f1b0d11a3bf0af9851c080ff0acc34539f17b) Conflicts:

hadoop git commit: YARN-7407. Moving logging APIs over to slf4j in hadoop-yarn-applications. Contributed by Yeliang Cang.

2017-10-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk fad22d8ab -> 785f1b0d1 YARN-7407. Moving logging APIs over to slf4j in hadoop-yarn-applications. Contributed by Yeliang Cang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: