hadoop git commit: YARN-1050. Document the Fair Scheduler REST API. (Kenji Kikushima and Roman Shaposhnik via kasha)

2015-05-08 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 969a8f6c9 - 21a07769d YARN-1050. Document the Fair Scheduler REST API. (Kenji Kikushima and Roman Shaposhnik via kasha) (cherry picked from commit 96473bdc2b090c13708fd467fd626621ef1d47eb) Project: http://git-wip-us.apache.org/repos

hadoop git commit: YARN-3271. FairScheduler: Move tests related to max-runnable-apps from TestFairScheduler to TestAppRunnability. (nijel via kasha)

2015-05-08 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 21a07769d - a7d8f2163 YARN-3271. FairScheduler: Move tests related to max-runnable-apps from TestFairScheduler to TestAppRunnability. (nijel via kasha) (cherry picked from commit 2fb44c8aaf7f35f425d80b133a28b1c1f305c3e6) Project

hadoop git commit: YARN-3271. FairScheduler: Move tests related to max-runnable-apps from TestFairScheduler to TestAppRunnability. (nijel via kasha)

2015-05-08 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 96473bdc2 - 2fb44c8aa YARN-3271. FairScheduler: Move tests related to max-runnable-apps from TestFairScheduler to TestAppRunnability. (nijel via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

hadoop git commit: YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha)

2015-04-28 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 fc9e7d7a2 - 4cc38df7d YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha) (cherry picked from commit 8f82970e0c247b37b2bf33aa21f6a39afa07efde) Project: http://git-wip

hadoop git commit: YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha)

2015-04-28 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 439614b0c - 8f82970e0 YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org

hadoop git commit: YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha)

2015-04-28 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2.7 4b9147ef8 - 396c41b1d YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha) (cherry picked from commit 8f82970e0c247b37b2bf33aa21f6a39afa07efde) (cherry picked from

hadoop git commit: MAPREDUCE-6343. JobConf.parseMaximumHeapSizeMB() fails to parse value greater than 2GB expressed in bytes. (Hao Xia via kasha)

2015-04-28 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk bc1bd7e5c - 519092322 MAPREDUCE-6343. JobConf.parseMaximumHeapSizeMB() fails to parse value greater than 2GB expressed in bytes. (Hao Xia via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

[3/3] hadoop git commit: YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha)

2015-04-27 Thread kasha
YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha) (cherry picked from commit 47279c3228185548ed09c36579b420225e4894f5) (cherry picked from commit 4045c41afe440b773d006e962bf8a5eae3fdc284) Project: http://git-wip-us.apache.org

[1/3] hadoop git commit: YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)

2015-04-27 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2.7 176d22b44 - 4ddcc7e5b YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) (cherry picked from commit 6495940eae09418a939882a8955845f9241a6485) (cherry picked from commit

[2/3] hadoop git commit: YARN-3516. killing ContainerLocalizer action doesn't take effect when private localizer receives FETCH_FAILURE status. Contributed by zhihai xu

2015-04-27 Thread kasha
@@ -38,6 +38,10 @@ Release 2.7.1 - UNRELEASED YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) +YARN-3516. killing ContainerLocalizer action doesn't take effect when +private localizer receives FETCH_FAILURE status.(zhihai xu via xgong

hadoop git commit: Update CHANGES.txt - Pulled in YARN-3465, YARN-3516, and YARN-3464 to branch-2.7 (for 2.7.1)

2015-04-27 Thread kasha
if configured to do so. (Mit Desai via hitesh) -YARN-3465. Use LinkedHashMap to preserve order of resource requests. -(Zhihai Xu via kasha) - YARN-3266. RMContext#inactiveNodes should have NodeId as map key. (Chengbing Liu via jianhe) @@ -209,9 +206,6 @@ Release 2.8.0 - UNRELEASED

hadoop git commit: Update CHANGES.txt - Pulled in YARN-3465, YARN-3516, and YARN-3464 to branch-2.7 (for 2.7.1)

2015-04-27 Thread kasha
to preserve order of resource requests. -(Zhihai Xu via kasha) - YARN-3266. RMContext#inactiveNodes should have NodeId as map key. (Chengbing Liu via jianhe) @@ -257,9 +254,6 @@ Release 2.8.0 - UNRELEASED YARN-3434. Interaction between reservations and userlimit can result

hadoop git commit: YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha)

2015-04-26 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 22b70e7c5 - 47279c322 YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org

hadoop git commit: YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha)

2015-04-26 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 7aa3399cc - 4045c41af YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha) (cherry picked from commit 47279c3228185548ed09c36579b420225e4894f5) Project: http://git-wip

hadoop git commit: Fix up author name to Jun Gong in CHANGES.txt for YARN-3469

2015-04-13 Thread kasha
that are not required. -(Jun Hong via kasha) +(Jun Gong via kasha) BUG FIXES

hadoop git commit: Fix up author name to Jun Gong in CHANGES.txt for YARN-3469

2015-04-13 Thread kasha
/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -119,7 +119,7 @@ Release 2.8.0 - UNRELEASED the entire centos repository. (Ravindra Kumar Naik via raviprak) YARN-3469. ZKRMStateStore: Avoid setting watches that are not required. -(Jun Hong via kasha) +(Jun Gong via kasha

hadoop git commit: YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)

2015-04-09 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 4e099c113 - 53e0bf5c1 YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) (cherry picked from commit 6495940eae09418a939882a8955845f9241a6485) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)

2015-04-09 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 9d8952f97 - 6495940ea YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) 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: YARN-2666. Commit 53959e6

2015-04-07 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 7941cc554 - a12b785ed YARN-2666. Commit 53959e6 (cherry picked from commit 0b5d7d23c469a82cc28a0ff6a4d27e1b3be91394) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-2666. Commit 53959e6

2015-04-07 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 19a4feaf6 - 0b5d7d23c YARN-2666. Commit 53959e6 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b5d7d23 Tree:

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-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

[15/51] [abbrv] hadoop git commit: MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0.

2015-03-25 Thread kasha
MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8770c82a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8770c82a Diff:

[31/51] [abbrv] hadoop git commit: HDFS-3325. When configuring 'dfs.namenode.safemode.threshold-pct' to a value greater or equal to 1 there is mismatch in the UI report (Contributed by J.Andreina)

2015-03-25 Thread kasha
HDFS-3325. When configuring 'dfs.namenode.safemode.threshold-pct' to a value greater or equal to 1 there is mismatch in the UI report (Contributed by J.Andreina) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c6c396fc

[01/51] [abbrv] hadoop git commit: HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B

2015-03-25 Thread kasha
Repository: hadoop Updated Branches: refs/heads/YARN-2139 ddffcd8fa - c906a1de7 http://git-wip-us.apache.org/repos/asf/hadoop/blob/75ead273/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancer.java

[14/51] [abbrv] hadoop git commit: MAPREDUCE-5190. Unnecessary condition test in RandomSampler. Contributed by Jingguo Yao.

2015-03-25 Thread kasha
MAPREDUCE-5190. Unnecessary condition test in RandomSampler. Contributed by Jingguo Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1d5c796d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1d5c796d Diff:

[40/51] [abbrv] hadoop git commit: HDFS-7854. Separate class DataStreamer out of DFSOutputStream. Contributed by Li Bo.

2015-03-25 Thread kasha
http://git-wip-us.apache.org/repos/asf/hadoop/blob/a16bfff7/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java -- diff --git

[33/51] [abbrv] hadoop git commit: Fix CHANGES.txt for HADOOP-11602.

2015-03-25 Thread kasha
Fix CHANGES.txt for HADOOP-11602. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ca5bd16 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3ca5bd16 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3ca5bd16

[25/51] [abbrv] hadoop git commit: HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. Contributed by Lei (Eddy) Xu.

2015-03-25 Thread kasha
HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. Contributed by Lei (Eddy) Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c238ae4 Tree:

[43/51] [abbrv] hadoop git commit: HDFS-6826. Plugin interface to enable delegation of HDFS authorization assertions. Contributed by Arun Suresh.

2015-03-25 Thread kasha
HDFS-6826. Plugin interface to enable delegation of HDFS authorization assertions. Contributed by Arun Suresh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/53a28afe Tree:

[24/51] [abbrv] hadoop git commit: YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha)

2015-03-25 Thread kasha
YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/972f1f1a Tree: http://git-wip-us.apache.org/repos/asf

[27/51] [abbrv] hadoop git commit: HDFS-7884. Fix NullPointerException in BlockSender when the generation stamp provided by the client is larger than the one stored in the datanode. Contributed by Bra

2015-03-25 Thread kasha
HDFS-7884. Fix NullPointerException in BlockSender when the generation stamp provided by the client is larger than the one stored in the datanode. Contributed by Brahma Reddy Battula Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[23/51] [abbrv] hadoop git commit: YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha)

2015-03-25 Thread kasha
YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2bc097cd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2bc097cd Diff

[41/51] [abbrv] hadoop git commit: HDFS-7854. Separate class DataStreamer out of DFSOutputStream. Contributed by Li Bo.

2015-03-25 Thread kasha
HDFS-7854. Separate class DataStreamer out of DFSOutputStream. Contributed by Li Bo. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a16bfff7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a16bfff7 Diff:

[42/51] [abbrv] hadoop git commit: HDFS-7713. Implement mkdirs in the HDFS Web UI. Contributed by Ravi Prakash.

2015-03-25 Thread kasha
HDFS-7713. Implement mkdirs in the HDFS Web UI. 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/e38ef70f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e38ef70f Diff:

[36/51] [abbrv] hadoop git commit: HDFS-7976. Update NFS user guide for mount option 'sync' to minimize or avoid reordered writes. Contributed by Brandon Li

2015-03-25 Thread kasha
HDFS-7976. Update NFS user guide for mount option 'sync' to minimize or avoid reordered writes. Contributed by Brandon Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/51f1f493 Tree:

[02/51] [abbrv] hadoop git commit: HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B

2015-03-25 Thread kasha
HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). 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/75ead273 Tree:

[13/51] [abbrv] hadoop git commit: MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with invisible files/folders. Contributed by Maysam Yabandeh.

2015-03-25 Thread kasha
MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with invisible files/folders. Contributed by Maysam Yabandeh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b46c2bb5 Tree:

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

2015-03-25 Thread kasha
MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/43354290 Tree:

[19/51] [abbrv] hadoop git commit: YARN-3384. TestLogAggregationService.verifyContainerLogs fails after YARN-2777. Contributed by Naganarasimha G R.

2015-03-25 Thread kasha
YARN-3384. TestLogAggregationService.verifyContainerLogs fails after YARN-2777. Contributed by Naganarasimha G R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/82eda771 Tree:

[37/51] [abbrv] hadoop git commit: HDFS-7875. Improve log message when wrong value configured for dfs.datanode.failed.volumes.tolerated. Contributed by Nijel.

2015-03-25 Thread kasha
HDFS-7875. Improve log message when wrong value configured for dfs.datanode.failed.volumes.tolerated. Contributed by Nijel. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eda02540 Tree:

[51/51] [abbrv] hadoop git commit: YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha)

2015-03-25 Thread kasha
YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c906a1de Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c906a1de Diff: http://git-wip

[35/51] [abbrv] hadoop git commit: HDFS-7961. Trigger full block report after hot swapping disk. Contributed by Eddy Xu.

2015-03-25 Thread kasha
HDFS-7961. Trigger full block report after hot swapping disk. Contributed by Eddy Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6413d349 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6413d349 Diff:

[30/51] [abbrv] hadoop git commit: YARN-1880. Cleanup TestApplicationClientProtocolOnHA. Contributed by ozawa.

2015-03-25 Thread kasha
YARN-1880. Cleanup TestApplicationClientProtocolOnHA. Contributed by ozawa. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fbceb3b4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fbceb3b4 Diff:

[39/51] [abbrv] hadoop git commit: HDFS-7977. NFS couldn't take percentile intervals. Contributed by Brandon Li

2015-03-25 Thread kasha
HDFS-7977. NFS couldn't take percentile intervals. Contributed by Brandon Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/570a83ae Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/570a83ae Diff:

[20/51] [abbrv] hadoop git commit: HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts. Contributed by Brandon Li

2015-03-25 Thread kasha
HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts. Contributed by Brandon Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/36af4a91 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/36af4a91

[32/51] [abbrv] hadoop git commit: HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena.

2015-03-25 Thread kasha
HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. 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/6e891a92 Tree:

[38/51] [abbrv] hadoop git commit: YARN-3383. AdminService should use warn instead of info to log exception when operation fails. (Li Lu via wangda)

2015-03-25 Thread kasha
-yarn-project/CHANGES.txt index 8a5e142..6a495d9 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -103,6 +103,9 @@ Release 2.8.0 - UNRELEASED YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha) +YARN-3383

[45/51] [abbrv] hadoop git commit: HADOOP-11741. Add LOG.isDebugEnabled() guard for some LOG.debug(). Contributed by Walter Su.

2015-03-25 Thread kasha
HADOOP-11741. Add LOG.isDebugEnabled() guard for some LOG.debug(). Contributed by Walter Su. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5582b0f1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5582b0f1 Diff:

[21/51] [abbrv] hadoop git commit: MAPREDUCE-6242. Progress report log is incredibly excessive in application master. Contributed by Varun Saxena.

2015-03-25 Thread kasha
MAPREDUCE-6242. Progress report log is incredibly excessive in application master. 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/7e6f384d Tree:

[50/51] [abbrv] hadoop git commit: YARN-2213. Change proxy-user cookie log in AmIpFilter to DEBUG. Contributed by Varun Saxena

2015-03-25 Thread kasha
YARN-2213. Change proxy-user cookie log in AmIpFilter to DEBUG. 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/e556198e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e556198e Diff:

[29/51] [abbrv] hadoop git commit: HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov.

2015-03-25 Thread kasha
HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/970ee3fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/970ee3fc Diff:

[44/51] [abbrv] hadoop git commit: HDFS-7985. WebHDFS should be always enabled. Contributed by Li Lu.

2015-03-25 Thread kasha
HDFS-7985. WebHDFS should be always enabled. 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/80278a5f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/80278a5f Diff:

[08/51] [abbrv] hadoop git commit: YARN-3345. Add non-exclusive node label API. Contributed by Wangda Tan

2015-03-25 Thread kasha
http://git-wip-us.apache.org/repos/asf/hadoop/blob/e1feb4ea/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/nodelabels/TestCommonNodeLabelsManager.java -- diff --git

[09/51] [abbrv] hadoop git commit: YARN-3345. Add non-exclusive node label API. Contributed by Wangda Tan

2015-03-25 Thread kasha
YARN-3345. Add non-exclusive node label API. Contributed by Wangda Tan Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e1feb4ea Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e1feb4ea Diff:

[49/51] [abbrv] hadoop git commit: MAPREDUCE-6292. Use org.junit package instead of junit.framework in TestCombineFileInputFormat. (aajisaka)

2015-03-25 Thread kasha
MAPREDUCE-6292. Use org.junit package instead of junit.framework in TestCombineFileInputFormat. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c770df49 Tree:

[46/51] [abbrv] hadoop git commit: HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to unclosed stream. (ozawa)

2015-03-25 Thread kasha
HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to unclosed stream. (ozawa) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b351086f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b351086f Diff:

[17/51] [abbrv] hadoop git commit: MAPREDUCE-6287. Deprecated methods in org.apache.hadoop.examples.Sort. Contributed by Chao Zhang.

2015-03-25 Thread kasha
MAPREDUCE-6287. Deprecated methods in org.apache.hadoop.examples.Sort. Contributed by Chao Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b375d1fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b375d1fc

[11/51] [abbrv] hadoop git commit: MAPREDUCE-6213. NullPointerException caused by job history server addr not resolvable. Contributed by Peng Zhang.

2015-03-25 Thread kasha
MAPREDUCE-6213. NullPointerException caused by job history server addr not resolvable. Contributed by Peng Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e1e09052 Tree:

[18/51] [abbrv] hadoop git commit: HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki.

2015-03-25 Thread kasha
and MutableStat. (kasha) +HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be +specified. (Kengo Seki via ozawa) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b9f12c8/hadoop-common-project/hadoop-nfs/pom.xml

[04/51] [abbrv] hadoop git commit: YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to fully qualified path. Contributed by Xuan Gong

2015-03-25 Thread kasha
-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -83,6 +83,9 @@ Release 2.8.0 - UNRELEASED YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha) +YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to +fully qualified path

[22/51] [abbrv] hadoop git commit: YARN-3336. FileSystem memory leak in DelegationTokenRenewer.

2015-03-25 Thread kasha
YARN-3336. FileSystem memory leak in DelegationTokenRenewer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6ca1f120 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6ca1f120 Diff:

[10/51] [abbrv] hadoop git commit: MAPREDUCE-6239. Consolidate TestJobConf classes in hadoop-mapreduce-client-jobclient and hadoop-mapreduce-client-core. Contributed by Varun Saxena.

2015-03-25 Thread kasha
MAPREDUCE-6239. Consolidate TestJobConf classes in hadoop-mapreduce-client-jobclient and hadoop-mapreduce-client-core. 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/7a678db3 Tree:

[06/51] [abbrv] hadoop git commit: HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)

2015-03-25 Thread kasha
HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fe5c23b6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fe5c23b6 Diff

hadoop git commit: YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha)

2015-03-25 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk e556198e7 - c906a1de7 YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c906a1de Tree: http://git

hadoop git commit: YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha) (cherry picked from commit c906a1de7280dabd9d9d8b6aeaa060898e6d17b6)

2015-03-25 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 0c4fa872b - 2158cd2be YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha) (cherry picked from commit c906a1de7280dabd9d9d8b6aeaa060898e6d17b6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http

[28/51] [abbrv] hadoop git commit: HDFS-7960. The full block report should prune zombie storages even if they're not empty. Contributed by Colin McCabe and Eddy Xu.

2015-03-25 Thread kasha
HDFS-7960. The full block report should prune zombie storages even if they're not empty. Contributed by Colin McCabe and Eddy Xu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50ee8f4e Tree:

[16/51] [abbrv] hadoop git commit: MAPREDUCE-5448. Addendum fix to remove deprecation warning by junit.Assert import in TestFileOutputCommitter.

2015-03-25 Thread kasha
MAPREDUCE-5448. Addendum fix to remove deprecation warning by junit.Assert import in TestFileOutputCommitter. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4cd54d9a Tree:

[26/51] [abbrv] hadoop git commit: YARN-3393. Getting application(s) goes wrong when app finishes before starting the attempt. Contributed by Zhijie Shen

2015-03-25 Thread kasha
YARN-3393. Getting application(s) goes wrong when app finishes before starting the attempt. Contributed by Zhijie Shen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9fae455e Tree:

[07/51] [abbrv] hadoop git commit: YARN-3350. YARN RackResolver spams logs with messages at info level. Contributed by Wilfred Spiegelenburg

2015-03-25 Thread kasha
YARN-3350. YARN RackResolver spams logs with messages at info level. Contributed by Wilfred Spiegelenburg Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7f1e2f99 Tree:

[03/51] [abbrv] hadoop git commit: MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter)

2015-03-25 Thread kasha
MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4f7e250 Tree:

hadoop git commit: YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha)

2015-03-23 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 75591e413 - 4e0c48703 YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha) (cherry picked from commit 972f1f1ab94a26ec446a272ad030fe13f03ed442) Project: http://git-wip

hadoop git commit: YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha)

2015-03-23 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 6ca1f1202 - 2bc097cd1 YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha) 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: YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha)

2015-03-23 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 2bc097cd1 - 972f1f1ab YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org

hadoop git commit: YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha)

2015-03-23 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 342c525ea - 75591e413 YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha) (cherry picked from commit 2bc097cd14692e6ceb06bff959f28531534eb307) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)

2015-03-20 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 586348e4c - fe5c23b67 HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha) 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-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)

2015-03-20 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 a3a155a34 - 3672ae8a7 HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha) (cherry picked from commit fe5c23b670c773145b87fecfaf9191536e9f1c51) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)

2015-03-18 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 8c40e88d5 - 20b49224e YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/20b49224 Tree

hadoop git commit: YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)

2015-03-18 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 8eb97ea14 - 05627dd96 YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha) (cherry picked from commit 20b49224eb90c796f042ac4251508f3979fd4787) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit

hadoop git commit: Revert YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)

2015-03-17 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk d8846707c - 32b433045 Revert YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha) This reverts commit c2b185def846f5577a130003a533b9c377b58fab. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git

hadoop git commit: Revert YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)

2015-03-17 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 455d4aa8a - 1e77d92d6 Revert YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha) This reverts commit c2b185def846f5577a130003a533b9c377b58fab. (cherry picked from commit 32b43304563c2430c00bc3e142a962d2bc5f4d58

hadoop git commit: Revert YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)

2015-03-17 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2.7 d2dad7442 - 47e6fc2bf Revert YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha) This reverts commit c2b185def846f5577a130003a533b9c377b58fab. (cherry picked from commit 32b43304563c2430c00bc3e142a962d2bc5f4d58

hadoop git commit: MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk ed70fa142 - c66c3ac6b MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 b2ccf54c1 - f4d6c5e33 MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha) (cherry picked from commit c66c3ac6bf9f63177279feec3f2917e4b882e2bc) Project: http://git-wip

hadoop git commit: YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 722b47946 - 53947f37c YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/53947f37 Tree

hadoop git commit: YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 430b53718 - 22426a1c9 YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 ada545d3b - 721d7b574 YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha) (cherry picked from commit 22426a1c9f4bd616558089b6862fd34ab42d19a7) Project: http://git-wip-us.apache.org

hadoop git commit: YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 f85530f64 - 1749094fa YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha) (cherry picked from commit 53947f37c7a84a84ef4ab1a3cab63ff27c078385) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk ded0200e9 - 8d88691d1 YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

hadoop git commit: YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha)

2015-03-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 f9a2007af - 0d62e9488 YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha) (cherry picked from commit 8d88691d162f87f95c9ed7e0a569ef08e8385d4f) Project: http

hadoop git commit: MAPREDUCE-6223. TestJobConf#testNegativeValueForTaskVmem failures. (Varun Saxena via kasha)

2015-02-26 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk c6d5b37a1 - 1047c883b MAPREDUCE-6223. TestJobConf#testNegativeValueForTaskVmem failures. (Varun Saxena via kasha) 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: MAPREDUCE-6234. TestHighRamJob fails due to the change in MAPREDUCE-5785. (Masatake Iwasaki via kasha)

2015-02-17 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 043e44bc3 - 409113d8f MAPREDUCE-6234. TestHighRamJob fails due to the change in MAPREDUCE-5785. (Masatake Iwasaki via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)

2015-02-12 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 58cb9f529 - c2b185def YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c2b185de Tree: http://git

hadoop git commit: YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)

2015-02-12 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 1be2d64dd - fcfbdf644 YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha) (cherry picked from commit c2b185def846f5577a130003a533b9c377b58fab) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http

hadoop git commit: YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha)

2015-02-08 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 1e49b40f1 - 1cb1c8b61 YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha) (cherry picked from commit 7e42088abf230dce9c63497d0937fee4f9a1e4a5

hadoop git commit: YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha)

2015-02-08 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 1382ae525 - 7e42088ab YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git

hadoop git commit: HADOOP-11492. Bump up curator version to 2.7.1. (Arun Suresh and Karthik Kambatla via kasha) (cherry picked from commit 55235d28c3641ff5f1c05c53dd7271cafc131926)

2015-02-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 c330bca83 - fcf3dc597 HADOOP-11492. Bump up curator version to 2.7.1. (Arun Suresh and Karthik Kambatla via kasha) (cherry picked from commit 55235d28c3641ff5f1c05c53dd7271cafc131926) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HADOOP-11492. Bump up curator version to 2.7.1. (Arun Suresh and Karthik Kambatla via kasha)

2015-02-04 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk e04e8fa81 - 55235d28c HADOOP-11492. Bump up curator version to 2.7.1. (Arun Suresh and Karthik Kambatla via kasha) 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: YARN-1393. SLS: Add how-to-use instructions. (Wei Yan via kasha)

2015-02-03 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 5bd984691 - c559df221 YARN-1393. SLS: Add how-to-use instructions. (Wei Yan via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c559df22 Tree: http://git-wip

hadoop git commit: YARN-1393. SLS: Add how-to-use instructions. (Wei Yan via kasha)

2015-02-03 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 205e15c4a - c981b040b YARN-1393. SLS: Add how-to-use instructions. (Wei Yan via kasha) (cherry picked from commit c559df2219f4049f2412fba8ad031c434d9e82b6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git

<    2   3   4   5   6   7   8   9   10   11   >