[42/50] [abbrv] hadoop git commit: YARN-2859 addendum: move the entry from 2.6.2 to 2.6.3 in hadoop-yarn/CHANGES.txt.

2015-11-20 Thread aengineer
YARN-2859 addendum: move the entry from 2.6.2 to 2.6.3 in hadoop-yarn/CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/866dce4e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/866dce4e Diff: http://git-

[19/50] [abbrv] hadoop git commit: HDFS-9421. NNThroughputBenchmark replication test NPE with -namenode option. Contributed by Mingliang Liu.

2015-11-20 Thread aengineer
HDFS-9421. NNThroughputBenchmark replication test NPE with -namenode option. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a4f62a2d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a4

[24/50] [abbrv] hadoop git commit: MAPREDUCE-6499. Add elapsed time for retired job in JobHistoryServer WebUI. Contributed by Lin Yiqun.

2015-11-20 Thread aengineer
MAPREDUCE-6499. Add elapsed time for retired job in JobHistoryServer WebUI. Contributed by Lin Yiqun. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7f776ff Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a7f776f

[37/50] [abbrv] hadoop git commit: HADOOP-12582. Using BytesWritable's getLength() and getBytes() instead of get() and getSize(). Contributed by Akira AJISAKA.

2015-11-20 Thread aengineer
HADOOP-12582. Using BytesWritable's getLength() and getBytes() instead of get() and getSize(). 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/bd166f0e Tree: http://git-wip-us.apache.org/repos/

[12/50] [abbrv] hadoop git commit: HDFS-9410. Some tests should always reset sysout and syserr. Contributed by Xiao Chen.

2015-11-20 Thread aengineer
HDFS-9410. Some tests should always reset sysout and syserr. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cccf8848 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cccf8848 Diff: http://

[15/50] [abbrv] hadoop git commit: Move HADOOP-11361, HADOOP-12348 and HADOOP-12482 from 2.8.0 to 2.7.3 in CHANGES.txt for backporting.

2015-11-20 Thread aengineer
Move HADOOP-11361, HADOOP-12348 and HADOOP-12482 from 2.8.0 to 2.7.3 in CHANGES.txt for backporting. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c753617a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c753617a

[29/50] [abbrv] hadoop git commit: HADOOP-12568. Update core-default.xml to describe posixGroups support. Contributed by Wei-Chiu Chuang.

2015-11-20 Thread aengineer
HADOOP-12568. Update core-default.xml to describe posixGroups support. Contributed by Wei-Chiu Chuang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4a3b8f1e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4a3b8f

[30/50] [abbrv] hadoop git commit: Moved HADOOP-8419 in CHANGES.txt from 3.0.0 to 2.8.0.

2015-11-20 Thread aengineer
Moved HADOOP-8419 in CHANGES.txt from 3.0.0 to 2.8.0. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/169921e8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/169921e8 Diff: http://git-wip-us.apache.org/repos/asf/ha

[36/50] [abbrv] hadoop git commit: move fix version of YARN-4287 from 2.8.0 to 2.7.3

2015-11-20 Thread aengineer
move fix version of YARN-4287 from 2.8.0 to 2.7.3 (cherry picked from commit 3504d0e79568fc10dd9f6f86dbff93a6b13d0f80) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/23a130ab Tree: http://git-wip-us.apache.org/repos/asf/ha

[32/50] [abbrv] hadoop git commit: HADOOP-12564. Upgrade JUnit3 TestCase to JUnit 4 in org.apache.hadoop.io package. Contributed by Dustin Cote.

2015-11-20 Thread aengineer
HADOOP-12564. Upgrade JUnit3 TestCase to JUnit 4 in org.apache.hadoop.io package. Contributed by Dustin Cote. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/989b9e3e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[43/50] [abbrv] hadoop git commit: HADOOP-11901. BytesWritable fails to support 2G chunks due to integer overflow. Contributed by Reynold Xin.

2015-11-20 Thread aengineer
HADOOP-11901. BytesWritable fails to support 2G chunks due to integer overflow. Contributed by Reynold Xin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/747455a1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7

[21/50] [abbrv] hadoop git commit: HDFS-9358. TestNodeCount#testNodeCount timed out. Contributed by Masatake Iwasaki.

2015-11-20 Thread aengineer
HDFS-9358. TestNodeCount#testNodeCount timed out. Contributed by Masatake Iwasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/621cbb4f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/621cbb4f Diff: http://git-

[22/50] [abbrv] hadoop git commit: Revert "YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan"

2015-11-20 Thread aengineer
Revert "YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > ) Contributed by Mohammad Shahid Khan" This reverts commit 8fbea531d7f7b665f6f55af54c8ebf330118ff37. Conflicts: hadoop-yarn-project/CHANGES.txt Project: http://git-wip-us.a

[10/50] [abbrv] hadoop git commit: HDFS-8968. Erasure coding: a comprehensive I/O throughput benchmark tool. Contributed by Rui Li.

2015-11-20 Thread aengineer
HDFS-8968. Erasure coding: a comprehensive I/O throughput benchmark tool. Contributed by Rui Li. Change-Id: I01ff5b04727fd79e6373582d4815c5e7b2096c67 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7b00c8e2 Tree: http://gi

[34/50] [abbrv] hadoop git commit: HDFS-9400. TestRollingUpgradeRollback fails on branch-2. Contributed by Brahma Reddy Battula.

2015-11-20 Thread aengineer
HDFS-9400. TestRollingUpgradeRollback fails on branch-2. 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/bad2afe3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bad2afe3 Diff:

[40/50] [abbrv] hadoop git commit: HDFS-8056. Decommissioned dead nodes should continue to be counted as dead after NN restart. (mingma)

2015-11-20 Thread aengineer
HDFS-8056. Decommissioned dead nodes should continue to be counted as dead after NN restart. (mingma) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1c4951a7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1c4951a

[27/50] [abbrv] hadoop git commit: YARN-4184. Remove update reservation state api from state store as its not used by ReservationSystem (Sean Po via asuresh)

2015-11-20 Thread aengineer
YARN-4184. Remove update reservation state api from state store as its not used by ReservationSystem (Sean Po via asuresh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6a61928f Tree: http://git-wip-us.apache.org/repos/as

[48/50] [abbrv] hadoop git commit: YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda)

2015-11-20 Thread aengineer
YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2346fa31 Tree: http://git-wip-us.ap

[26/50] [abbrv] hadoop git commit: HDFS-9252. Change TestFileTruncate to use FsDatasetTestUtils to get block file size and genstamp. (Lei (Eddy) Xu via cmccabe)

2015-11-20 Thread aengineer
HDFS-9252. Change TestFileTruncate to use FsDatasetTestUtils to get block file size and genstamp. (Lei (Eddy) Xu via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dfbde3fc Tree: http://git-wip-us.apache.org/repos

[38/50] [abbrv] hadoop git commit: HADOOP-12575. Add build instruction for docker toolbox instead of boot2docker. Contributed by Kai Sasaki.

2015-11-20 Thread aengineer
HADOOP-12575. Add build instruction for docker toolbox instead of boot2docker. 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/25e82b4e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/25e

[25/50] [abbrv] hadoop git commit: Move HDFS-8615 from 2.8.0 to 2.6.3 in CHANGES.txt.

2015-11-20 Thread aengineer
Move HDFS-8615 from 2.8.0 to 2.6.3 in CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b82a6cee Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b82a6cee Diff: http://git-wip-us.apache.org/repos/asf/hadoo

[09/50] [abbrv] hadoop git commit: YARN-4347. Resource manager fails with Null pointer exception. (Jian He via wangda)

2015-11-20 Thread aengineer
YARN-4347. Resource manager fails with Null pointer exception. (Jian He via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7f55a180 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7f55a180 Diff: http://git

[06/50] [abbrv] hadoop git commit: YARN-4345. yarn rmadmin -updateNodeResource doesn't work. Contributed by Junping Du

2015-11-20 Thread aengineer
YARN-4345. yarn rmadmin -updateNodeResource doesn't work. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/06a70311 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/06a70311 Diff: http://git

[45/50] [abbrv] hadoop git commit: HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.

2015-11-20 Thread aengineer
HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8e03e855 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tre

[44/50] [abbrv] hadoop git commit: HDFS-9439. Include status of closeAck into exception message in DataNode#run. (Xiao Chen via Yongjun Zhang)

2015-11-20 Thread aengineer
HDFS-9439. Include status of closeAck into exception message in DataNode#run. (Xiao Chen via Yongjun Zhang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/31dc5c65 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3

[17/50] [abbrv] hadoop git commit: HDFS-9413. getContentSummary() on standby should throw StandbyException. (Brahma Reddy Battula via mingma)

2015-11-20 Thread aengineer
HDFS-9413. getContentSummary() on standby should throw StandbyException. (Brahma Reddy Battula via mingma) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02653add Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/02

[47/50] [abbrv] hadoop git commit: YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li

2015-11-20 Thread aengineer
YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/060cdcbe Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/060cdcbe Diff: http://g

[28/50] [abbrv] hadoop git commit: HADOOP-12567. NPE in SaslRpcServer. Contributed by Sergey Shelukhin.

2015-11-20 Thread aengineer
HADOOP-12567. NPE in SaslRpcServer. Contributed by Sergey Shelukhin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7fab5c8c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7fab5c8c Diff: http://git-wip-us.apache.o

[49/50] [abbrv] hadoop git commit: move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3

2015-11-20 Thread aengineer
move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3 (cherry picked from commit 08727287dec9eb4be4cb6c281be33c44bee14a91) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a30eccb3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/

[39/50] [abbrv] hadoop git commit: HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii.

2015-11-20 Thread aengineer
HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ac1aa6c8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ac

[11/50] [abbrv] hadoop git commit: YARN-1509. Make AMRMClient support send increase container request and get increased/decreased containers. (Meng Ding via wangda)

2015-11-20 Thread aengineer
YARN-1509. Make AMRMClient support send increase container request and get increased/decreased containers. (Meng Ding via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7ff280fc Tree: http://git-wip-us.apache.org/r

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

2015-11-20 Thread aengineer
Merge branch 'trunk' into HDFS-7240 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7a7fd5e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e7a7fd5e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e7a7fd5e

[18/50] [abbrv] hadoop git commit: HDFS-9387. Fix namenodeUri parameter parsing in NNThroughputBenchmark. Contributed by Mingliang Liu.

2015-11-20 Thread aengineer
HDFS-9387. Fix namenodeUri parameter parsing in NNThroughputBenchmark. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2701f2d2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2701f2d2

[14/50] [abbrv] hadoop git commit: Move HADOOP-12374 from 2.8.0 to 2.7.3 in CHANGES.txt.

2015-11-20 Thread aengineer
Move HADOOP-12374 from 2.8.0 to 2.7.3 in CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/47c79a2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/47c79a2a Diff: http://git-wip-us.apache.org/repos/asf/ha

[31/50] [abbrv] hadoop git commit: HADOOP-12564. Upgrade JUnit3 TestCase to JUnit 4 in org.apache.hadoop.io package. Contributed by Dustin Cote.

2015-11-20 Thread aengineer
http://git-wip-us.apache.org/repos/asf/hadoop/blob/989b9e3e/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileUnsortedByteArrays.java -- diff --git a/hadoop-common-project/hadoop-common/src

[16/50] [abbrv] hadoop git commit: YARN-4354. Public resource localization fails with NPE. Contributed by Jason Lowe.

2015-11-20 Thread aengineer
YARN-4354. Public resource localization fails with NPE. Contributed by Jason Lowe. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/855d5292 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/855d5292 Diff: http://git-

[23/50] [abbrv] hadoop git commit: HDFS-9397. Fix typo for readChecksum() LOG.warn in BlockSender.java. (Contributed by Enrique Flores)

2015-11-20 Thread aengineer
HDFS-9397. Fix typo for readChecksum() LOG.warn in BlockSender.java. (Contributed by Enrique Flores) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/007c6ce1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/007c6ce1

[02/50] [abbrv] hadoop git commit: MAPREDUCE-6533. testDetermineCacheVisibilities of TestClientDistributedCacheManager is broken. Contributed by Chang Li

2015-11-20 Thread aengineer
MAPREDUCE-6533. testDetermineCacheVisibilities of TestClientDistributedCacheManager is broken. Contributed by Chang Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/df68eac8 Tree: http://git-wip-us.apache.org/repos/asf/ha

[46/50] [abbrv] hadoop git commit: HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter.

2015-11-20 Thread aengineer
HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/45391311 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/45391311 Di

[33/50] [abbrv] hadoop git commit: Update CHANGES.txt to reflect commit of MR-6377 to branch-2.7 and branch-2.6.

2015-11-20 Thread aengineer
Update CHANGES.txt to reflect commit of MR-6377 to branch-2.7 and branch-2.6. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/be9f3bba Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/be9f3bba Diff: http://git-wip-us

[41/50] [abbrv] hadoop git commit: YARN-2859.addendum: fix the remaining issue from the previous patch

2015-11-20 Thread aengineer
YARN-2859.addendum: fix the remaining issue from the previous patch Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f114e728 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f114e728 Diff: http://git-wip-us.apache.or

[35/50] [abbrv] hadoop git commit: YARN-4279. Mark ApplicationId and ApplicationAttemptId static methods as @Public, @Unstable. (stevel)

2015-11-20 Thread aengineer
YARN-4279. Mark ApplicationId and ApplicationAttemptId static methods as @Public, @Unstable. (stevel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/253e0404 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/253e040

[03/50] [abbrv] hadoop git commit: YARN-4183. Reverting the patch to fix behaviour change. Revert "YARN-4183. Enabling generic application history forces every job to get a timeline service delegation

2015-11-20 Thread aengineer
YARN-4183. Reverting the patch to fix behaviour change. Revert "YARN-4183. Enabling generic application history forces every job to get a timeline service delegation token (jeagles)" This reverts commit c293c58954cdab25c8c69418b0e839883b563fa4. Project: http://git-wip-us.apache.org/repos/asf/ha

[07/50] [abbrv] hadoop git commit: HADOOP-12562. Make hadoop dockerfile usable by Yetus. Contributed by Allen Wittenauer.

2015-11-20 Thread aengineer
HADOOP-12562. Make hadoop dockerfile usable by Yetus. Contributed by Allen Wittenauer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0ca8df71 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0ca8df71 Diff: http://

[20/50] [abbrv] hadoop git commit: MAPREDUCE-5485. Allow repeating job commit by extending OutputCommitter API. Contributed by Junping Du

2015-11-20 Thread aengineer
MAPREDUCE-5485. Allow repeating job commit by extending OutputCommitter API. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6502d59e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6502d5

[13/50] [abbrv] hadoop git commit: HADOOP-12545. Hadoop javadoc has broken links for AccessControlList, ImpersonationProvider, DefaultImpersonationProvider, and DistCp. Contributed by Arshad Mohammad.

2015-11-20 Thread aengineer
HADOOP-12545. Hadoop javadoc has broken links for AccessControlList, ImpersonationProvider, DefaultImpersonationProvider, and DistCp. Contributed by Arshad Mohammad. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f94d8927

[04/50] [abbrv] hadoop git commit: HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee.

2015-11-20 Thread aengineer
HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a2a104f3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/t

[05/50] [abbrv] hadoop git commit: MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee)

2015-11-20 Thread aengineer
MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9ad708a0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9ad708a0 Diff: http://git-wip-us.apache.org/repos/as

[08/50] [abbrv] hadoop git commit: YARN-4287. Capacity Scheduler: Rack Locality improvement (Nathan Roberts via wangda)

2015-11-20 Thread aengineer
YARN-4287. Capacity Scheduler: Rack Locality improvement (Nathan Roberts via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/796638d9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/796638d9 Diff: http://gi

[01/50] [abbrv] hadoop git commit: Updated CHANGES.txt to move HADOOP-12526 to 2.6.3.

2015-11-20 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 312de -> e7a7fd5ee Updated CHANGES.txt to move HADOOP-12526 to 2.6.3. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d9076975 Tree: http://git-wip-us.apache.

hadoop git commit: move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3

2015-11-20 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 2346fa314 -> a30eccb38 move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3 (cherry picked from commit 08727287dec9eb4be4cb6c281be33c44bee14a91) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repo

hadoop git commit: move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3

2015-11-20 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 cdca460ad -> 08727287d move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08727287 Tree: http://git-wip-us.apache.org/rep

hadoop git commit: YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda)

2015-11-20 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2.7 2ad1386b2 -> c7e23255a YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: ht

hadoop git commit: YARN-3849. Too much of preemption activity causing continuos killing of containers across queues. (Sunil G via wangda)

2015-11-20 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2.7 9074714a1 -> 2ad1386b2 YARN-3849. Too much of preemption activity causing continuos killing of containers across queues. (Sunil G via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apach

hadoop git commit: YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda)

2015-11-20 Thread wangda
Repository: hadoop Updated Branches: refs/heads/branch-2 f3bca8bc1 -> cdca460ad YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda) (cherry picked from commit 2346fa3141bf28f25a90b6a426a1d3a3982e464f) Pr

hadoop git commit: YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda)

2015-11-20 Thread wangda
Repository: hadoop Updated Branches: refs/heads/trunk 060cdcbe5 -> 2346fa314 YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://

hadoop git commit: YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li (cherry picked from commit 060cdcbe5db56383e74e282ac61eedff8248c11b)

2015-11-20 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 eb9296d31 -> 9074714a1 YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li (cherry picked from commit 060cdcbe5db56383e74e282ac61eedff8248c11b) Conflicts: hadoop-yarn-project/hadoop-yarn/had

hadoop git commit: YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li (cherry picked from commit 060cdcbe5db56383e74e282ac61eedff8248c11b)

2015-11-20 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 b7e3f419b -> f3bca8bc1 YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li (cherry picked from commit 060cdcbe5db56383e74e282ac61eedff8248c11b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/re

hadoop git commit: YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li

2015-11-20 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 453913110 -> 060cdcbe5 YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/060cdcbe

hadoop git commit: YARN-4053. Change the way metric values are stored in HBase Storage (Varun Saxena via sjlee)

2015-11-20 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/feature-YARN-2928 28fc7b140 -> a434b77ae YARN-4053. Change the way metric values are stored in HBase Storage (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/had