git commit: HADOOP-11001. Fix test-patch to work with the git repo. (kasha)

2014-08-27 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2.5.1 cb5db4151 -> 88d1ba005 HADOOP-11001. Fix test-patch to work with the git repo. (kasha) (cherry picked from commit c4c9a784114dba503fa49fd5b6f146479a1f3f18) (cherry picked from commit fc99a6b80da064465b08cc0458a52cdd38c87932) (cherry

git commit: HADOOP-11001. Fix test-patch to work with the git repo. (kasha)

2014-08-27 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2.5 32525d124 -> a503f19e0 HADOOP-11001. Fix test-patch to work with the git repo. (kasha) (cherry picked from commit c4c9a784114dba503fa49fd5b6f146479a1f3f18) (cherry picked from commit fc99a6b80da064465b08cc0458a52cdd38c87932) Project:

git commit: HADOOP-11001. Fix test-patch to work with the git repo. (kasha)

2014-08-27 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 66ba7b2e7 -> fc99a6b80 HADOOP-11001. Fix test-patch to work with the git repo. (kasha) (cherry picked from commit c4c9a784114dba503fa49fd5b6f146479a1f3f18) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

git commit: HADOOP-11001. Fix test-patch to work with the git repo. (kasha)

2014-08-27 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 7a1673119 -> c4c9a7841 HADOOP-11001. Fix test-patch to work with the git repo. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c4c9a784 Tree: http://git-wip-u

Git Push Summary

2014-08-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 84999e35f -> 2e987148e (forced update)

[04/11] git commit: HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a7bcc953 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a7bcc953 Diff: http://git-wip-us.apache.org/rep

[10/11] git commit: HDFS-6927. Initial unit tests for Lazy Persist files. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6927. Initial unit tests for Lazy Persist files. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3f64c4aa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3f64c4aa Diff: http://git-wip-us.apache.

[02/11] git commit: HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c2354a7f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c2354a7f Diff: http://

[06/11] git commit: Temp commit HDFS-6960.01.patch

2014-08-27 Thread arp
Temp commit HDFS-6960.01.patch Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/88857d6c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/88857d6c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/88857d6c Bra

[11/11] git commit: Temp commit HDFS-6931.01.patch

2014-08-27 Thread arp
Temp commit HDFS-6931.01.patch Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/84999e35 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/84999e35 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/84999e35 Bra

[01/11] git commit: HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.

2014-08-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 525de56db -> 84999e35f (forced update) HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit

[03/11] git commit: HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/042b33f2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/042b33f2 Diff

[07/11] git commit: HDFS-6925. DataNode should attempt to place replicas on transient storage first if lazyPersist flag is received. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6925. DataNode should attempt to place replicas on transient storage first if lazyPersist flag is received. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a317bd7b Tree: http://git-wip-us.apache.org/re

[08/11] git commit: HDFS-6929. NN periodically unlinks lazy persist files with missing replicas from namespace. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6929. NN periodically unlinks lazy persist files with missing replicas from namespace. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2e987148 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2

[05/11] git commit: HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7f49537b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7f49537b Diff: http://git-wip-us.apache.org/repos/as

[09/11] git commit: HDFS-6926. DN support for saving replicas to persistent storage and evicting in-memory replicas. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6926. DN support for saving replicas to persistent storage and evicting in-memory replicas. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eb448e14 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/t

git commit: HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2.5.1 c2a49f312 -> cb5db4151 HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard. (cherry picked from commit 7a167311918300b1f00868a83d2f71a1ca88e918) (cherry pic

git commit: HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2.5 32de42e45 -> 32525d124 HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard. (cherry picked from commit 7a167311918300b1f00868a83d2f71a1ca88e918) (cherry picke

git commit: HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 f1ee8cec6 -> 66ba7b2e7 HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard. (cherry picked from commit 7a167311918300b1f00868a83d2f71a1ca88e918) Project: http

git commit: HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 37549576e -> 7a1673119 HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.

git commit: HDFS-6944. Archival Storage: add retry and termination logic for Mover. Contributed by Jing Zhao.

2014-08-27 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 b7ded466b -> a26aa6bd0 HDFS-6944. Archival Storage: add retry and termination logic for Mover. 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

[Hadoop Wiki] Trivial Update of "Hadoop2OnWindows" by ArpitAgarwal

2014-08-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The "Hadoop2OnWindows" page has been changed by ArpitAgarwal: https://wiki.apache.org/hadoop/Hadoop2OnWindows?action=diff&rev1=6&rev2=7 === Format the FileSystem === Format the file

git commit: HDFS-6929. NN periodically unlinks lazy persist files with missing replicas from namespace. (Arpit Agarwal)

2014-08-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 5b2be0dde -> 525de56db HDFS-6929. NN periodically unlinks lazy persist files with missing replicas from namespace. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/

[2/3] git commit: HDFS-6926. DN support for saving replicas to persistent storage and evicting in-memory replicas. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6926. DN support for saving replicas to persistent storage and evicting in-memory replicas. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c569fd20 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/t

[1/3] git commit: HDFS-6925. DataNode should attempt to place replicas on transient storage first if lazyPersist flag is received. (Arpit Agarwal)

2014-08-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 8612590d8 -> 5b2be0dde HDFS-6925. DataNode should attempt to place replicas on transient storage first if lazyPersist flag is received. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip

[3/3] git commit: HDFS-6927. Initial unit tests for Lazy Persist files. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6927. Initial unit tests for Lazy Persist files. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5b2be0dd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5b2be0dd Diff: http://git-wip-us.apache.

[10/22] git commit: HDFS-6908. Incorrect snapshot directory diff generated by snapshot deletion. Contributed by Juan Yu and Jing Zhao.

2014-08-27 Thread arp
HDFS-6908. Incorrect snapshot directory diff generated by snapshot deletion. Contributed by Juan Yu and Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6b441d22 Tree: http://git-wip-us.apache.org/repos/asf/hadoop

[15/22] git commit: HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang.

2014-08-27 Thread arp
HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/225569ec Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/225569ec Diff: htt

[14/22] git commit: HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu.

2014-08-27 Thread arp
HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d805cc27 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d805cc27 Diff:

[16/22] git commit: HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe)

2014-08-27 Thread arp
HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6b95ff6 Tree: http://git-wip-us.apache.org/r

[20/22] git commit: HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5e81c4fa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5e81c4fa Diff: http://git-wip-us.apache.org/repos/as

[03/22] git commit: YARN-1326. RM should log using RMStore at startup time. (Tsuyoshi Ozawa via kasha)

2014-08-27 Thread arp
YARN-1326. RM should log using RMStore at startup time. (Tsuyoshi Ozawa via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d16bfd1d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d16bfd1d Diff: http://git-

[13/22] git commit: HADOOP-10746. HttpServer2 should not load JspServlet. Contributed by Haohui Mai.

2014-08-27 Thread arp
HADOOP-10746. HttpServer2 should not load JspServlet. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fdd3bc5f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fdd3bc5f Diff: http://git-wip

[19/22] git commit: HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6d125367 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6d125367 Diff: http://git-wip-us.apache.org/rep

[18/22] git commit: Add HDFS-6879 to CHANGES.txt

2014-08-27 Thread arp
Add HDFS-6879 to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/37549576 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/37549576 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/37549576 Branc

[08/22] git commit: HDFS-6694. TestPipelinesFailover.testPipelineRecoveryStress tests fail intermittently with various symptoms - debugging patch (Contributed by Yongjun Zhang)

2014-08-27 Thread arp
HDFS-6694. TestPipelinesFailover.testPipelineRecoveryStress tests fail intermittently with various symptoms - debugging patch (Contributed by Yongjun Zhang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c5d9a4a9 Tree: ht

[07/22] git commit: MAPREDUCE-5885. build/test/test.mapred.spill causes release audit warnings. Contributed by Chen He

2014-08-27 Thread arp
MAPREDUCE-5885. build/test/test.mapred.spill causes release audit warnings. Contributed by Chen He Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/812bd0c0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/812bd0c0 D

[01/22] git commit: Add a section for 2.5.1 in CHANGES.txt

2014-08-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 5ce8b6065 -> 8612590d8 (forced update) Add a section for 2.5.1 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/dc154ab8 Tree: http://git-wip-us.apa

[22/22] git commit: HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8612590d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8612590d Diff: http://

[04/22] git commit: YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles.

2014-08-27 Thread arp
YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d778abf0 Tree: http://git-wip-us.apache.org/re

[06/22] git commit: HADOOP-10996. Stop violence in the *_HOME (aw)

2014-08-27 Thread arp
HADOOP-10996. Stop violence in the *_HOME (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9ec4a930 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9ec4a930 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/di

[12/22] git commit: HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb.

2014-08-27 Thread arp
HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/26ebdd84 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/26ebdd84 Diff: http://git-wip-

[02/22] git commit: Fix CHANGES.txt entry for MAPREDUCE-6033.

2014-08-27 Thread arp
Fix CHANGES.txt entry for MAPREDUCE-6033. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2d9b77d6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2d9b77d6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2d

[09/22] git commit: YARN-2182. Updated ContainerId#toString() to append RM Epoch number. Contributed by Tsuyoshi OZAWA

2014-08-27 Thread arp
YARN-2182. Updated ContainerId#toString() to append RM Epoch number. Contributed by Tsuyoshi OZAWA Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e2d0ff36 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e2d0ff36 D

[05/22] git commit: HADOOP-11002. shell escapes are incompatible with previous releases (aw)

2014-08-27 Thread arp
HADOOP-11002. shell escapes are incompatible with previous releases (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a1618a2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a1618a2a Diff: http://git-wip-us.apac

[21/22] git commit: HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/43ccda51 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/43ccda51 Diff

[17/22] git commit: HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki.

2014-08-27 Thread arp
HDFS-6879. Adding tracing to Hadoop RPC. 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/6962510f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6962510f Diff: http://git-wip-us.ap

[11/22] git commit: HDFS-6892. Add XDR packaging method for each NFS request. Contributed by Brandon Li

2014-08-27 Thread arp
HDFS-6892. Add XDR packaging method for each NFS request. 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/cd9182d8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cd9182d8 Diff: http://git

[1/2] git commit: HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal)

2014-08-27 Thread arp
Repository: hadoop Updated Branches: refs/heads/HDFS-6581 fecbf9bb6 -> 5ce8b6065 HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/c

[2/2] git commit: HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal)

2014-08-27 Thread arp
HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5ce8b606 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5ce8b606 Diff: http://

git commit: Add HDFS-6879 to CHANGES.txt

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 6962510f7 -> 37549576e Add HDFS-6879 to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/37549576 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/

git commit: HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 4afd04a09 -> f1ee8cec6 HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki. (cherry picked from commit 6962510f729717f776929708813f99a28e582f34) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

git commit: HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk b6b95ff66 -> 6962510f7 HDFS-6879. Adding tracing to Hadoop RPC. 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/6962510f Tree: http:

git commit: HDFS-6920. Archival Storage: check the storage type of delNodeHintStorage when deleting a replica. Contributed by Tsz Wo Nicholas Sze.

2014-08-27 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 8ea20b53a -> b7ded466b HDFS-6920. Archival Storage: check the storage type of delNodeHintStorage when deleting a replica. Contributed by Tsz Wo Nicholas Sze. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://g

git commit: fix extra line added to CHANGES.txt in HDFS-6902 cherry-pick

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 01b2c9b15 -> 4afd04a09 fix extra line added to CHANGES.txt in HDFS-6902 cherry-pick Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4afd04a0 Tree: http://git-wip-u

git commit: HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe)

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 fdc15db2e -> 01b2c9b15 HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe) (cherry picked from commit b6b95ff66700e4db1d8d59a31c3048cb10504262) Project: htt

git commit: HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe)

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk 225569ece -> b6b95ff66 HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us

git commit: HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk d805cc27a -> 225569ece HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/225

git commit: HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 ddb9d565c -> fdc15db2e HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang. (cherry picked from commit 225569ece229cec32f852f831fd337a139c44b1e) Project: http://git-wip-us.apache.org/repos/asf/had

git commit: HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 99d843451 -> ddb9d565c HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu. (cherry picked from commit d805cc27a98abbdf14a20ef3127a2c7cb212c765) Project: http://git-wip-us.apache.org/repos/asf/

git commit: HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu.

2014-08-27 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk fdd3bc5f4 -> d805cc27a HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/

git commit: HADOOP-10746. HttpServer2 should not load JspServlet. Contributed by Haohui Mai.

2014-08-27 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk 26ebdd849 -> fdd3bc5f4 HADOOP-10746. HttpServer2 should not load JspServlet. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fdd3bc5f Tree:

[1/5] MAPREDUCE-5977. Fix or suppress native-task gcc warnings. Contributed by Manu Zhang.

2014-08-27 Thread todd
Repository: hadoop Updated Branches: refs/heads/MR-2841 6d39367f6 -> bfd1d75d8 http://git-wip-us.apache.org/repos/asf/hadoop/blob/fad4524c/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/src/NativeTask.h ---

[3/5] MAPREDUCE-5977. Fix or suppress native-task gcc warnings. Contributed by Manu Zhang.

2014-08-27 Thread todd
http://git-wip-us.apache.org/repos/asf/hadoop/blob/fad4524c/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/gtest/gtest.h -- diff --git a/hadoop-mapreduce-project/hadoop-mapreduc

[4/5] git commit: MAPREDUCE-5977. Fix or suppress native-task gcc warnings. Contributed by Manu Zhang.

2014-08-27 Thread todd
MAPREDUCE-5977. Fix or suppress native-task gcc warnings. Contributed by Manu Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fad4524c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fad4524c Diff: http://gi

[2/5] MAPREDUCE-5977. Fix or suppress native-task gcc warnings. Contributed by Manu Zhang.

2014-08-27 Thread todd
http://git-wip-us.apache.org/repos/asf/hadoop/blob/fad4524c/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/gtest/include/gtest/gtest.h -- diff --git a/hadoop-mapreduce-project/h

[5/5] git commit: MAPREDUCE-6054. native-task: Speed up tests. Contributed by Todd Lipcon.

2014-08-27 Thread todd
MAPREDUCE-6054. native-task: Speed up tests. Contributed by Todd Lipcon. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bfd1d75d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bfd1d75d Diff: http://git-wip-us.apac

git commit: HDFS-6892. Add XDR packaging method for each NFS request. Contributed by Brandon Li

2014-08-27 Thread brandonli
Repository: hadoop Updated Branches: refs/heads/branch-2 c8b254d70 -> 99d843451 HDFS-6892. Add XDR packaging method for each NFS request. Contributed by Brandon Li (cherry picked from commit cd9182d8b5f60428f6c91b0eb0b2e61d52a07020) Project: http://git-wip-us.apache.org/repos/asf/hadoop/rep

git commit: HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb.

2014-08-27 Thread wheat9
Repository: hadoop Updated Branches: refs/heads/trunk cd9182d8b -> 26ebdd849 HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/26ebdd84 Tree:

git commit: HDFS-6892. Add XDR packaging method for each NFS request. Contributed by Brandon Li

2014-08-27 Thread brandonli
Repository: hadoop Updated Branches: refs/heads/trunk 6b441d227 -> cd9182d8b HDFS-6892. Add XDR packaging method for each NFS request. 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/cd9182d8 T

git commit: HDFS-6911. Archival Storage: check if a block is already scheduled in Mover. Contributed by Tsz Wo Nicholas Sze.

2014-08-27 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 555900a9d -> 8ea20b53a HDFS-6911. Archival Storage: check if a block is already scheduled in Mover. Contributed by Tsz Wo Nicholas Sze. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

[15/29] git commit: HADOOP-10998. Fix bash tab completion code to work (Jim Hester via aw)

2014-08-27 Thread jing9
HADOOP-10998. Fix bash tab completion code to work (Jim Hester via aw) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619887 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[19/29] git commit: Add a section for 2.5.1 in CHANGES.txt

2014-08-27 Thread jing9
Add a section for 2.5.1 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/dc154ab8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dc154ab8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dc154

[21/29] git commit: YARN-1326. RM should log using RMStore at startup time. (Tsuyoshi Ozawa via kasha)

2014-08-27 Thread jing9
YARN-1326. RM should log using RMStore at startup time. (Tsuyoshi Ozawa via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d16bfd1d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d16bfd1d Diff: http://git-

[23/29] git commit: HADOOP-11002. shell escapes are incompatible with previous releases (aw)

2014-08-27 Thread jing9
HADOOP-11002. shell escapes are incompatible with previous releases (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a1618a2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a1618a2a Diff: http://git-wip-us.apac

[08/29] git commit: MAPREDUCE-5130. Add missing job config options to mapred-default.xml (Ray Chiang via Sandy Ryza)

2014-08-27 Thread jing9
MAPREDUCE-5130. Add missing job config options to mapred-default.xml (Ray Chiang via Sandy Ryza) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619626 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.a

[17/29] git commit: HDFS-4852. libhdfs documentation is out of date. Contributed by Chris Nauroth.

2014-08-27 Thread jing9
HDFS-4852. libhdfs documentation is out of date. Contributed by Chris Nauroth. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619967 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

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

2014-08-27 Thread jing9
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/555900a9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/555900a9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/555900a9

[11/29] git commit: HDF-6905. fs-encryption merge triggered release audit failures. (clamb via tucu)

2014-08-27 Thread jing9
HDF-6905. fs-encryption merge triggered release audit failures. (clamb via tucu) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619667 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos

[16/29] git commit: HADOOP-10282. Create a FairCallQueue: a multi-level call queue which schedules incoming calls and multiplexes outgoing calls. (Contributed by Chris Li)

2014-08-27 Thread jing9
HADOOP-10282. Create a FairCallQueue: a multi-level call queue which schedules incoming calls and multiplexes outgoing calls. (Contributed by Chris Li) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619938 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apach

[25/29] git commit: MAPREDUCE-5885. build/test/test.mapred.spill causes release audit warnings. Contributed by Chen He

2014-08-27 Thread jing9
MAPREDUCE-5885. build/test/test.mapred.spill causes release audit warnings. Contributed by Chen He Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/812bd0c0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/812bd0c0 D

[12/29] git commit: YARN-2393. FairScheduler: Add the notion of steady fair share. (Wei Yan via kasha)

2014-08-27 Thread jing9
YARN-2393. FairScheduler: Add the notion of steady fair share. (Wei Yan via kasha) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619845 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repo

[14/29] git commit: HDFS-6829. DFSAdmin refreshSuperUserGroupsConfiguration failed in security cluster. (Contributed by zhaoyunjiong)

2014-08-27 Thread jing9
HDFS-6829. DFSAdmin refreshSuperUserGroupsConfiguration failed in security cluster. (Contributed by zhaoyunjiong) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619882 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: ht

[20/29] git commit: Fix CHANGES.txt entry for MAPREDUCE-6033.

2014-08-27 Thread jing9
Fix CHANGES.txt entry for MAPREDUCE-6033. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2d9b77d6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2d9b77d6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2d

[10/29] git commit: HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that return 0 on failure. Contributed by Chris Nauroth.

2014-08-27 Thread jing9
HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that return 0 on failure. Contributed by Chris Nauroth. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619659 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/r

[24/29] git commit: HADOOP-10996. Stop violence in the *_HOME (aw)

2014-08-27 Thread jing9
HADOOP-10996. Stop violence in the *_HOME (aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9ec4a930 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9ec4a930 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/di

[27/29] git commit: YARN-2182. Updated ContainerId#toString() to append RM Epoch number. Contributed by Tsuyoshi OZAWA

2014-08-27 Thread jing9
YARN-2182. Updated ContainerId#toString() to append RM Epoch number. Contributed by Tsuyoshi OZAWA Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e2d0ff36 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e2d0ff36 D

[26/29] git commit: HDFS-6694. TestPipelinesFailover.testPipelineRecoveryStress tests fail intermittently with various symptoms - debugging patch (Contributed by Yongjun Zhang)

2014-08-27 Thread jing9
HDFS-6694. TestPipelinesFailover.testPipelineRecoveryStress tests fail intermittently with various symptoms - debugging patch (Contributed by Yongjun Zhang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c5d9a4a9 Tree: ht

[22/29] git commit: YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles.

2014-08-27 Thread jing9
YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d778abf0 Tree: http://git-wip-us.apache.org/re

[13/29] git commit: MAPREDUCE-6044. Fully qualified intermediate done dir path breaks per-user dir creation on Windows. Contributed by Zhijie Shen.

2014-08-27 Thread jing9
MAPREDUCE-6044. Fully qualified intermediate done dir path breaks per-user dir creation on Windows. Contributed by Zhijie Shen. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619863 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/

[07/29] git commit: YARN-2434. RM should not recover containers from previously failed attempt when AM restart is not enabled. Contributed by Jian He

2014-08-27 Thread jing9
YARN-2434. RM should not recover containers from previously failed attempt when AM restart is not enabled. Contributed by Jian He git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619614 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoo

[28/29] git commit: HDFS-6908. Incorrect snapshot directory diff generated by snapshot deletion. Contributed by Juan Yu and Jing Zhao.

2014-08-27 Thread jing9
HDFS-6908. Incorrect snapshot directory diff generated by snapshot deletion. Contributed by Juan Yu and Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6b441d22 Tree: http://git-wip-us.apache.org/repos/asf/hadoop

[18/29] git commit: HDFS-6899. Allow changing MiniDFSCluster volumes per DN and capacity per volume. (Arpit Agarwal)

2014-08-27 Thread jing9
HDFS-6899. Allow changing MiniDFSCluster volumes per DN and capacity per volume. (Arpit Agarwal) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619970 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.a

[03/29] git commit: HDFS-6890. NFS readdirplus doesn't return dotdot attributes. Contributed by Brandon Li

2014-08-27 Thread jing9
HDFS-6890. NFS readdirplus doesn't return dotdot attributes. Contributed by Brandon Li git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619500 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[01/29] git commit: YARN-2424. LCE should support non-cgroups, non-secure mode (Chris Douglas via aw)

2014-08-27 Thread jing9
Repository: hadoop Updated Branches: refs/heads/HDFS-6584 e69954d22 -> 555900a9d YARN-2424. LCE should support non-cgroups, non-secure mode (Chris Douglas via aw) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619421 13f79535-47bb-0310-9956-ffa450edef68 Project: http://g

[06/29] git commit: HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee

2014-08-27 Thread jing9
HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619604 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repo

[02/29] git commit: MAPREDUCE-5974. Allow specifying multiple MapOutputCollectors with fallback. (Todd Lipcon via kasha)

2014-08-27 Thread jing9
MAPREDUCE-5974. Allow specifying multiple MapOutputCollectors with fallback. (Todd Lipcon via kasha) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619492 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-

[09/29] git commit: HADOOP-8896. Javadoc points to Wrong Reader and Writer classes in SequenceFile (Ray Chiang via aw)

2014-08-27 Thread jing9
HADOOP-8896. Javadoc points to Wrong Reader and Writer classes in SequenceFile (Ray Chiang via aw) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619632 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us

[04/29] git commit: HADOOP-10992. Merge KMS to branch-2, updating hadoop-common CHANGES.txt. (tucu)

2014-08-27 Thread jing9
HADOOP-10992. Merge KMS to branch-2, updating hadoop-common CHANGES.txt. (tucu) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619556 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/as

[05/29] git commit: YARN-2436. [post-HADOOP-9902] yarn application help doesn't work

2014-08-27 Thread jing9
YARN-2436. [post-HADOOP-9902] yarn application help doesn't work git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619603 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commi

  1   2   >