git commit: HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah.

2014-09-16 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 7e08c0f23 - 0c26412be HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah. (cherry picked from commit 0c26412be4b3ec40130b7200506c957f0402ecbc)

2014-09-16 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 1023196ce - 08abb320a HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah. (cherry picked from commit 0c26412be4b3ec40130b7200506c957f0402ecbc) Project:

git commit: YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev.

2014-09-16 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 0c26412be - 9f6891d9e YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev. Project:

git commit: YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev.

2014-09-16 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 08abb320a - 9d34dc87e YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev. (cherry picked from commit

git commit: YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong

2014-09-16 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk 9f6891d9e - 8e5d6713c YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong

2014-09-16 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 9d34dc87e - 03fdbd789 YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: YARN-1711. Policy to enforce instantaneous and over-time quotas on user reservation. Contributed by Carlo Curino and Subru Krishnan.

2014-09-16 Thread curino
Repository: hadoop Updated Branches: refs/heads/YARN-1051 7800b53c4 - a72071b3d YARN-1711. Policy to enforce instantaneous and over-time quotas on user reservation. Contributed by Carlo Curino and Subru Krishnan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6880. Adding tracing to DataNode data transfer protocol (iwasakims via cmccabe) (cherry picked from commit 56119fec96abbcc44c5dd82fdb694d2c3b53feb3)

2014-09-16 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 03fdbd789 - 9be338911 HDFS-6880. Adding tracing to DataNode data transfer protocol (iwasakims via cmccabe) (cherry picked from commit 56119fec96abbcc44c5dd82fdb694d2c3b53feb3) Project:

git commit: HADOOP-11055. non-daemon pid files are missing (aw)

2014-09-16 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 56119fec9 - ffdb7eb3b HADOOP-11055. non-daemon pid files are missing (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ffdb7eb3 Tree:

git commit: HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu)

2014-09-16 Thread tucu
Repository: hadoop Updated Branches: refs/heads/trunk ffdb7eb3b - 3e85f5b60 HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e85f5b6 Tree:

git commit: HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu)

2014-09-16 Thread tucu
Repository: hadoop Updated Branches: refs/heads/branch-2 9be338911 - 5d897026e HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5d897026 Tree:

[09/10] git commit: HADOOP-11055. non-daemon pid files are missing (aw)

2014-09-16 Thread arp
HADOOP-11055. non-daemon pid files are missing (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ffdb7eb3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ffdb7eb3 Diff:

[05/10] git commit: HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah.

2014-09-16 Thread arp
HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c26412b Tree:

[02/10] HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)

2014-09-16 Thread arp
http://git-wip-us.apache.org/repos/asf/hadoop/blob/932ae036/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestZKSignerSecretProvider.java -- diff --git

[01/10] git commit: HADOOP-11091. Eliminate old configuration parameter names from s3a (dsw via cmccabe)

2014-09-16 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 a7814e1aa - e0d7fb48f HADOOP-11091. Eliminate old configuration parameter names from s3a (dsw via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[07/10] git commit: YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong

2014-09-16 Thread arp
YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8e5d6713 Tree:

[04/10] git commit: HADOOP-10868. Addendum

2014-09-16 Thread arp
HADOOP-10868. Addendum Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7e08c0f2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7e08c0f2 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7e08c0f2 Branch:

[03/10] git commit: HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)

2014-09-16 Thread arp
HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/932ae036 Tree:

[06/10] git commit: YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev.

2014-09-16 Thread arp
YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-7064. Fix unit test failures in HDFS-6581 branch. (Contributed by Xiaoyu Yao)

2014-09-16 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 e0d7fb48f - 4603e4481 HDFS-7064. Fix unit test failures in HDFS-6581 branch. (Contributed by Xiaoyu Yao) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw)

2014-09-16 Thread aw
Repository: hadoop Updated Branches: refs/heads/trunk 3e85f5b60 - 7971c97ec HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7971c97e Tree:

git commit: HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris.

2014-09-16 Thread benoy
Repository: hadoop Updated Branches: refs/heads/trunk 7971c97ec - 02adf7185 HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

git commit: HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris.

2014-09-16 Thread benoy
Repository: hadoop Updated Branches: refs/heads/branch-2 5d897026e - 215216abe HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

git commit: YARN-1712. Plan follower that synchronizes the current state of reservation subsystem with the scheduler. Contributed by Subru Krishnan and Carlo Curino.

2014-09-16 Thread subru
Repository: hadoop Updated Branches: refs/heads/YARN-1051 a72071b3d - 350135e95 YARN-1712. Plan follower that synchronizes the current state of reservation subsystem with the scheduler. Contributed by Subru Krishnan and Carlo Curino. Project:

git commit: HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang)

2014-09-16 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 02adf7185 - 33ce887c2 HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33ce887c Tree:

git commit: HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang)

2014-09-16 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 215216abe - 23f34b75e HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang) (cherry picked from commit 33ce887c20ec806ace02063e42599c3db76b536a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

git commit: HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka.

2014-09-16 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk 33ce887c2 - a044407b5 HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka. Project:

git commit: HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka.

2014-09-16 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 23f34b75e - fcd181bde HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka. (cherry picked from commit

git commit: HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay.

2014-09-16 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk a044407b5 - b6d3230e4 HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6d3230e

git commit: HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay.

2014-09-16 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 fcd181bde - aeac86bc8 HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay. (cherry picked from commit b6d3230e41c78750b6dfd679f24852f22947b5a5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

git commit: HDFS-7052. Archival Storage: Add Mover into hdfs script. Contributed by Jing Zhao.

2014-09-16 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 ece3ecabd - 2e4033e87 HDFS-7052. Archival Storage: Add Mover into hdfs script. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[01/22] git commit: HDFS-7032. Add WebHDFS support for reading and writing to encryption zones. Contributed by Charles Lamb.

2014-09-16 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 2e4033e87 - 432b86371 HDFS-7032. Add WebHDFS support for reading and writing to encryption zones. Contributed by Charles Lamb. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[05/22] git commit: HDFS-7059. HAadmin transtionToActive with forceActive option can show confusing message. Contributed by Rushabh Shah.

2014-09-16 Thread jing9
HDFS-7059. HAadmin transtionToActive with forceActive option can show confusing message. Contributed by Rushabh Shah. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2f847b33 Tree:

[07/22] git commit: HADOOP-11091. Eliminate old configuration parameter names from s3a (dsw via cmccabe)

2014-09-16 Thread jing9
HADOOP-11091. Eliminate old configuration parameter names from s3a (dsw via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0ac760a5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0ac760a5 Diff:

[12/22] git commit: YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev.

2014-09-16 Thread jing9
YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[08/22] HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)

2014-09-16 Thread jing9
http://git-wip-us.apache.org/repos/asf/hadoop/blob/932ae036/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestZKSignerSecretProvider.java -- diff --git

[15/22] git commit: HADOOP-11055. non-daemon pid files are missing (aw)

2014-09-16 Thread jing9
HADOOP-11055. non-daemon pid files are missing (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ffdb7eb3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ffdb7eb3 Diff:

[21/22] git commit: HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay.

2014-09-16 Thread jing9
HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6d3230e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b6d3230e Diff:

[03/22] git commit: YARN-2529. Generic history service RPC interface doesn't work when service authorization is enabled. Contributed by Zhijie Shen

2014-09-16 Thread jing9
YARN-2529. Generic history service RPC interface doesn't work when service authorization is enabled. 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/88e329fd Tree:

[13/22] git commit: YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong

2014-09-16 Thread jing9
YARN-2557. Add a parameter attempt_Failures_Validity_Interval into DistributedShell. Contributed by Xuan Gong Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8e5d6713 Tree:

[02/22] git commit: YARN-2549. TestContainerLaunch fails due to classpath problem with hamcrest classes. Contributed by Chris Nauroth.

2014-09-16 Thread jing9
YARN-2549. TestContainerLaunch fails due to classpath problem with hamcrest classes. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9d4ec97c Tree:

[06/22] git commit: HDFS-6912. SharedFileDescriptorFactory should not allocate sparse files (cmccabe)

2014-09-16 Thread jing9
HDFS-6912. SharedFileDescriptorFactory should not allocate sparse files (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8008f0e8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8008f0e8 Diff:

[17/22] git commit: HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw)

2014-09-16 Thread jing9
HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7971c97e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7971c97e Diff:

[04/22] git commit: YARN-2438. yarn-env.sh cleanup (aw)

2014-09-16 Thread jing9
YARN-2438. yarn-env.sh cleanup (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c8aec43 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0c8aec43 Diff:

[09/22] git commit: HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)

2014-09-16 Thread jing9
HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/932ae036 Tree:

[20/22] git commit: HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka.

2014-09-16 Thread jing9
HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[19/22] git commit: HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang)

2014-09-16 Thread jing9
HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33ce887c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/33ce887c Diff:

[22/22] git commit: Merge changes from trunk

2014-09-16 Thread jing9
Merge changes from trunk Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/432b8637 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/432b8637 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/432b8637 Branch:

[18/22] git commit: HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris.

2014-09-16 Thread jing9
HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02adf718 Tree:

[16/22] git commit: HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu)

2014-09-16 Thread jing9
HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e85f5b6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3e85f5b6 Diff:

[11/22] git commit: HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah.

2014-09-16 Thread jing9
HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c26412b Tree:

git commit: YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen)

2014-09-16 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/trunk b6d3230e4 - 90a0c03f0 YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[3/9] git commit: HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris.

2014-09-16 Thread arp
HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02adf718 Tree:

[8/9] git commit: HDFS-7079. Few more unit test fixes for HDFS-6581. (Arpit Agarwal)

2014-09-16 Thread arp
HDFS-7079. Few more unit test fixes for HDFS-6581. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dcbc4673 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dcbc4673 Diff:

[6/9] git commit: HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay.

2014-09-16 Thread arp
HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6d3230e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b6d3230e Diff:

[1/9] git commit: HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu)

2014-09-16 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 4603e4481 - dcbc46730 HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3e85f5b6 Tree:

[7/9] git commit: Merge branch 'trunk' into HDFS-6581

2014-09-16 Thread arp
Merge branch 'trunk' into HDFS-6581 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a24a9331 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a24a9331 Diff:

[2/9] git commit: HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw)

2014-09-16 Thread arp
HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7971c97e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7971c97e Diff:

[4/9] git commit: HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang)

2014-09-16 Thread arp
HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33ce887c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/33ce887c Diff:

[5/9] git commit: HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka.

2014-09-16 Thread arp
HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[9/9] git commit: YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen)

2014-09-16 Thread arp
YARN-1250. Generic history service should support application-acls. (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/90a0c03f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/90a0c03f

[2/2] git commit: YARN-1250. Addendum (cherry picked from commit 0e7d1dbf9ab732dd04dccaacbf273e9ac437eba5)

2014-09-16 Thread junping_du
YARN-1250. Addendum (cherry picked from commit 0e7d1dbf9ab732dd04dccaacbf273e9ac437eba5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c6b9768b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c6b9768b Diff:

[1/2] git commit: YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen) (cherry picked from commit 90a0c03f0a696d32e871a5da4560828edea8cfa9)

2014-09-16 Thread junping_du
Repository: hadoop Updated Branches: refs/heads/branch-2 aeac86bc8 - c6b9768b3 YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen) (cherry picked from commit 90a0c03f0a696d32e871a5da4560828edea8cfa9) Project:

[4/4] git commit: Merge branch 'trunk' into HDFS-6584

2014-09-16 Thread szetszwo
Merge branch 'trunk' into HDFS-6584 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/aaa7e217 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/aaa7e217 Diff:

[1/4] git commit: YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen)

2014-09-16 Thread szetszwo
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 432b86371 - aaa7e2175 YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/4] git commit: YARN-1250. Addendum

2014-09-16 Thread szetszwo
YARN-1250. Addendum Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0e7d1dbf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0e7d1dbf Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0e7d1dbf Branch:

[3/4] git commit: HDFS-7072. Fix TestBlockManager and TestStorageMover. Contributed by Jing Zhao

2014-09-16 Thread szetszwo
HDFS-7072. Fix TestBlockManager and TestStorageMover. Contributed by Jing Zhao Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bd2e409d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bd2e409d Diff: