hadoop git commit: YARN-3428. Debug log resources to be localized for a container. (kasha)

2015-03-31 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 c980e34bc -> 93b29d962 YARN-3428. Debug log resources to be localized for a container. (kasha) (cherry picked from commit 2daa478a6420585dc13cea2111580ed5fe347bc1) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: htt

hadoop git commit: YARN-3428. Debug log resources to be localized for a container. (kasha)

2015-03-31 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 7610925e9 -> 2daa478a6 YARN-3428. Debug log resources to be localized for a container. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2daa478a Tree: http://g

hadoop git commit: YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vin

2015-03-31 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 ec123abdc -> 3acfde6d8 YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vinodkv) (cherry picked from com

hadoop git commit: YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vin

2015-03-31 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 b85bbca74 -> c980e34bc YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vinodkv) (cherry picked from commi

hadoop git commit: YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vin

2015-03-31 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 18a91fe4d -> 7610925e9 YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vinodkv) Project: http://git-wip-us.

hadoop git commit: HDFS-6945. BlockManager should remove a block from excessReplicateMap and decrement ExcessBlocks metric when the block is removed. (aajisaka)

2015-03-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 4cf44bef5 -> b85bbca74 HDFS-6945. BlockManager should remove a block from excessReplicateMap and decrement ExcessBlocks metric when the block is removed. (aajisaka) (cherry picked from commit 18a91fe4df0448d9f7de91602646ecf5a51c52e4)

hadoop git commit: HDFS-6945. BlockManager should remove a block from excessReplicateMap and decrement ExcessBlocks metric when the block is removed. (aajisaka)

2015-03-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk e428fea73 -> 18a91fe4d HDFS-6945. BlockManager should remove a block from excessReplicateMap and decrement ExcessBlocks metric when the block is removed. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http:

hadoop git commit: Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this.

2015-03-31 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 85c420a4d -> 4cf44bef5 Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this. (cherry picked from commit e428fea73029ea0c3494c71a50c5f6c994888fd2) Project: http://git-wip-us.a

hadoop git commit: Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this.

2015-03-31 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 79f7f2aab -> e428fea73 Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repo

[3/3] hadoop git commit: Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)"

2015-03-31 Thread vinodkv
Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)" This reverts commit 7bfd9e068d205f752c05d51778a4a4702329d31e. Conflicts: hadoop-mapreduce-project/CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/

[1/3] hadoop git commit: Revert "MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu."

2015-03-31 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 96d04307f -> ec123abdc Revert "MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu." This reverts commit 929b04ce3a4fe419dece49ed68d4f6228be214

[2/3] hadoop git commit: Revert "MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)"

2015-03-31 Thread vinodkv
Revert "MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)" This reverts commit f9341c1e2cffc4e3ac37cb7da4e535ca5c6d3913. Conflicts: hadoop-mapreduce-project/CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: h

hadoop git commit: HDFS-7617. Add unit tests for editlog transactions for EC. Contributed by Hui Zheng.

2015-03-31 Thread zhz
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 86a9b65df -> b3e2fc1ed HDFS-7617. Add unit tests for editlog transactions for EC. Contributed by Hui Zheng. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3e2f

hadoop git commit: YARN-3412. RM tests should use MockRM where possible. (kasha) (cherry picked from commit 79f7f2aabfd7a69722748850f4d3b1ff54af7556)

2015-03-31 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 7f6811ad7 -> 85c420a4d YARN-3412. RM tests should use MockRM where possible. (kasha) (cherry picked from commit 79f7f2aabfd7a69722748850f4d3b1ff54af7556) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

hadoop git commit: YARN-3412. RM tests should use MockRM where possible. (kasha)

2015-03-31 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 859cab2f2 -> 79f7f2aab YARN-3412. RM tests should use MockRM where possible. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/79f7f2aa Tree: http://git-wip-us.

hadoop git commit: HDFS-7671. hdfs user guide should point to the common rack awareness doc. Contributed by Kai Sasaki.

2015-03-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 e4cd67e9b -> 7f6811ad7 HDFS-7671. hdfs user guide should point to the common rack awareness doc. Contributed by Kai Sasaki. (cherry picked from commit 859cab2f2273f563fd70e3e616758edef91ccf41) Project: http://git-wip-us.apache.org/rep

hadoop git commit: HDFS-7671. hdfs user guide should point to the common rack awareness doc. Contributed by Kai Sasaki.

2015-03-31 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 3df61f303 -> 859cab2f2 HDFS-7671. hdfs user guide should point to the common rack awareness doc. 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/

hadoop git commit: HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu)

2015-03-31 Thread yliu
Repository: hadoop Updated Branches: refs/heads/trunk b5a22e983 -> 3df61f303 HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit

hadoop git commit: HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu)

2015-03-31 Thread yliu
Repository: hadoop Updated Branches: refs/heads/branch-2 99b825569 -> e4cd67e9b HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: HDFS-8027. Erasure Coding: Update CHANGES-HDFS-7285.txt with branch commits (Vinayakumar B)

2015-03-31 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/HDFS-7285 5ef6204c0 -> 86a9b65df HDFS-8027. Erasure Coding: Update CHANGES-HDFS-7285.txt with branch commits (Vinayakumar B) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commi

hadoop git commit: YARN-3258. FairScheduler: Need to add more logging to investigate allocations. Contributed by Anubhav Dhoot.

2015-03-31 Thread ozawa
Repository: hadoop Updated Branches: refs/heads/trunk 85dc3c14b -> b5a22e983 YARN-3258. FairScheduler: Need to add more logging to investigate allocations. Contributed by Anubhav Dhoot. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: YARN-3258. FairScheduler: Need to add more logging to investigate allocations. Contributed by Anubhav Dhoot.

2015-03-31 Thread ozawa
Repository: hadoop Updated Branches: refs/heads/branch-2 312e50f9c -> 99b825569 YARN-3258. FairScheduler: Need to add more logging to investigate allocations. Contributed by Anubhav Dhoot. (cherry picked from commit b5a22e983832d4843b5df1d07858988e8bbf37e3) Project: http://git-wip-us.apache