[2/2] hadoop git commit: HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen

2016-11-29 Thread drankye
HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. 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/51e6c1cc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/51e6c1cc Diff:

[1/2] hadoop git commit: Revert due to an error "HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen"

2016-11-29 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk aeecfa24f -> 51e6c1cc3 Revert due to an error "HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen" This reverts commit 5614f847b2ef2a5b70bd9a06edc4eba06174c6. Project:

[15/48] hadoop git commit: YARN-4752. Improved preemption in FairScheduler. (kasha)

2016-11-29 Thread liuml07
http://git-wip-us.apache.org/repos/asf/hadoop/blob/10468529/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FairSchedulerTestBase.java

[30/48] hadoop git commit: HADOOP-13816. Ambiguous plugin version warning from maven build. Contributed by Kai Sasaki.

2016-11-29 Thread liuml07
HADOOP-13816. Ambiguous plugin version warning from maven build. Contributed by Kai Sasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e173d2b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9e173d2b Diff:

[27/48] hadoop git commit: YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena.

2016-11-29 Thread liuml07
YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9f2960be Tree:

[42/48] hadoop git commit: YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templ

2016-11-29 Thread liuml07
YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[36/48] hadoop git commit: MAPREDUCE-6743. nativetask unit tests need to provide usable output; fix link errors during mvn test

2016-11-29 Thread liuml07
MAPREDUCE-6743. nativetask unit tests need to provide usable output; fix link errors during mvn test Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/be88d574 Tree:

[40/48] hadoop git commit: HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers.

2016-11-29 Thread liuml07
HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/09451252 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/09451252

[20/48] hadoop git commit: HADOOP-11603. Metric Snapshot log can be changed #MetricsSystemImpl.java since all the services will be initialized. Contributed By Brahma Reddy Battula.

2016-11-29 Thread liuml07
HADOOP-11603. Metric Snapshot log can be changed #MetricsSystemImpl.java since all the services will be initialized. Contributed By Brahma Reddy Battula. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/13501053 Tree:

[46/48] hadoop git commit: YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton)

2016-11-29 Thread liuml07
YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6d8b4f6c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6d8b4f6c

[12/48] hadoop git commit: HADOOP-13605. Clean up FileSystem javadocs, logging; improve diagnostics on FS load. Contributed by Steve Loughran

2016-11-29 Thread liuml07
HADOOP-13605. Clean up FileSystem javadocs, logging; improve diagnostics on FS load. 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/860d49aa Tree:

[01/48] hadoop git commit: YARN-5911. DrainDispatcher does not drain all events on stop even if setDrainEventsOnStop is true. Contributed by Varun Saxena.

2016-11-29 Thread liuml07
Repository: hadoop Updated Branches: refs/heads/HADOOP-13345 86a67ffac -> 5e93093e6 YARN-5911. DrainDispatcher does not drain all events on stop even if setDrainEventsOnStop is true. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[11/48] hadoop git commit: HADOOP-13605. Clean up FileSystem javadocs, logging; improve diagnostics on FS load. Contributed by Steve Loughran

2016-11-29 Thread liuml07
http://git-wip-us.apache.org/repos/asf/hadoop/blob/860d49aa/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java -- diff --git

[47/48] hadoop git commit: MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu.

2016-11-29 Thread liuml07
MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f6e1439 Tree:

[39/48] hadoop git commit: HADOOP-13706. Update jackson from 1.9.13 to 2.x in hadoop-common-project.

2016-11-29 Thread liuml07
HADOOP-13706. Update jackson from 1.9.13 to 2.x in hadoop-common-project. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/67d9f280 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/67d9f280 Diff:

[24/48] hadoop git commit: HDFS-11174. Wrong HttpFS test command in doc. Contributed by John Zhuge.

2016-11-29 Thread liuml07
HDFS-11174. Wrong HttpFS test command in doc. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bb1b5e08 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bb1b5e08 Diff:

[07/48] hadoop git commit: HDFS-11058. Implement 'hadoop fs -df' command for ViewFileSystem. Contributed by Manoj Govindassamy.

2016-11-29 Thread liuml07
HDFS-11058. Implement 'hadoop fs -df' command for ViewFileSystem. Contributed by Manoj Govindassamy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dd98a800 Tree:

[33/48] hadoop git commit: HADOOP-13828. Implement getFileChecksum(path, length) for ViewFileSystem. Contributed by Manoj Govindassamy.

2016-11-29 Thread liuml07
HADOOP-13828. Implement getFileChecksum(path, length) for ViewFileSystem. Contributed by Manoj Govindassamy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a2b1ff02 Tree:

[03/48] hadoop git commit: YARN-5918. Handle Opportunistic scheduling allocate request failure when NM is lost. (Bibin A Chundatt via asuresh)

2016-11-29 Thread liuml07
YARN-5918. Handle Opportunistic scheduling allocate request failure when NM is lost. (Bibin A Chundatt via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/005850b2 Tree:

[26/48] hadoop git commit: HADOOP-1381. The distance between sync blocks in SequenceFiles should be configurable rather than hard coded to 2000 bytes. Contributed by Harsh J.

2016-11-29 Thread liuml07
HADOOP-1381. The distance between sync blocks in SequenceFiles should be configurable rather than hard coded to 2000 bytes. Contributed by Harsh J. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/07825f2b Tree:

[22/48] hadoop git commit: HADOOP-10776 Open up already widely-used APIs for delegation-token fetching & renewal to ecosystem projects. Contributed by Vinod Kumar Vavilapalli

2016-11-29 Thread liuml07
HADOOP-10776 Open up already widely-used APIs for delegation-token fetching & renewal to ecosystem projects. Contributed by Vinod Kumar Vavilapalli Cherry picked from 24715cefe80fba531dd16a44ec1cead67c389eb1 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[43/48] hadoop git commit: Revert "HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers."

2016-11-29 Thread liuml07
Revert "HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers." This reverts commit 09451252fae90a3ec192b8d7f0c49508df65e8c5. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[17/48] hadoop git commit: YARN-5920. Fix deadlock in TestRMHA.testTransitionedToStandbyShouldNotHang. Contributed by Varun Saxena.

2016-11-29 Thread liuml07
YARN-5920. Fix deadlock in TestRMHA.testTransitionedToStandbyShouldNotHang. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e15c20ed Tree:

[08/48] hadoop git commit: HDFS-11368. Erasure Coding: Deprecate replication-related config keys. Contributed by Rakesh R.

2016-11-29 Thread liuml07
http://git-wip-us.apache.org/repos/asf/hadoop/blob/de489493/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestPipelinesFailover.java -- diff --git

[31/48] hadoop git commit: HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki.

2016-11-29 Thread liuml07
HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/209e8054 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/209e8054 Diff:

[35/48] hadoop git commit: MAPREDUCE-6743. nativetask unit tests need to provide usable output; fix link errors during mvn test

2016-11-29 Thread liuml07
http://git-wip-us.apache.org/repos/asf/hadoop/blob/be88d574/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/gtest/include/gtest/gtest.h -- diff --git

[13/48] hadoop git commit: HADOOP-13766. Fix a typo in the comments of RPC.getProtocolVersion. Contributed by Ethan Li.

2016-11-29 Thread liuml07
HADOOP-13766. Fix a typo in the comments of RPC.getProtocolVersion. Contributed by Ethan Li. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c7a5f290 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c7a5f290 Diff:

[18/48] hadoop git commit: YARN-4206. Add Application timeouts in Application report and CLI. Contributed by Rohith Sharma K S.

2016-11-29 Thread liuml07
YARN-4206. Add Application timeouts in Application report and CLI. Contributed by Rohith Sharma K S. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eb0a483e Tree:

[48/48] hadoop git commit: Merge branch 'trunk' into HADOOP-13345

2016-11-29 Thread liuml07
Merge branch 'trunk' into HADOOP-13345 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5e93093e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5e93093e Diff:

[16/48] hadoop git commit: YARN-4752. Improved preemption in FairScheduler. (kasha)

2016-11-29 Thread liuml07
YARN-4752. Improved preemption in FairScheduler. (kasha) Contains: YARN-5605. Preempt containers (all on one node) to meet the requirement of starved applications YARN-5821. Drop left-over preemption-related code and clean up method visibilities in the Schedulable hierarchy YARN-5783. Verify

[28/48] hadoop git commit: Revert "YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena."

2016-11-29 Thread liuml07
Revert "YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena." This reverts commit 9f2960be19aa9c07c6b247bfec576c6b8e5f89bd. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[34/48] hadoop git commit: YARN-5725. Test uncaught exception in TestContainersMonitorResourceChange.testContainersResourceChange when setting IP and host (Contributed by Miklos Szegedi via Daniel Tem

2016-11-29 Thread liuml07
YARN-5725. Test uncaught exception in TestContainersMonitorResourceChange.testContainersResourceChange when setting IP and host (Contributed by Miklos Szegedi via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[02/48] hadoop git commit: YARN-4330. MiniYARNCluster is showing multiple Failed to instantiate default resource calculator warning messages. Contributed by Varun Saxena

2016-11-29 Thread liuml07
YARN-4330. MiniYARNCluster is showing multiple Failed to instantiate default resource calculator warning messages. Contributed by Varun Saxena Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3541ed80 Tree:

[29/48] hadoop git commit: YARN-5572. HBaseTimelineWriterImpl appears to reference a bad property name. Contributed by Varun Saxena.

2016-11-29 Thread liuml07
YARN-5572. HBaseTimelineWriterImpl appears to reference a bad property name. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c06114d6 Tree:

[38/48] hadoop git commit: HADOOP-13838. KMSTokenRenewer should close providers (xiaochen via rkanter)

2016-11-29 Thread liuml07
HADOOP-13838. KMSTokenRenewer should close providers (xiaochen via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/47ca9e26 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/47ca9e26 Diff:

[06/48] hadoop git commit: YARN-5649. Add REST endpoints for updating application timeouts. Contributed by Rohith Sharma K S

2016-11-29 Thread liuml07
YARN-5649. Add REST endpoints for updating application timeouts. Contributed by Rohith Sharma K S Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1f12867a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1f12867a

[45/48] hadoop git commit: YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton)

2016-11-29 Thread liuml07
YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dd9a96cb Tree:

[23/48] hadoop git commit: HDFS-11175. Document uppercase key names are not supported in TransparentEncryption.md. Contributed by Yiqun Lin.

2016-11-29 Thread liuml07
HDFS-11175. Document uppercase key names are not supported in TransparentEncryption.md. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/636f7547 Tree:

[41/48] hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread liuml07
HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/00096dcc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/00096dcc Diff:

[14/48] hadoop git commit: YARN-4752. Improved preemption in FairScheduler. (kasha)

2016-11-29 Thread liuml07
http://git-wip-us.apache.org/repos/asf/hadoop/blob/10468529/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairSchedulerPreemption.java

[44/48] hadoop git commit: YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton)

2016-11-29 Thread liuml07
YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3b9d3acd Tree:

[09/48] hadoop git commit: HDFS-11368. Erasure Coding: Deprecate replication-related config keys. Contributed by Rakesh R.

2016-11-29 Thread liuml07
HDFS-11368. Erasure Coding: Deprecate replication-related config keys. Contributed by Rakesh R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/de489493 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/de489493

[21/48] hadoop git commit: HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPath2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula.

2016-11-29 Thread liuml07
HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPath2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3df3fa39 Tree:

[19/48] hadoop git commit: HADOOP-13018. Make Kdiag check whether hadoop.token.files points to existent and valid files. Contributed by Ravi Prakash

2016-11-29 Thread liuml07
HADOOP-13018. Make Kdiag check whether hadoop.token.files points to existent and valid files. Contributed by Ravi Prakash Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/abb9fa7f Tree:

[37/48] hadoop git commit: HADOOP-13823. s3a rename: fail if dest file exists. Contributed by Steve Loughran

2016-11-29 Thread liuml07
HADOOP-13823. s3a rename: fail if dest file exists. 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/d60a60be Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d60a60be Diff:

[32/48] hadoop git commit: HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen

2016-11-29 Thread liuml07
HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. 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/5d5614f8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5d5614f8 Diff:

[10/48] hadoop git commit: HADOOP-13605. Clean up FileSystem javadocs, logging; improve diagnostics on FS load. Contributed by Steve Loughran

2016-11-29 Thread liuml07
http://git-wip-us.apache.org/repos/asf/hadoop/blob/860d49aa/hadoop-common-project/hadoop-common/src/site/markdown/filesystem/filesystem.md -- diff --git

[04/48] hadoop git commit: HADOOP-13801 regression: ITestS3AMiniYarnCluster failing. Contributed by Steve Loughran

2016-11-29 Thread liuml07
HADOOP-13801 regression: ITestS3AMiniYarnCluster failing. 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/0de0c32d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0de0c32d Diff:

[05/48] hadoop git commit: HADOOP-11552. Allow handoff on the server side for RPC requests. Contributed by Siddharth Seth

2016-11-29 Thread liuml07
HADOOP-11552. Allow handoff on the server side for RPC requests. Contributed by Siddharth Seth Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3d94da1e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3d94da1e

hadoop git commit: HDFS-11149. Support for parallel checking of FsVolumes.

2016-11-29 Thread arp
Repository: hadoop Updated Branches: refs/heads/trunk 8f6e14399 -> eaaa32950 HDFS-11149. Support for parallel checking of FsVolumes. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eaaa3295 Tree:

hadoop git commit: MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. (cherry picked from commit

2016-11-29 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2.8 129beeedd -> f2284f44d MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. (cherry picked from commit

hadoop git commit: MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. (cherry picked from commit

2016-11-29 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 c22ceb0a9 -> 376a2439d MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. (cherry picked from commit

hadoop git commit: MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu.

2016-11-29 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 6d8b4f6c2 -> 8f6e14399 MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

[hadoop] Git Push Summary

2016-11-29 Thread xgong
Repository: hadoop Updated Branches: refs/heads/YARN-5734 [created] 6d8b4f6c2 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

hadoop git commit: YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/trunk dd9a96cb1 -> 6d8b4f6c2 YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-11106: libhdfs++: Some refactoring to better organize files. Contributed by James Clampffer.

2016-11-29 Thread jhc
Repository: hadoop Updated Branches: refs/heads/HDFS-8707 c252ac225 -> e658f07ad HDFS-11106: libhdfs++: Some refactoring to better organize files. Contributed by James Clampffer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5883 Avoid or eliminate expensive YARN get all applications call. Contributed by Gour Saha

2016-11-29 Thread billie
Repository: hadoop Updated Branches: refs/heads/yarn-native-services 01531f067 -> c8d63b136 YARN-5883 Avoid or eliminate expensive YARN get all applications call. Contributed by Gour Saha Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-2 803aba03f -> c22ceb0a9 YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton) (cherry picked from commit dd9a96cb175d63f7c5909cd98f2dc9af267a5864) Project:

hadoop git commit: YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/trunk 3b9d3acd2 -> dd9a96cb1 YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-2 b8bebb860 -> 803aba03f YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

[3/6] hadoop git commit: YARN-5909. Remove agent related code in slider AM. Contributed by Jian He

2016-11-29 Thread jianhe
http://git-wip-us.apache.org/repos/asf/hadoop/blob/01531f06/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-slider/hadoop-yarn-slider-core/src/main/java/org/apache/slider/providers/agent/application/metadata/Component.java

[2/6] hadoop git commit: YARN-5909. Remove agent related code in slider AM. Contributed by Jian He

2016-11-29 Thread jianhe
http://git-wip-us.apache.org/repos/asf/hadoop/blob/01531f06/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-slider/hadoop-yarn-slider-core/src/main/java/org/apache/slider/server/appmaster/web/WebAppApiImpl.java

hadoop git commit: YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/trunk b407d5319 -> 3b9d3acd2 YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Revert "HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers."

2016-11-29 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 25f9872be -> b407d5319 Revert "HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers." This reverts commit 09451252fae90a3ec192b8d7f0c49508df65e8c5. Project:

hadoop git commit: YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/branch-2 0c895e8a6 -> b8bebb860 YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templeton) (cherry picked from commit

hadoop git commit: YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templeton)

2016-11-29 Thread templedf
Repository: hadoop Updated Branches: refs/heads/trunk 00096dcc0 -> 25f9872be YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templeton) Project:

[hadoop] Git Push Summary

2016-11-29 Thread asuresh
Repository: hadoop Updated Branches: refs/heads/YARN-5085 [created] 00096dcc0 - To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org

hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.6 e4bc30351 -> c2d936f30 HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. (cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54) (cherry picked from commit 0c895e8a62b4b69a020a5f004e97323520a1b1d0)

hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.7 ba10a055e -> 45bc79d13 HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. (cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54) (cherry picked from commit 0c895e8a62b4b69a020a5f004e97323520a1b1d0)

hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 285edf691 -> 0c895e8a6 HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. (cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.8 92ee5e207 -> 129beeedd HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. (cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54) (cherry picked from commit 0c895e8a62b4b69a020a5f004e97323520a1b1d0)

hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 09451252f -> 00096dcc0 HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/00096dcc Tree:

hadoop git commit: HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers.

2016-11-29 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 67d9f2808 -> 09451252f HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: