hadoop git commit: YARN-5753. fix NPE in AMRMClientImpl.getMatchingRequests() (haibochen via rkanter)

2016-10-25 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/trunk d3bb69a66 -> 44fdf0096 YARN-5753. fix NPE in AMRMClientImpl.getMatchingRequests() (haibochen via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/44fdf009 Tr

hadoop git commit: YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.

2016-10-25 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 a071e33a9 -> e29d0a2fd YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton. (cherry picked from commit d3bb69a66776e9f410150c4030ddb15981f58fb9) Project: http://git-wip-u

hadoop git commit: YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.

2016-10-25 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 287e9 -> d3bb69a66 YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

hadoop git commit: HDFS-10935. TestFileChecksum fails in some cases. Contributed by Sammi Chen

2016-10-25 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 9dce9011a -> 287e9 HDFS-10935. TestFileChecksum fails in some cases. 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/287e Tree: http

hadoop git commit: YARN-5680. Add 2 new fields in Slider status output - image-name and is-privileged-container. Contributed by Billie Rinaldi

2016-10-25 Thread gourksaha
Repository: hadoop Updated Branches: refs/heads/yarn-native-services 201b0b88c -> 215991ef7 YARN-5680. Add 2 new fields in Slider status output - image-name and is-privileged-container. Contributed by Billie Rinaldi Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://g

[2/3] hadoop git commit: HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang.

2016-10-25 Thread arp
HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a071e33a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a071e33a

[3/3] hadoop git commit: HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang.

2016-10-25 Thread arp
HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/df83d86d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/df83d86d

[1/3] hadoop git commit: HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang.

2016-10-25 Thread arp
Repository: hadoop Updated Branches: refs/heads/branch-2 e4ba92abe -> a071e33a9 refs/heads/branch-2.8 e0fc749a4 -> df83d86da refs/heads/trunk d88dca844 -> 9dce9011a HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang. Project: http://git-wip

hadoop git commit: HADOOP-11798. Native raw erasure coder in XOR codes. Contributed by SammiChen.

2016-10-25 Thread weichiu
Repository: hadoop Updated Branches: refs/heads/trunk 084bdab15 -> d88dca844 HADOOP-11798. Native raw erasure coder in XOR codes. Contributed by SammiChen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d88dca84 Tree: h

hadoop git commit: HDFS-5684. Annotate o.a.h.fs.viewfs.ViewFileSystem.MountPoint as VisibleForTesting. Contributed by Manoj Govindassamy.

2016-10-25 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 86c735bcb -> 084bdab15 HDFS-5684. Annotate o.a.h.fs.viewfs.ViewFileSystem.MountPoint as VisibleForTesting. Contributed by Manoj Govindassamy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org

hadoop git commit: YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha)

2016-10-25 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 aedd5c4c1 -> e4ba92abe YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e4ba9

hadoop git commit: Revert "HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu."

2016-10-25 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk de6faae97 -> 86c735bcb Revert "HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu." This reverts commit cef61d505e289f074130cc3981c20f7692437cee. Project: http://git-wip-us.apache.org/repos

hadoop git commit: YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha)

2016-10-25 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 0f0c15f7a -> de6faae97 YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/de6faae9

hadoop git commit: YARN-5677. RM should transition to standby when connection is lost for an extended period. (Daniel Templeton via kasha)

2016-10-25 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 ce7231465 -> aedd5c4c1 YARN-5677. RM should transition to standby when connection is lost for an extended period. (Daniel Templeton via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache

hadoop git commit: HDFS-11040. Add documentation for HDFS-9820 distcp improvement. Contributed by Yongjun Zhang.

2016-10-25 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/branch-2 7bc170ba2 -> ce7231465 HDFS-11040. Add documentation for HDFS-9820 distcp improvement. Contributed by Yongjun Zhang. (cherry picked from commit 0f0c15f7a5ea33ced781978bea971f3750883f41) Project: http://git-wip-us.apache.org/repos/asf/

[2/2] hadoop git commit: HDFS-11040. Add documentation for HDFS-9820 distcp improvement. Contributed by Yongjun Zhang.

2016-10-25 Thread yjzhangal
HDFS-11040. Add documentation for HDFS-9820 distcp improvement. Contributed by Yongjun Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0f0c15f7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0f0c15f7 Diff:

[1/2] hadoop git commit: Revert "Fix HDFS-11040"

2016-10-25 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/trunk 54c181579 -> 0f0c15f7a Revert "Fix HDFS-11040" This reverts commit 54c18157904dc85ce57fc4230a743e171b21fa58. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3a605730

hadoop git commit: Fix HDFS-11040

2016-10-25 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/trunk c88c1dc50 -> 54c181579 Fix HDFS-11040 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/54c18157 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/54c18157 Diff:

hadoop git commit: HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee.

2016-10-25 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2.7 d05e737b8 -> c05d70116 HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee. (cherry picked from commit f6367c5f44a88cb5eb7edffb015b10b657504a61) (cherry picked from commit ff806cbfc7f5d1bdccd51a1802b6d69f4777219e) (cherr

hadoop git commit: YARN-5777. TestLogsCLI#testFetchApplictionLogsAsAnotherUser fails. Contributed by Akira Ajisaka.

2016-10-25 Thread xiao
Repository: hadoop Updated Branches: refs/heads/trunk 9a8a38645 -> c88c1dc50 YARN-5777. TestLogsCLI#testFetchApplictionLogsAsAnotherUser fails. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/comm

hadoop git commit: HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang.

2016-10-25 Thread yjzhangal
Repository: hadoop Updated Branches: refs/heads/branch-2 590d19c0a -> 7bc170ba2 HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang. (cherry picked from commit 8650cc84f20e7d8c32dcdcd91c94372d476e2276) Conflicts hadoop-tools/ha

hadoop git commit: YARN-5775. Convert enums in swagger definition to uppercase. Contributed by Gour Saha

2016-10-25 Thread billie
Repository: hadoop Updated Branches: refs/heads/yarn-native-services 973fca384 -> 201b0b88c YARN-5775. Convert enums in swagger definition to uppercase. Contributed by Gour Saha Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[1/3] hadoop git commit: HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.

2016-10-25 Thread xyao
Repository: hadoop Updated Branches: refs/heads/trunk 9b7ce948a -> 9a8a38645 http://git-wip-us.apache.org/repos/asf/hadoop/blob/9a8a3864/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/TestDFSAdmin.java -

hadoop git commit: HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.

2016-10-25 Thread xyao
Repository: hadoop Updated Branches: refs/heads/branch-2.8 262518fa5 -> e0fc749a4 HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou. (cherry picked from commit 85f6fec0370b3cd94d6c2f19920c0b6d33f127c6) (cherry picked from commit c2ba4b6501

hadoop git commit: HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.

2016-10-25 Thread xyao
Repository: hadoop Updated Branches: refs/heads/branch-2 432657780 -> 590d19c0a HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou. (cherry picked from commit 85f6fec0370b3cd94d6c2f19920c0b6d33f127c6) Project: http://git-wip-us.apache.org

[2/3] hadoop git commit: HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.

2016-10-25 Thread xyao
http://git-wip-us.apache.org/repos/asf/hadoop/blob/9a8a3864/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestQuota.java -- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/T

[3/3] hadoop git commit: HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.

2016-10-25 Thread xyao
HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9a8a3864 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9a8a

hadoop git commit: MAPREDUCE-6792. Allow user's full principal name as owner of MapReduce staging directory in JobSubmissionFiles#JobStagingDir(). Contributed by Santhosh G Nayak. (cherry picked from

2016-10-25 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 ff806cbfc -> 432657780 MAPREDUCE-6792. Allow user's full principal name as owner of MapReduce staging directory in JobSubmissionFiles#JobStagingDir(). Contributed by Santhosh G Nayak. (cherry picked from commit 9b7ce948a52f4ef433dc958ec

hadoop git commit: HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee.

2016-10-25 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2.8 a8aabf9be -> 262518fa5 HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee. (cherry picked from commit f6367c5f44a88cb5eb7edffb015b10b657504a61) (cherry picked from commit ff806cbfc7f5d1bdccd51a1802b6d69f4777219e) Proj

hadoop git commit: MAPREDUCE-6792. Allow user's full principal name as owner of MapReduce staging directory in JobSubmissionFiles#JobStagingDir(). Contributed by Santhosh G Nayak.

2016-10-25 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk f6367c5f4 -> 9b7ce948a MAPREDUCE-6792. Allow user's full principal name as owner of MapReduce staging directory in JobSubmissionFiles#JobStagingDir(). Contributed by Santhosh G Nayak. Project: http://git-wip-us.apache.org/repos/asf/hadoo

hadoop git commit: HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee.

2016-10-25 Thread zhz
Repository: hadoop Updated Branches: refs/heads/branch-2 4c5c6c8c4 -> ff806cbfc HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee. (cherry picked from commit f6367c5f44a88cb5eb7edffb015b10b657504a61) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://

hadoop git commit: HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee.

2016-10-25 Thread zhz
Repository: hadoop Updated Branches: refs/heads/trunk 09ef97dcc -> f6367c5f4 HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f6367c5f Tree: http://git-w

hadoop git commit: YARN-5778. Add .keep file for yarn native services AM web app. Contributed by Billie Rinaldi

2016-10-25 Thread gourksaha
Repository: hadoop Updated Branches: refs/heads/yarn-native-services 023be93fa -> 973fca384 YARN-5778. Add .keep file for yarn native services AM web app. Contributed by Billie Rinaldi Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/

hadoop git commit: HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.

2016-10-25 Thread xiao
Repository: hadoop Updated Branches: refs/heads/branch-2.8 3d5f41544 -> a8aabf9be HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing. (cherry picked from commit 09ef97dccbd4c11aaeedf7503d414f999435ad91) Project: http://git-wip-us.apache.org/repos/asf/hadoop/

hadoop git commit: HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.

2016-10-25 Thread xiao
Repository: hadoop Updated Branches: refs/heads/trunk 309a43925 -> 09ef97dcc HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/09ef97dc

hadoop git commit: HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing.

2016-10-25 Thread xiao
Repository: hadoop Updated Branches: refs/heads/branch-2 05d772e29 -> 4c5c6c8c4 HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing. (cherry picked from commit 09ef97dccbd4c11aaeedf7503d414f999435ad91) Project: http://git-wip-us.apache.org/repos/asf/hadoop/re

[2/3] hadoop git commit: HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth.

2016-10-25 Thread cnauroth
HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth. (cherry picked from commit 309a43925c078ff51cdb6bd1273e6f91f43311cb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hado

[1/3] hadoop git commit: HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth.

2016-10-25 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 b913b62aa -> 05d772e29 refs/heads/branch-2.8 444312b54 -> 3d5f41544 refs/heads/trunk dbd205762 -> 309a43925 HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth. Project:

[3/3] hadoop git commit: HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth.

2016-10-25 Thread cnauroth
HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth. (cherry picked from commit 309a43925c078ff51cdb6bd1273e6f91f43311cb) (cherry picked from commit 05d772e297fa3738b3fdddfa666bd6e23688f2b6) Project: http://git-wip-us.apache.org/repo

hadoop git commit: HADOOP-12082. Support multiple authentication schemes via AuthenticationFilter. Contributed by Hrishikesh Gadre.

2016-10-25 Thread benoy
Repository: hadoop Updated Branches: refs/heads/branch-2 6bb23a14b -> b913b62aa HADOOP-12082. Support multiple authentication schemes via AuthenticationFilter. Contributed by Hrishikesh Gadre. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/re

hadoop git commit: HDFS-10884: [SPS]: Add block movement tracker to track the completion of block movement future tasks at DN. Contributed by Rakesh R

2016-10-25 Thread umamahesh
Repository: hadoop Updated Branches: refs/heads/HDFS-10285 13a805035 -> f705de356 HDFS-10884: [SPS]: Add block movement tracker to track the completion of block movement future tasks at DN. Contributed by Rakesh R Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git

hadoop git commit: HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs.

2016-10-25 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.8 02f0472d1 -> 444312b54 HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs. (cherry picked from commit dbd205762ef2cba903b9bd9335bb9a5964d51f74) (cherry picked from commit 6bb23a14b6f20973eded529f56c9a878a