[2/3] hadoop git commit: HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran.

2016-05-19 Thread cnauroth
HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran. (cherry picked from commit 93258459faf56bc84121ba99d20eaef95273329e) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/60e5

[1/3] hadoop git commit: HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran.

2016-05-19 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 db3cf5b35 -> 60e5397a9 refs/heads/branch-2.8 f102c4f6c -> dbff8f293 refs/heads/trunk 21d2b9021 -> 93258459f HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran. Project: http://git-wi

[3/3] hadoop git commit: HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran.

2016-05-19 Thread cnauroth
HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran. (cherry picked from commit 93258459faf56bc84121ba99d20eaef95273329e) (cherry picked from commit 60e5397a9bb6a1d8ca6a09c2893108af77dc96c3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/r

hadoop git commit: HADOOP-13154. S3AFileSystem printAmazonServiceException/printAmazonClientException appear copy & paste of AWS examples. Contributed by Steve Loughran.

2016-05-19 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2.7 0ee36fd51 -> 0abb36636 HADOOP-13154. S3AFileSystem printAmazonServiceException/printAmazonClientException appear copy & paste of AWS examples. Contributed by Steve Loughran. Project: http://git-wip-us.apache.org/repos/asf/hadoop/rep

hadoop git commit: YARN-5068. Expose scheduler queue to application master. (Harish Jaiprakash via rohithsharmaks)

2016-05-19 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/branch-2.8 a81150ae9 -> f102c4f6c YARN-5068. Expose scheduler queue to application master. (Harish Jaiprakash via rohithsharmaks) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

hadoop git commit: MAPREDUCE-6696. Add a configuration to limit the number of map tasks allowed per job. Contributed by Zhihai Xu

2016-05-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2 658072d62 -> db3cf5b35 MAPREDUCE-6696. Add a configuration to limit the number of map tasks allowed per job. Contributed by Zhihai Xu (cherry picked from commit 21d2b90213e8e188bcac31f9360c5176ac89d083) Project: http://git-wip-us.apac

hadoop git commit: MAPREDUCE-6696. Add a configuration to limit the number of map tasks allowed per job. Contributed by Zhihai Xu

2016-05-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/trunk 42c22f7e3 -> 21d2b9021 MAPREDUCE-6696. Add a configuration to limit the number of map tasks allowed per job. Contributed by Zhihai Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/a

hadoop git commit: YARN-5050. Code cleanup for TestDistributedShell (Li Lu via sjlee)

2016-05-19 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/YARN-2928 8d0b4267e -> 2c93006dc YARN-5050. Code cleanup for TestDistributedShell (Li Lu via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c93006d Tree: http://gi

hadoop git commit: HADOOP-13168. Support Future.get with timeout in ipc async calls.

2016-05-19 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/branch-2 2703ec687 -> 658072d62 HADOOP-13168. Support Future.get with timeout in ipc async calls. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/658072d6 Tree: http://git-

hadoop git commit: YARN-5096 addendum. Turned another logging statement to debug. Contributed by Sangjin Lee.

2016-05-19 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/YARN-2928 b837b916b -> 8d0b4267e YARN-5096 addendum. Turned another logging statement to debug. Contributed by Sangjin Lee. 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-13168. Support Future.get with timeout in ipc async calls.

2016-05-19 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/trunk 22fcd819f -> 42c22f7e3 HADOOP-13168. Support Future.get with timeout in ipc async calls. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/42c22f7e Tree: http://git-wip

hadoop git commit: YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron. (cherry picked from commit 2703ec68712279494d67b0d76b7ac10e7a1628be)

2016-05-19 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 204de430b -> 22fcd819f YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron. (cherry picked from commit 2703ec68712279494d67b0d76b7ac10e7a1628be) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Com

hadoop git commit: YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron.

2016-05-19 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 bae151801 -> 2703ec687 YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2703ec68

hadoop git commit: HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.

2016-05-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 61fa9256c -> a81150ae9 HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu. (cherry picked from commit 204de430bf6a931e5688789c7a783c9c568a98c2) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.

2016-05-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 2d846fdcb -> bae151801 HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu. (cherry picked from commit 204de430bf6a931e5688789c7a783c9c568a98c2) Project: http://git-wip-us.apache.org/repos/asf/h

hadoop git commit: HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.

2016-05-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk feb90ffcc -> 204de430b HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2

hadoop git commit: YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong

2016-05-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 27d6538b8 -> 61fa9256c YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong (cherry picked from commit feb90ffcca536e7deac50976b8a8774450fe089f) Project: http://git-wip

hadoop git commit: YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong

2016-05-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2 f7ffa1a53 -> 2d846fdcb YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong (cherry picked from commit feb90ffcca536e7deac50976b8a8774450fe089f) Project: http://git-wip-u

hadoop git commit: YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong

2016-05-19 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/trunk 141873ca7 -> feb90ffcc YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

[10/50] [abbrv] hadoop git commit: HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw)

2016-05-19 Thread arp
http://git-wip-us.apache.org/repos/asf/hadoop/blob/730bc746/hadoop-tools/hadoop-gridmix/src/main/shellprofile.d/hadoop-gridmix.sh -- diff --git a/hadoop-tools/hadoop-gridmix/src/main/shellprofile.d/hadoop-gridmix.sh b/hadoop-tool

[34/50] [abbrv] hadoop git commit: YARN-5090. Add End-to-End test-cases for DistributedScheduling using MiniYarnCluster. (asuresh)

2016-05-19 Thread arp
YARN-5090. Add End-to-End test-cases for DistributedScheduling using MiniYarnCluster. (asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8a9ecb75 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8a9ecb75 Diff

[20/50] [abbrv] hadoop git commit: MAPREDUCE-6701. application master log can not be available when clicking jobhistory's am logs link. Contributed by Haibo Chen

2016-05-19 Thread arp
MAPREDUCE-6701. application master log can not be available when clicking jobhistory's am logs link. Contributed by Haibo Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/12fa4ec1 Tree: http://git-wip-us.apache.org/repo

[24/50] [abbrv] hadoop git commit: HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.

2016-05-19 Thread arp
HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0942954e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0942954e Diff: h

[11/50] [abbrv] hadoop git commit: HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw)

2016-05-19 Thread arp
HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw) This commit contains the following JIRA issues: HADOOP-12931. bin/hadoop work for dynamic subcommands HADOOP-12932. bin/yarn work for dynamic subcommands HADOOP-12933. bin/hdfs work for dynamic subcommands HADOOP-1293

[15/50] [abbrv] hadoop git commit: HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi.

2016-05-19 Thread arp
HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9fe5828f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9fe5828f Diff: http://git-wip-u

[35/50] [abbrv] hadoop git commit: HADOOP-13140. FileSystem#initialize must not attempt to create StorageStatistics objects with null or empty schemes (Mingliang Liu via cmccabe)

2016-05-19 Thread arp
HADOOP-13140. FileSystem#initialize must not attempt to create StorageStatistics objects with null or empty schemes (Mingliang Liu via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f2c1d918 Tree: http://git-wip-u

[09/50] [abbrv] hadoop git commit: HDFS-10410. RedundantEditLogInputStream.LOG is set to wrong class. (John Zhuge via lei)

2016-05-19 Thread arp
HDFS-10410. RedundantEditLogInputStream.LOG is set to wrong class. (John Zhuge via lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6a6e74ac Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6a6e74ac Diff: http:/

[13/50] [abbrv] hadoop git commit: HADOOP-13161. remove JDK7 from Dockerfile (aw)

2016-05-19 Thread arp
HADOOP-13161. remove JDK7 from Dockerfile (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c91fd82 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2c91fd82 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/di

[31/50] [abbrv] hadoop git commit: HDFS-10381, DataStreamer DataNode exclusion log message should be warning. (John Zhuge via Yongjun Zhang)

2016-05-19 Thread arp
HDFS-10381, DataStreamer DataNode exclusion log message should be warning. (John Zhuge via Yongjun Zhang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/16c07cc6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/16c

[25/50] [abbrv] hadoop git commit: Revert "HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu."

2016-05-19 Thread arp
Revert "HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu." This reverts commit 0942954e8ab6bef636c2648d0d5a0227a50f799c. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1356cbe9 T

[30/50] [abbrv] hadoop git commit: HDFS-10397. Distcp should ignore -delete option if -diff option is provided instead of exiting. Contributed by Mingliang Liu.

2016-05-19 Thread arp
HDFS-10397. Distcp should ignore -delete option if -diff option is provided instead of exiting. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/03788d30 Tree: http://git-wip-us.apache.org/repos

[37/50] [abbrv] hadoop git commit: HDFS-10360. DataNode may format directory and lose blocks if current/VERSION is missing. (Wei-Chiu Chuang via lei)

2016-05-19 Thread arp
HDFS-10360. DataNode may format directory and lose blocks if current/VERSION is missing. (Wei-Chiu Chuang via lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cf552aa8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop

[46/50] [abbrv] hadoop git commit: HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel.

2016-05-19 Thread arp
HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/22ff9e68 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/22ff9e68

[44/50] [abbrv] hadoop git commit: YARN-5107. TestContainerMetrics fails. (aajisaka)

2016-05-19 Thread arp
YARN-5107. TestContainerMetrics fails. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4274c64 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d4274c64 Diff: http://git-wip-us.apache.org/repos/asf/hadoop

[49/50] [abbrv] hadoop git commit: YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong.

2016-05-19 Thread arp
YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/141873ca Tree: http://git-wip-us.apache.org/repos/asf/hado

[48/50] [abbrv] hadoop git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk

2016-05-19 Thread arp
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2120de58 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2120de58 Diff: http://git-w

[33/50] [abbrv] hadoop git commit: HADOOP-13157. Follow-on improvements to hadoop credential commands. Contributed by Mike Yoder.

2016-05-19 Thread arp
HADOOP-13157. Follow-on improvements to hadoop credential commands. Contributed by Mike Yoder. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7154ace7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7154ace7 Diff:

[28/50] [abbrv] hadoop git commit: Addendum patch for YARN-4832. Contributed by Junping Du

2016-05-19 Thread arp
Addendum patch for YARN-4832. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c6726e2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0c6726e2 Diff: http://git-wip-us.apache.org/repos/asf/

[39/50] [abbrv] hadoop git commit: YARN-4913. Yarn logs should take a -out option to write to a directory. Contributed by Xuan Gong.

2016-05-19 Thread arp
YARN-4913. Yarn logs should take a -out option to write to a directory. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef175779 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef175779 Di

[32/50] [abbrv] hadoop git commit: HDFS-10383. Safely close resources in DFSTestUtil. Contributed by Mingliang Liu.

2016-05-19 Thread arp
HDFS-10383. Safely close resources in DFSTestUtil. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dd99f5fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dd99f5fc Diff: http://git-wip

[26/50] [abbrv] hadoop git commit: HDFS-9732, Improve DelegationTokenIdentifier.toString() for better logging. Contributed by Yongjun Zhang.

2016-05-19 Thread arp
HDFS-9732, Improve DelegationTokenIdentifier.toString() for better logging. 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/e24fe264 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e24

[17/50] [abbrv] hadoop git commit: HADOOP-13163 Reuse pre-computed filestatus in Distcp-CopyMapper (Rajesh Balamohan via stevel)

2016-05-19 Thread arp
HADOOP-13163 Reuse pre-computed filestatus in Distcp-CopyMapper (Rajesh Balamohan via stevel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c69a6492 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c69a6492 Diff:

[40/50] [abbrv] hadoop git commit: YARN-4925. ContainerRequest in AMRMClient, application should be able to specify nodes/racks together with nodeLabelExpression. Contributed by Bibin A Chundatt

2016-05-19 Thread arp
YARN-4925. ContainerRequest in AMRMClient, application should be able to specify nodes/racks together with nodeLabelExpression. Contributed by Bibin A Chundatt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f04c81c9 Tree:

[43/50] [abbrv] hadoop git commit: YARN-5110. Fix OpportunisticContainerAllocator to insert complete HostAddress in issued ContainerTokenIds. (Konstantinos Karanasos via asuresh)

2016-05-19 Thread arp
YARN-5110. Fix OpportunisticContainerAllocator to insert complete HostAddress in issued ContainerTokenIds. (Konstantinos Karanasos via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/15976306 Tree: http://git-wip-u

[36/50] [abbrv] hadoop git commit: HDFS-9926. MiniDFSCluster leaks dependency Mockito via DataNodeTestUtils. (Contributed by Josh Elser)

2016-05-19 Thread arp
HDFS-9926. MiniDFSCluster leaks dependency Mockito via DataNodeTestUtils. (Contributed by Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f4d8fde8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f4d8fde

[47/50] [abbrv] hadoop git commit: HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang

2016-05-19 Thread arp
HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/182fc198 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/182fc198

[50/50] [abbrv] hadoop git commit: Merge branch 'trunk' into HDFS-7240

2016-05-19 Thread arp
Merge branch 'trunk' into HDFS-7240 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/76279f58 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/76279f58 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/76279f58

[42/50] [abbrv] hadoop git commit: HDFS-2173. saveNamespace should not throw IOE when only one storage directory fails to write VERSION file. Contributed by Andras Bokor.

2016-05-19 Thread arp
HDFS-2173. saveNamespace should not throw IOE when only one storage directory fails to write VERSION file. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/010e6ac3 Tree: http://git-wip-us.apache

[29/50] [abbrv] hadoop git commit: HADOOP-13159. Fix potential NPE in Metrics2 source for DecayRpcScheduler. Contributed by Xiaoyu Yao.

2016-05-19 Thread arp
HADOOP-13159. Fix potential NPE in Metrics2 source for DecayRpcScheduler. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/94784848 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/94784848

[38/50] [abbrv] hadoop git commit: HADOOP-13138. Unable to append to a SequenceFile with Compression.NONE. Contributed by Vinayakumar B.

2016-05-19 Thread arp
HADOOP-13138. Unable to append to a SequenceFile with Compression.NONE. Contributed by Vinayakumar B. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bad85f3e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bad85f3

[41/50] [abbrv] hadoop git commit: MAPREDUCE-6686. Add a way to download the job config from the mapred CLI (rkanter)

2016-05-19 Thread arp
MAPREDUCE-6686. Add a way to download the job config from the mapred CLI (rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/992a4935 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/992a4935 Diff: http://git-

[02/50] [abbrv] hadoop git commit: HDFS-8449. Add tasks count metrics to datanode for ECWorker. Contributed by Bo Li.

2016-05-19 Thread arp
HDFS-8449. Add tasks count metrics to datanode for ECWorker. Contributed by Bo Li. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ad944112 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ad944112 Diff: http://git-

[04/50] [abbrv] hadoop git commit: HADOOP-13148. TestDistCpViewFs to include IOExceptions in test error reports. Contributed by Steve Loughran.

2016-05-19 Thread arp
HADOOP-13148. TestDistCpViewFs to include IOExceptions in test error reports. Contributed by Steve Loughran. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b9685e85 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/

[45/50] [abbrv] hadoop git commit: HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw)

2016-05-19 Thread arp
HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c7159f02 Tree: http://git-wip-us.apache.org

[05/50] [abbrv] hadoop git commit: HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth.

2016-05-19 Thread arp
HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/576e2d12 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/576e2d12 Diff:

[14/50] [abbrv] hadoop git commit: YARN-5075. Fix findbugs warnings in hadoop-yarn-common module. (asuresh)

2016-05-19 Thread arp
YARN-5075. Fix findbugs warnings in hadoop-yarn-common module. (asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ccc93e78 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ccc93e78 Diff: http://git-wip-us.apac

[18/50] [abbrv] hadoop git commit: HADOOP-13158 S3AFileSystem#toString might throw NullPointerException due to null cannedACL. (Chris Nauroth via stevel)

2016-05-19 Thread arp
HADOOP-13158 S3AFileSystem#toString might throw NullPointerException due to null cannedACL. (Chris Nauroth via stevel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08ea07f1 Tree: http://git-wip-us.apache.org/repos/asf/ha

[23/50] [abbrv] hadoop git commit: YARN-4832. NM side resource value should get updated if change applied in RM side. Contributed by Junping Du

2016-05-19 Thread arp
YARN-4832. NM side resource value should get updated if change applied in RM side. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fa3bc340 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/

[16/50] [abbrv] hadoop git commit: MAPREDUCE-6693. ArrayIndexOutOfBoundsException occurs when the length of the job name is equal to mapreduce.jobhistory.jobname.limit. Contributed by Ajith S.

2016-05-19 Thread arp
MAPREDUCE-6693. ArrayIndexOutOfBoundsException occurs when the length of the job name is equal to mapreduce.jobhistory.jobname.limit. Contributed by Ajith S. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3579305 Tree: ht

[22/50] [abbrv] hadoop git commit: HDFS-10404. Fix formatting of CacheAdmin command usage help text (Yiqun Lin via cmccabe)

2016-05-19 Thread arp
HDFS-10404. Fix formatting of CacheAdmin command usage help text (Yiqun Lin via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7cd5ae62 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7cd5ae62 Diff: http:

[06/50] [abbrv] hadoop git commit: YARN-5069. TestFifoScheduler.testResourceOverCommit race condition. Contributed by Eric Badger.

2016-05-19 Thread arp
YARN-5069. TestFifoScheduler.testResourceOverCommit race condition. Contributed by Eric Badger. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1217c8f6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1217c8f6 Diff

[08/50] [abbrv] hadoop git commit: HADOOP-11858. [JDK8] Set minimum version of Hadoop 3 to JDK 8. Contributed by Robert Kanter.

2016-05-19 Thread arp
HADOOP-11858. [JDK8] Set minimum version of Hadoop 3 to JDK 8. 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/4b55642b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4b55642b Diff: h

[07/50] [abbrv] hadoop git commit: HADOOP-13146. Refactor RetryInvocationHandler. Contributed by Tsz Wo Nicholas Sze.

2016-05-19 Thread arp
HADOOP-13146. Refactor RetryInvocationHandler. Contributed by Tsz Wo Nicholas Sze. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a9a8297c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a9a8297c Diff: http://git-

[27/50] [abbrv] hadoop git commit: MAPREDUCE-6657. Job history server can fail on startup when NameNode is in start phase. Contributed by Haibo Chen.

2016-05-19 Thread arp
MAPREDUCE-6657. Job history server can fail on startup when NameNode is in start phase. Contributed by Haibo Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f6ef876f Tree: http://git-wip-us.apache.org/repos/asf/hadoop

[21/50] [abbrv] hadoop git commit: MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen

2016-05-19 Thread arp
MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/34fddd1e Tree: http://git

[19/50] [abbrv] hadoop git commit: HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore.

2016-05-19 Thread arp
HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4a5819da Tree: http://git-wip-us.apache.org/repos/

[12/50] [abbrv] hadoop git commit: HDFS-10208. Addendum for HDFS-9579: to handle the case when client machine can't resolve network path (Ming Ma via sjlee)

2016-05-19 Thread arp
HDFS-10208. Addendum for HDFS-9579: to handle the case when client machine can't resolve network path (Ming Ma via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/61f46be0 Tree: http://git-wip-us.apache.org/repos/asf

[01/50] [abbrv] hadoop git commit: HDFS-10333. Intermittent org.apache.hadoop.hdfs.TestFileAppend failure in trunk. Contributed by Yiqun Lin.

2016-05-19 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 4770ae7e3 -> 76279f587 HDFS-10333. Intermittent org.apache.hadoop.hdfs.TestFileAppend failure in trunk. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/a

[03/50] [abbrv] hadoop git commit: YARN-4325. Nodemanager log handlers fail to send finished/failed events in some cases. Contributed by Junping Du

2016-05-19 Thread arp
YARN-4325. Nodemanager log handlers fail to send finished/failed events in some cases. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/81effb7d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/t

hadoop git commit: HDFS-10363. Ozone: Introduce new config keys for SCM service endpoints. Contributed by Arpit Agarwal.

2016-05-19 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 63a6a1d73 -> 4770ae7e3 HDFS-10363. Ozone: Introduce new config keys for SCM service endpoints. Contributed by Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/ha

[2/2] hadoop git commit: HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw)

2016-05-19 Thread cnauroth
HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw) (cherry picked from commit c7159f0240be0c555edf01d9a580987b0997125d) (cherry picked from commit f7ffa1a5344517b4bb70cb329b29d25c9d63a033) Project: http://git-wip-u

[1/2] hadoop git commit: HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw)

2016-05-19 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 416274b53 -> f7ffa1a53 refs/heads/branch-2.8 c8843cac0 -> 27d6538b8 HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw) (cherry picked from commit c7159f0

hadoop git commit: YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. (cherry picked from commit 141873ca7d68619e3458712b17aed57fec8fd

2016-05-19 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2.8 7a001ae19 -> c8843cac0 YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. (cherry picked from commit 141873ca7d68619e3458712b17aed57fec8fd7c8) (cherry picked from commit

hadoop git commit: YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. (cherry picked from commit 141873ca7d68619e3458712b17aed57fec8fd

2016-05-19 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 151ecdf26 -> 416274b53 YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. (cherry picked from commit 141873ca7d68619e3458712b17aed57fec8fd7c8) Project: http://git-wip-us

hadoop git commit: YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong.

2016-05-19 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 2120de588 -> 141873ca7 YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

[1/2] hadoop git commit: HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang

2016-05-19 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 22ff9e68d -> 2120de588 HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[2/2] hadoop git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk

2016-05-19 Thread drankye
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2120de58 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2120de58 Diff: http://git-w

hadoop git commit: HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel.

2016-05-19 Thread stevel
Repository: hadoop Updated Branches: refs/heads/trunk c7159f024 -> 22ff9e68d HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/c

hadoop git commit: HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel.

2016-05-19 Thread stevel
Repository: hadoop Updated Branches: refs/heads/branch-2.8 726c1f14b -> 7a001ae19 HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/had

hadoop git commit: HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel.

2016-05-19 Thread stevel
Repository: hadoop Updated Branches: refs/heads/branch-2 15808717f -> 151ecdf26 HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoo

hadoop git commit: HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw)

2016-05-19 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk d4274c64b -> c7159f024 HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-

hadoop git commit: YARN-5107. TestContainerMetrics fails. (aajisaka)

2016-05-19 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 159763068 -> d4274c64b YARN-5107. TestContainerMetrics fails. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4274c64 Tree: http://git-wip-us.apache.org/r

hadoop git commit: YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999). Contributed by Mohammad Shahid Khan and Varun Saxena

2016-05-19 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/branch-2.8 64e75c34a -> 726c1f14b YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > ). Contributed by Mohammad Shahid Khan and Varun Saxena Project: http://git-wip-us.apache.org/repos/asf