hadoop git commit: YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith (cherry picked from commit 9356cf8676fd18f78655e8a6f2e6c946997dbd40)

2015-05-05 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 01bdfd794 - 0f30913ea YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith (cherry picked from commit 9356cf8676fd18f78655e8a6f2e6c946997dbd40) Project:

hadoop git commit: YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith

2015-05-05 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 318081ccd - 9356cf867 YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[07/17] hadoop git commit: YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (Contributed by Brahma Reddy Battula)

2015-05-05 Thread jitendra
YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (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/38102420 Tree:

[10/17] hadoop git commit: HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw)

2015-05-05 Thread jitendra
HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ff91e9e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3ff91e9e Diff:

[09/17] hadoop git commit: HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe)

2015-05-05 Thread jitendra
HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fcd4cb75 Tree:

[12/17] hadoop git commit: HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw)

2015-05-05 Thread jitendra
HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d33419ae Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d33419ae Diff:

[11/17] hadoop git commit: HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe)

2015-05-05 Thread jitendra
HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/24d3a2d4 Tree:

[16/17] hadoop git commit: MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter)

2015-05-05 Thread jitendra
MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9809a16d Tree:

[14/17] hadoop git commit: HDFS-7847. Modify NNThroughputBenchmark to be able to operate on a remote NameNode (Charles Lamb via Colin P. McCabe)

2015-05-05 Thread jitendra
HDFS-7847. Modify NNThroughputBenchmark to be able to operate on a remote NameNode (Charles Lamb via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ffce9a34 Tree:

[17/17] hadoop git commit: HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. Contributed by Li Lu.

2015-05-05 Thread jitendra
HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. 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/4da8490b Tree:

[05/17] hadoop git commit: HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland.

2015-05-05 Thread jitendra
HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05adc76a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/05adc76a Diff:

[15/17] hadoop git commit: HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao)

2015-05-05 Thread jitendra
HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0100b155 Tree:

[01/17] hadoop git commit: MAPREDUCE-6165. [JDK8] TestCombineFileInputFormat failed on JDK8. Contributed by Akira AJISAKA.

2015-05-05 Thread jitendra
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 d701acc9c - 4da8490b5 MAPREDUCE-6165. [JDK8] TestCombineFileInputFormat failed on JDK8. Contributed by Akira AJISAKA. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[04/17] hadoop git commit: YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith

2015-05-05 Thread jitendra
YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9356cf86 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9356cf86 Diff:

[06/17] hadoop git commit: HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw)

2015-05-05 Thread jitendra
HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9b01f81e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9b01f81e Diff:

[Hadoop Wiki] Update of TestPatchTips by SomeOtherAccount

2015-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The TestPatchTips page has been changed by SomeOtherAccount: https://wiki.apache.org/hadoop/TestPatchTips New page: === Introduction === In the Hadoop source tree is

hadoop git commit: HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. Contributed by Li Lu.

2015-05-05 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 9809a16d3 - 4da8490b5 HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. Contributed by Li Lu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. Contributed by Li Lu.

2015-05-05 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/branch-2 bd207b6cc - a4f868f0b HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. Contributed by Li Lu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[Hadoop Wiki] Update of 2015MayBugBash by SomeOtherAccount

2015-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The 2015MayBugBash page has been changed by SomeOtherAccount: https://wiki.apache.org/hadoop/2015MayBugBash?action=diffrev1=5rev2=6 1. Name the patch file (something).patch 1.

[13/17] hadoop git commit: YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks

2015-05-05 Thread jitendra
YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e4c3b52c Tree:

[08/17] hadoop git commit: YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. Contributed by Akira AJISAKA

2015-05-05 Thread jitendra
YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. 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/commit/b7dd3a4f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b7dd3a4f

[02/17] hadoop git commit: HADOOP-11916. TestStringUtils#testLowerAndUpperStrings failed on MAC due to a JVM bug. Contributed by Ming Ma.

2015-05-05 Thread jitendra
HADOOP-11916. TestStringUtils#testLowerAndUpperStrings failed on MAC due to a JVM bug. Contributed by Ming Ma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/338e88a1 Tree:

[03/17] hadoop git commit: HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop (Contributed by Vinayakumar B) Reverted earlier commit

2015-05-05 Thread jitendra
HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop (Contributed by Vinayakumar B) Reverted earlier commit Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/318081cc Tree:

hadoop git commit: HADOOP-11912. Extra configuration key used in TraceUtils should respect prefix (Masatake Iwasaki via Colin P. McCabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 b8e450763 - 606e4f494 HADOOP-11912. Extra configuration key used in TraceUtils should respect prefix (Masatake Iwasaki via Colin P. McCabe) (cherry picked from commit 90b384564875bb353224630e501772b46d4ca9c5) Project:

hadoop git commit: HADOOP-11912. Extra configuration key used in TraceUtils should respect prefix (Masatake Iwasaki via Colin P. McCabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 4402e4c63 - 90b384564 HADOOP-11912. Extra configuration key used in TraceUtils should respect prefix (Masatake Iwasaki via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7672. Handle write failure for stripping blocks and refactor the existing code in DFSStripedOutputStream and StripedDataStreamer.

2015-05-05 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 eeb8ed772 - a5b52fc10 HDFS-7672. Handle write failure for stripping blocks and refactor the existing code in DFSStripedOutputStream and StripedDataStreamer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11926. test-patch.sh mv does wrong math (aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 4da8490b5 - 4402e4c63 HADOOP-11926. test-patch.sh mv does wrong math (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4402e4c6 Tree:

hadoop git commit: HDFS-7348. Erasure Coding: DataNode reconstruct striped blocks. Contributed by Yi Liu.

2015-05-05 Thread zhz
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 a5b52fc10 - 850d7fac9 HDFS-7348. Erasure Coding: DataNode reconstruct striped blocks. Contributed by Yi Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3582. NPE in WebAppProxyServlet. Contributed by Jian He

2015-05-05 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk 90b384564 - a583a4069 YARN-3582. NPE in WebAppProxyServlet. Contributed by Jian He Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a583a406 Tree:

hadoop git commit: HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland.

2015-05-05 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 0f30913ea - 84d8ba4f7 HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland. (cherry picked from commit 05adc76ace6bf28e4a3ff874044c2c41e3eba63f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland.

2015-05-05 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 9356cf867 - 05adc76ac HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05adc76a

hadoop git commit: HDFS-8324. Add trace info to DFSClient#getErasureCodingZoneInfo(..). Contributed by Vinayakumar B

2015-05-05 Thread umamahesh
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 edfaff3c7 - eeb8ed772 HDFS-8324. Add trace info to DFSClient#getErasureCodingZoneInfo(..). Contributed by Vinayakumar B Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk fcd4cb751 - 3ff91e9e9 HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ff91e9e Tree:

hadoop git commit: HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 51df9e837 - 1f01d8347 HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe) (cherry picked from commit fcd4cb751665adb241081e42b3403c3856b6c6fe) Project:

hadoop git commit: HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 69d837428 - e056e0a3c HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe) (cherry picked from commit fcd4cb751665adb241081e42b3403c3856b6c6fe) (cherry picked from commit

hadoop git commit: HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 24d3a2d4f - d33419ae0 HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d33419ae Tree:

hadoop git commit: YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (Contributed by Brahma Reddy Battula)

2015-05-05 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk 05adc76ac - 381024206 YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (Contributed by Brahma Reddy Battula) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 381024206 - 9b01f81eb HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/branch-2 6ea007ba9 - 02892f674 HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (Contributed by Brahma Reddy Battula) (cherry picked from commit 38102420621308f5ba91cdeb6a18a63aa5acf640)

2015-05-05 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 84d8ba4f7 - 6ea007ba9 YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (Contributed by Brahma Reddy Battula) (cherry picked from commit 38102420621308f5ba91cdeb6a18a63aa5acf640) Project:

hadoop git commit: YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. Contributed by Akira AJISAKA

2015-05-05 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk 9b01f81eb - b7dd3a4f0 YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. Contributed by Akira AJISAKA Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8242. Erasure Coding: XML based end-to-end test for ECCli commands (Contributed by Rakesh R)

2015-05-05 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 858800e89 - edfaff3c7 HDFS-8242. Erasure Coding: XML based end-to-end test for ECCli commands (Contributed by Rakesh R) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao)

2015-05-05 Thread xyao
Repository: hadoop Updated Branches: refs/heads/trunk ffce9a341 - 0100b1550 HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao)

2015-05-05 Thread xyao
Repository: hadoop Updated Branches: refs/heads/branch-2 eb0c6d2ee - e68e8b3b5 HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao) (cherry picked from commit 0100b155019496d077f958904de7d385697d65d9) Project:

hadoop git commit: HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/branch-2 02cdcaec5 - 51df9e837 HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/51df9e83

svn commit: r1677873 - in /hadoop/common/site/main/publish: ./ docs/r0.23.10/ docs/r0.23.6/ docs/r0.23.7/ docs/r0.23.8/ docs/r0.23.9/ docs/r1.1.1/ docs/r1.1.2/ docs/r1.2.0/ docs/r2.0.2-alpha/ docs/r2.

2015-05-05 Thread omalley
Author: omalley Date: Tue May 5 18:14:19 2015 New Revision: 1677873 URL: http://svn.apache.org/r1677873 Log: HADOOP-11902. Prune old javadoc versions. Removed: hadoop/common/site/main/publish/docs/r0.23.10/ hadoop/common/site/main/publish/docs/r0.23.6/

hadoop git commit: HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk b7dd3a4f0 - fcd4cb751 HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/branch-2 1f6bcf94c - 50a5d0b62 HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50a5d0b6

hadoop git commit: HDFS-7847. Modify NNThroughputBenchmark to be able to operate on a remote NameNode (Charles Lamb via Colin P. McCabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk e4c3b52c8 - ffce9a341 HDFS-7847. Modify NNThroughputBenchmark to be able to operate on a remote NameNode (Charles Lamb via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks (cherry picked from commit e4c3b52c896291012f869ebc0a21e85e643fadd1)

2015-05-05 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2 50a5d0b62 - eb0c6d2ee YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks (cherry picked from commit e4c3b52c896291012f869ebc0a21e85e643fadd1) Project:

hadoop git commit: YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. Contributed by Akira AJISAKA

2015-05-05 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 02892f674 - 02cdcaec5 YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. Contributed by Akira AJISAKA (cherry picked from commit b7dd3a4f04f712b7594c4e6e7ce50fd314f7c342) Project:

hadoop git commit: HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 3ff91e9e9 - 24d3a2d4f HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe)

2015-05-05 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 1f01d8347 - 1f6bcf94c HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe) (cherry picked from commit 24d3a2d4fdd836ac9a5bc755a7fb9354f7a582b1) Project:

hadoop git commit: YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks

2015-05-05 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/trunk d33419ae0 - e4c3b52c8 YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-11925. backport trunk's smart-apply-patch.sh to branch-2 (aw)

2015-05-05 Thread aw
Repository: hadoop Updated Branches: refs/heads/branch-2 e68e8b3b5 - f95fd5b6d HADOOP-11925. backport trunk's smart-apply-patch.sh to branch-2 (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f95fd5b6 Tree:

hadoop git commit: HADOOP-11898. add nfs3 and portmap starting command in hadoop-daemon.sh in branch-2. Contributed by Brandon Li

2015-05-05 Thread brandonli
Repository: hadoop Updated Branches: refs/heads/branch-2 f95fd5b6d - a9d12128f HADOOP-11898. add nfs3 and portmap starting command in hadoop-daemon.sh in branch-2. Contributed by Brandon Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter)

2015-05-05 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/trunk 0100b1550 - 9809a16d3 MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter)

2015-05-05 Thread rkanter
Repository: hadoop Updated Branches: refs/heads/branch-2 a9d12128f - bd207b6cc MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: