[2/2] git commit: HDFS-6609. Use DirectorySnapshottableFeature to represent a snapshottable directory. Contributed by Jing Zhao.

2014-09-04 Thread jing9
HDFS-6609. Use DirectorySnapshottableFeature to represent a snapshottable directory. Contributed by Jing Zhao. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1608631 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] HDFS-6609. Use DirectorySnapshottableFeature to represent a snapshottable directory. Contributed by Jing Zhao.

2014-09-04 Thread jing9
Repository: hadoop Updated Branches: refs/heads/branch-2 7b287d5ba - b68818c4f http://git-wip-us.apache.org/repos/asf/hadoop/blob/b68818c4/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/SnapshotManager.java

[1/2] git commit: HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu)

2014-09-04 Thread tucu
Repository: hadoop Updated Branches: refs/heads/trunk 8f1a66857 - 70b218748 HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/41f1662d Tree:

[2/2] git commit: HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu)

2014-09-04 Thread tucu
HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/70b21874 Tree:

[2/2] git commit: HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu)

2014-09-04 Thread tucu
HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dc2e3878 Tree:

[1/2] git commit: HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu)

2014-09-04 Thread tucu
Repository: hadoop Updated Branches: refs/heads/branch-2 b68818c4f - dc2e38780 HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dd55461c Tree:

git commit: HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu)

2014-09-04 Thread tucu
Repository: hadoop Updated Branches: refs/heads/branch-2 dc2e38780 - 2267ba1af HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu)

2014-09-04 Thread tucu
Repository: hadoop Updated Branches: refs/heads/trunk 70b218748 - b69a48c98 HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles)

2014-09-04 Thread jeagles
Repository: hadoop Updated Branches: refs/heads/trunk b69a48c98 - 91d45f0f0 YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles)

2014-09-04 Thread jeagles
Repository: hadoop Updated Branches: refs/heads/branch-2 2267ba1af - 7e7603927 YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles) (cherry picked from commit 91d45f0f017281c8ab7ac858aa5d618accb9ea44) Project:

git commit: Fixing HDFS CHANGES.txt, missing HDFS-6905 entry

2014-09-04 Thread tucu
Repository: hadoop Updated Branches: refs/heads/trunk 91d45f0f0 - 1a0953614 Fixing HDFS CHANGES.txt, missing HDFS-6905 entry Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1a095361 Tree:

git commit: HDFS-6905. fs-encryption merge triggered release audit failures. (clamb via tucu)

2014-09-04 Thread tucu
Repository: hadoop Updated Branches: refs/heads/branch-2 7e7603927 - 5dc45d529 HDFS-6905. fs-encryption merge triggered release audit failures. (clamb via tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5dc45d52

git commit: HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth.

2014-09-04 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/trunk 1a0953614 - b44b2ee4a HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth.

2014-09-04 Thread cnauroth
Repository: hadoop Updated Branches: refs/heads/branch-2 5dc45d529 - c03536533 HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth. (cherry picked from commit b44b2ee4adb78723c221a7da8fd35ed011d0905c) Project:

git commit: MAPREDUCE-6063. Correct spill size calculation for spills wrapping the circular buffer. Contributed by zhihai xu

2014-09-04 Thread cdouglas
Repository: hadoop Updated Branches: refs/heads/branch-1 26329c316 - 38fd9e8d6 MAPREDUCE-6063. Correct spill size calculation for spills wrapping the circular buffer. Contributed by zhihai xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[Hadoop Wiki] Update of ProtocolBuffers by ArpitAgarwal

2014-09-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The ProtocolBuffers page has been changed by ArpitAgarwal: https://wiki.apache.org/hadoop/ProtocolBuffers?action=diffrev1=4rev2=5 One criticism of both !ProtocolBuffers and Thrift

git commit: HDFS-6961. Archival Storage: BlockPlacementPolicy#chooseTarget should check each valid storage type in each choosing round.

2014-09-04 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 45d5b1325 - e08701ec7 HDFS-6961. Archival Storage: BlockPlacementPolicy#chooseTarget should check each valid storage type in each choosing round. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/2] git commit: YARN-2431. NM restart: cgroup is not removed for reacquired containers. Contributed by Jason Lowe (cherry picked from commit 3fa5f728c4d6944302621965d6a0376827af5b51)

2014-09-04 Thread jlowe
YARN-2431. NM restart: cgroup is not removed for reacquired containers. Contributed by Jason Lowe (cherry picked from commit 3fa5f728c4d6944302621965d6a0376827af5b51) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/2] git commit: YARN-2431. NM restart: cgroup is not removed for reacquired containers. Contributed by Jason Lowe

2014-09-04 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 c03536533 - 04d325aff refs/heads/trunk b44b2ee4a - 3fa5f728c YARN-2431. NM restart: cgroup is not removed for reacquired containers. Contributed by Jason Lowe Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[Hadoop Wiki] Update of HowToContribute by ArpitAgarwal

2014-09-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The HowToContribute page has been changed by ArpitAgarwal: https://wiki.apache.org/hadoop/HowToContribute?action=diffrev1=96rev2=97 Comment: Remove some duplicated content, point to

git commit: YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles.

2014-09-04 Thread zjshen
Repository: hadoop Updated Branches: refs/heads/trunk 3fa5f728c - 51a4faf52 YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles.

2014-09-04 Thread zjshen
Repository: hadoop Updated Branches: refs/heads/branch-2 04d325aff - 1e40cbba7 YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles. (cherry picked from commit 51a4faf52199b181471d591a9fde900fc166fc48) Project:

[Hadoop Wiki] Update of HowToCommit by ArpitAgarwal

2014-09-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The HowToCommit page has been changed by ArpitAgarwal: https://wiki.apache.org/hadoop/HowToCommit?action=diffrev1=23rev2=24 The list of submitted patches is in the

[Hadoop Wiki] Update of HowToContribute by ArpitAgarwal

2014-09-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Hadoop Wiki for change notification. The HowToContribute page has been changed by ArpitAgarwal: https://wiki.apache.org/hadoop/HowToContribute?action=diffrev1=98rev2=99 Should your patch receive a -1 from the Hudson

git commit: HDFS-6996. SnapshotDiff report can hit IndexOutOfBoundsException when there are nested renamed directory/file. Contributed by Jing Zhao.

2014-09-04 Thread jing9
Repository: hadoop Updated Branches: refs/heads/trunk 51a4faf52 - f7df24bb1 HDFS-6996. SnapshotDiff report can hit IndexOutOfBoundsException when there are nested renamed directory/file. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6848. Lack of synchronization on access to datanodeUuid in DataStorage#format. (Contributed by Xiaoyu Yao)

2014-09-04 Thread arp
Repository: hadoop Updated Branches: refs/heads/branch-2 1e40cbba7 - 0bbeb8093 HDFS-6848. Lack of synchronization on access to datanodeUuid in DataStorage#format. (Contributed by Xiaoyu Yao) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6996. SnapshotDiff report can hit IndexOutOfBoundsException when there are nested renamed directory/file. Contributed by Jing Zhao.

2014-09-04 Thread jing9
Repository: hadoop Updated Branches: refs/heads/branch-2 0bbeb8093 - 2363bad79 HDFS-6996. SnapshotDiff report can hit IndexOutOfBoundsException when there are nested renamed directory/file. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6886. Use single editlog record for creating file + overwrite. Contributed by Yi Liu.

2014-09-04 Thread jing9
Repository: hadoop Updated Branches: refs/heads/trunk f7df24bb1 - 610452036 HDFS-6886. Use single editlog record for creating file + overwrite. Contributed by Yi Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6886. Use single editlog record for creating file + overwrite. Contributed by Yi Liu.

2014-09-04 Thread jing9
Repository: hadoop Updated Branches: refs/heads/branch-2 2363bad79 - b675f3f15 HDFS-6886. Use single editlog record for creating file + overwrite. Contributed by Yi Liu. Conflicts: hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Project:

git commit: HDFS-6714. TestBlocksScheduledCounter#testBlocksScheduledCounter should shutdown cluster (vinayakumarb)

2014-09-04 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 b675f3f15 - 0bd0423ff HDFS-6714. TestBlocksScheduledCounter#testBlocksScheduledCounter should shutdown cluster (vinayakumarb) (cherry picked from commit 772d1fb01e65ca42ef4365d2a9307da6c2448c3f) Project: