hadoop git commit: HDFS-13949. Correct the description of dfs.datanode.disk.check.timeout in hdfs-default.xml. Contributed by Toshihiro Suzuki.

2018-10-09 Thread nanda
Repository: hadoop Updated Branches: refs/heads/trunk edce86648 -> b39b80242 HDFS-13949. Correct the description of dfs.datanode.disk.check.timeout in hdfs-default.xml. Contributed by Toshihiro Suzuki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apac

hadoop git commit: YARN-8827. Plumb aggregated application resource utilization from the NM to RM. (asuresh)

2018-10-09 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/YARN-1011 bb5991423 -> 608f00998 YARN-8827. Plumb aggregated application resource utilization from the NM to RM. (asuresh) 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: HDFS-13926. ThreadLocal aggregations for FileSystem.Statistics are incorrect with striped reads. Contributed by Xiao Chen, Hrishikesh Gadre.

2018-10-09 Thread xiao
Repository: hadoop Updated Branches: refs/heads/branch-3.0 af85ce6ae -> b170de8be HDFS-13926. ThreadLocal aggregations for FileSystem.Statistics are incorrect with striped reads. Contributed by Xiao Chen, Hrishikesh Gadre. Signed-off-by: Xiao Chen (cherry picked from commit 323b76bccfa153ef5

hadoop git commit: HDFS-13926. ThreadLocal aggregations for FileSystem.Statistics are incorrect with striped reads. Contributed by Xiao Chen, Hrishikesh Gadre.

2018-10-09 Thread xiao
Repository: hadoop Updated Branches: refs/heads/branch-3.1 3968ce107 -> 323b76bcc HDFS-13926. ThreadLocal aggregations for FileSystem.Statistics are incorrect with striped reads. Contributed by Xiao Chen, Hrishikesh Gadre. Signed-off-by: Xiao Chen Project: http://git-wip-us.apache.org/repo

[2/2] hadoop git commit: YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.

2018-10-09 Thread wwei
YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. (cherry picked from commit edce866489d83744f3f47a3b884b0c6136885e4a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-u

[1/2] hadoop git commit: YARN-8720. CapacityScheduler does not enforce max resource allocation check at queue level. Contributed by Tarun Parimi.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2 b0900ad31 -> cc1bf7f89 YARN-8720. CapacityScheduler does not enforce max resource allocation check at queue level. Contributed by Tarun Parimi. (cherry picked from commit f1a893fdbc2dbe949cae786f08bdb2651b88d673) Project: http://git-w

hadoop git commit: YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-2.9 590a4e9d1 -> e75191a62 YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. (cherry picked from commit edce866489d83744f3f47a3b884b0c6136885e4a)

hadoop git commit: YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.0 8a9f61be4 -> af85ce6ae YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. (cherry picked from commit edce866489d83744f3f47a3b884b0c6136885e4a)

hadoop git commit: YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.1 5813c1de5 -> 3968ce107 YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. (cherry picked from commit edce866489d83744f3f47a3b884b0c6136885e4a)

hadoop git commit: YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.2 bc400c8a3 -> eb0147a4c YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. (cherry picked from commit edce866489d83744f3f47a3b884b0c6136885e4a)

hadoop git commit: YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/trunk f068296f8 -> edce86648 YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http:

hadoop git commit: HDDS-443. Create reusable ProgressBar utility for freon tests. Contributed by Zsolt Horvath.

2018-10-09 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk 6fa3feb57 -> f068296f8 HDDS-443. Create reusable ProgressBar utility for freon tests. Contributed by Zsolt Horvath. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f0

hadoop git commit: HADOOP-15832. Upgrade BouncyCastle to 1.60. Contributed by Robert Kanter.

2018-10-09 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 794c0451c -> 6fa3feb57 HADOOP-15832. Upgrade BouncyCastle to 1.60. Contributed by Robert Kanter. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6fa3feb5 Tree: http:/

hadoop git commit: HDDS-604. Correct Ozone getOzoneConf description. Contributed by Dinesh Chitlangia.

2018-10-09 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk 4de2dc269 -> 794c0451c HDDS-604. Correct Ozone getOzoneConf description. Contributed by Dinesh Chitlangia. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/794c0451 Tr

hadoop git commit: HDDS-568. ozone sh volume info, update, delete operations fail when volume name is not prefixed by /. Contributed by Dinesh Chitlangia.

2018-10-09 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk 605622c87 -> 4de2dc269 HDDS-568. ozone sh volume info, update, delete operations fail when volume name is not prefixed by /. Contributed by Dinesh Chitlangia. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-11396. TestNameNodeMetadataConsistency#testGenerationStampInFuture timed out. Contributed by Ayush Saxena.

2018-10-09 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/branch-3.2 614d6cf99 -> bc400c8a3 HDFS-11396. TestNameNodeMetadataConsistency#testGenerationStampInFuture timed out. Contributed by Ayush Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

hadoop git commit: HDFS-11396. TestNameNodeMetadataConsistency#testGenerationStampInFuture timed out. Contributed by Ayush Saxena.

2018-10-09 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/trunk 6a06bc309 -> 605622c87 HDFS-11396. TestNameNodeMetadataConsistency#testGenerationStampInFuture timed out. Contributed by Ayush Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/

hadoop git commit: HDDS-559. fs.default.name is deprecated. Contributed by Dinesh Chitlangia.

2018-10-09 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk c1fe657a1 -> 6a06bc309 HDDS-559. fs.default.name is deprecated. Contributed by Dinesh Chitlangia. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6a06bc30 Tree: http

hadoop git commit: HDDS-478. Log files related to each daemon doesn't have proper startup and shutdown logs. Contributed by Dinesh Chitlangia.

2018-10-09 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk 6a3973931 -> c1fe657a1 HDDS-478. Log files related to each daemon doesn't have proper startup and shutdown logs. Contributed by Dinesh Chitlangia. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apach

hadoop git commit: YARN-8813. Improve debug messages for NM preemption of OPPORTUNISTIC containers (haibochen via rkanter)

2018-10-09 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/YARN-1011 ad642186a -> bb5991423 YARN-8813. Improve debug messages for NM preemption of OPPORTUNISTIC containers (haibochen via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/

hadoop git commit: HDDS-583. SCM returns zero as the return code, even when invalid options are passed. Contributed by Namit Maheshwari.

2018-10-09 Thread bharat
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 308c614d4 -> 056f48009 HDDS-583. SCM returns zero as the return code, even when invalid options are passed. Contributed by Namit Maheshwari. (cherry picked from commit 6a39739316795a4828833e99d78aadc684270f98) Project: http://git-wip

hadoop git commit: HDDS-583. SCM returns zero as the return code, even when invalid options are passed. Contributed by Namit Maheshwari.

2018-10-09 Thread bharat
Repository: hadoop Updated Branches: refs/heads/trunk 5b7ba48ce -> 6a3973931 HDDS-583. SCM returns zero as the return code, even when invalid options are passed. Contributed by Namit Maheshwari. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

hadoop git commit: HDDS-564. Update docker-hadoop-runner branch to reflect changes done in HDDS-490. Contributed by Namit Maheshwari.

2018-10-09 Thread arp
Repository: hadoop Updated Branches: refs/heads/docker-hadoop-runner 08d7a0f28 -> ff717b6c8 HDDS-564. Update docker-hadoop-runner branch to reflect changes done in HDDS-490. Contributed by Namit Maheshwari. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us

hadoop git commit: YARN-8807. FairScheduler crashes RM with oversubscription turned on if an application is killed. (haibochen via rkanter)

2018-10-09 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/YARN-1011 efd852449 -> ad642186a YARN-8807. FairScheduler crashes RM with oversubscription turned on if an application is killed. (haibochen via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apac

hadoop git commit: HDDS-577. Support S3 buckets as first class objects in Ozone Manager - 2. Contributed by Bharat Viswanadham.

2018-10-09 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/trunk bf04f1945 -> 5b7ba48ce HDDS-577. Support S3 buckets as first class objects in Ozone Manager - 2. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/

hadoop git commit: YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri

2018-10-09 Thread eyang
Repository: hadoop Updated Branches: refs/heads/branch-3.1 89d448102 -> 5813c1de5 YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri (cherry picked from commit bf04f194568f9e81f5481b25a84ad903e3c307cf) Project: http://git-wip-us.apache.org/repos

hadoop git commit: YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri

2018-10-09 Thread eyang
Repository: hadoop Updated Branches: refs/heads/branch-3.2 8e8b74872 -> 614d6cf99 YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri (cherry picked from commit bf04f194568f9e81f5481b25a84ad903e3c307cf) Project: http://git-wip-us.apache.org/repos

hadoop git commit: YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri

2018-10-09 Thread eyang
Repository: hadoop Updated Branches: refs/heads/trunk d5dd6f31f -> bf04f1945 YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri 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: HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton.

2018-10-09 Thread bharat
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 d08a53877 -> 308c614d4 HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton. (cherry picked from commit d5dd6f31fc35b890cfa241d5fce404d6774e98c6) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton.

2018-10-09 Thread bharat
Repository: hadoop Updated Branches: refs/heads/trunk bd50fa956 -> d5dd6f31f HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton. 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: HADOOP-15825. ABFS: Enable some tests for namespace not enabled account using OAuth. Contributed by Da Zhou.

2018-10-09 Thread stevel
Repository: hadoop Updated Branches: refs/heads/trunk a05bd1288 -> bd50fa956 HADOOP-15825. ABFS: Enable some tests for namespace not enabled account using OAuth. Contributed by Da Zhou. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HDFS-13979. Review StateStoreFileSystemImpl Class. Contributed by BELUGA BEHR.

2018-10-09 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/trunk 4b5b1ac3d -> a05bd1288 HDFS-13979. Review StateStoreFileSystemImpl Class. Contributed by BELUGA BEHR. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a05bd128 Tree: h

hadoop git commit: HADOOP-15550. Avoid static initialization of ObjectMappers

2018-10-09 Thread jeagles
Repository: hadoop Updated Branches: refs/heads/branch-3.1 be0ce74c7 -> 89d448102 HADOOP-15550. Avoid static initialization of ObjectMappers (cherry picked from commit 7a3c6e9c3cd9ffdc71946fd12f5c3d59718c4939) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

hadoop git commit: MAPREDUCE-7130. Rumen crashes trying to handle MRAppMaster recovery events. Contributed by Peter Bacsko

2018-10-09 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 03d66b1f5 -> 4b5b1ac3d MAPREDUCE-7130. Rumen crashes trying to handle MRAppMaster recovery events. Contributed by Peter Bacsko Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/had

[1/2] hadoop git commit: HDDS-590. Add unit test for HDDS-583. Contributed by Namit Maheshwari.

2018-10-09 Thread arp
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 abfd4ffdc -> d08a53877 refs/heads/trunk c3d22d3b4 -> 03d66b1f5 HDDS-590. Add unit test for HDDS-583. Contributed by Namit Maheshwari. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/re

[2/2] hadoop git commit: HDDS-590. Add unit test for HDDS-583. Contributed by Namit Maheshwari.

2018-10-09 Thread arp
HDDS-590. Add unit test for HDDS-583. Contributed by Namit Maheshwari. (cherry picked from commit 03d66b1f5d8936e8006b87511af7a647ed1c3fcd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d08a5387 Tree: http://git-wip-us.ap

[2/2] hadoop git commit: YARN-7652. Handle AM register requests asynchronously in FederationInterceptor. Contributed by Botong Huang.

2018-10-09 Thread inigoiri
YARN-7652. Handle AM register requests asynchronously in FederationInterceptor. Contributed by Botong Huang. (cherry picked from commit c3d22d3b4569b7f87af4ee4abfcc284deebe90de) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

[1/2] hadoop git commit: YARN-7652. Handle AM register requests asynchronously in FederationInterceptor. Contributed by Botong Huang.

2018-10-09 Thread inigoiri
Repository: hadoop Updated Branches: refs/heads/branch-2 fa4a11103 -> b0900ad31 refs/heads/trunk a23ea68b9 -> c3d22d3b4 YARN-7652. Handle AM register requests asynchronously in FederationInterceptor. Contributed by Botong Huang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo C

hadoop git commit: YARN-8852. Add documentation for submarine installation details. (Zac Zhou via wangda)

2018-10-09 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-3.2 f6a73d181 -> 8e8b74872 YARN-8852. Add documentation for submarine installation details. (Zac Zhou via wangda) Change-Id: If5681d1ef37ff5dc916735eeef15a6120173d653 (cherry picked from commit a23ea68b9747eae9b176f908bb04b76d30fe3795)

hadoop git commit: YARN-8852. Add documentation for submarine installation details. (Zac Zhou via wangda)

2018-10-09 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 600438bcd -> a23ea68b9 YARN-8852. Add documentation for submarine installation details. (Zac Zhou via wangda) Change-Id: If5681d1ef37ff5dc916735eeef15a6120173d653 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http:/

hadoop git commit: HDDS-602. Bump Ozone version to 0.4.0-SNAPSHOT after ozone-0.3 branch cut.

2018-10-09 Thread elek
Repository: hadoop Updated Branches: refs/heads/trunk 6f11919be -> 600438bcd HDDS-602. Bump Ozone version to 0.4.0-SNAPSHOT after ozone-0.3 branch cut. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/600438bc Tree: http:

hadoop git commit: HDDS-450. Generate BlockCommitSequenceId in ContainerStateMachine for every commit operation in Ratis. Contributed by Shashikant Banerjee.

2018-10-09 Thread nanda
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 4ba6dd460 -> abfd4ffdc HDDS-450. Generate BlockCommitSequenceId in ContainerStateMachine for every commit operation in Ratis. Contributed by Shashikant Banerjee. (cherry picked from commit 7367ff333bf332b300e0acd6e7501ce8139a1998) Pr

hadoop git commit: HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri.

2018-10-09 Thread nanda
Repository: hadoop Updated Branches: refs/heads/ozone-0.3 347ea3858 -> 4ba6dd460 HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri. (cherry picked from commit 9e9915ddab7ff79224b075889f67c38920fde9f0) Project: http://git-wip-us.apache.org/repos

hadoop git commit: YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB.

2018-10-09 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/branch-3.1 ce4a0898d -> be0ce74c7 YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB. (cherry picked from commit 6f11919beb71f3bab7a49f2866c03bca5a4afc3b) Project: http://git-wi

hadoop git commit: YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB.

2018-10-09 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/branch-3.2 71faacd17 -> f6a73d181 YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB. (cherry picked from commit 6f11919beb71f3bab7a49f2866c03bca5a4afc3b) Project: http://git-wi

hadoop git commit: YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB.

2018-10-09 Thread sunilg
Repository: hadoop Updated Branches: refs/heads/trunk 9e9915dda -> 6f11919be YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[2/2] hadoop git commit: YARN-8468. Enable the use of queue based maximum container allocation limit and implement it in FairScheduler. Contributed by Antal Bálint Steinbach.

2018-10-09 Thread wwei
YARN-8468. Enable the use of queue based maximum container allocation limit and implement it in FairScheduler. Contributed by Antal Bálint Steinbach. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ce4a0898 Tree: http://gi

[1/2] hadoop git commit: YARN-8468. Enable the use of queue based maximum container allocation limit and implement it in FairScheduler. Contributed by Antal Bálint Steinbach.

2018-10-09 Thread wwei
Repository: hadoop Updated Branches: refs/heads/branch-3.1 665036c5f -> ce4a0898d http://git-wip-us.apache.org/repos/asf/hadoop/blob/ce4a0898/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/schedul

hadoop git commit: HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri.

2018-10-09 Thread nanda
Repository: hadoop Updated Branches: refs/heads/trunk 7367ff333 -> 9e9915dda HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: HDDS-450. Generate BlockCommitSequenceId in ContainerStateMachine for every commit operation in Ratis. Contributed by Shashikant Banerjee.

2018-10-09 Thread nanda
Repository: hadoop Updated Branches: refs/heads/trunk 5b1cfcaef -> 7367ff333 HDDS-450. Generate BlockCommitSequenceId in ContainerStateMachine for every commit operation in Ratis. Contributed by Shashikant Banerjee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://g

hadoop git commit: MAPREDUCE-7035. Skip javadoc build for auto-generated sources in hadoop-mapreduce-client. Contributed by Mukul Kumar Singh.

2018-10-09 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 7ba1cfdea -> 5b1cfcaef MAPREDUCE-7035. Skip javadoc build for auto-generated sources in hadoop-mapreduce-client. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apach

hadoop git commit: HADOOP-15827. NPE in DynamoDBMetadataStore.lambda$listChildren for root + auth S3Guard. Contributed by Gabor Bota

2018-10-09 Thread stevel
Repository: hadoop Updated Branches: refs/heads/trunk d4626b4d1 -> 7ba1cfdea HADOOP-15827. NPE in DynamoDBMetadataStore.lambda$listChildren for root + auth S3Guard. Contributed by Gabor Bota Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repo

hadoop git commit: HDFS-13967. HDFS Router Quota Class Review. Contributed by BELUGA BEHR.

2018-10-09 Thread yqlin
Repository: hadoop Updated Branches: refs/heads/trunk 9bbeb5248 -> d4626b4d1 HDFS-13967. HDFS Router Quota Class Review. Contributed by BELUGA BEHR. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4626b4d Tree: http://g

hadoop git commit: HDDS-588. SelfSignedCertificate#generateCertificate should sign the certificate the configured security provider. Contributed by Xiaoyu Yao.

2018-10-09 Thread ajay
Repository: hadoop Updated Branches: refs/heads/HDDS-4 81092150a -> e180547b4 HDDS-588. SelfSignedCertificate#generateCertificate should sign the certificate the configured security provider. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http: