[1/2] hadoop git commit: YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong.

2016-02-03 Thread vvasudev
Repository: hadoop Updated Branches: refs/heads/branch-2 6941e2ccb -> e211ab777 refs/heads/trunk eb2fb943f -> 1adb64e09 YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong. Project:

[2/2] hadoop git commit: YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong.

2016-02-03 Thread vvasudev
YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong. (cherry picked from commit 1adb64e09bd453f97e83d31b1587079e30b4b274) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su.

2016-02-03 Thread jing9
Repository: hadoop Updated Branches: refs/heads/trunk fa328e2d3 -> 7badf1560 HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims)

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 a79f570b6 -> 5fd4bd1d8 HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su.

2016-02-03 Thread jing9
Repository: hadoop Updated Branches: refs/heads/branch-2 b12f16ab7 -> 459c31de4 HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su. (cherry picked from commit 7badf156049b78cabf8537fff9846a0f9924a090) Project:

hadoop git commit: HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su.

2016-02-03 Thread jing9
Repository: hadoop Updated Branches: refs/heads/branch-2.8 b49ac969b -> a79f570b6 HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su. (cherry picked from commit 7badf156049b78cabf8537fff9846a0f9924a090) (cherry

hadoop git commit: Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk 7badf1560 -> 48b76c830 Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/48b76c83 Tree:

hadoop git commit: HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk a0f5e83f2 -> 81ef1a1f5 HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-12041. Implement another Reed-Solomon coder in pure Java. Contributed by Kai Zheng.

2016-02-03 Thread zhz
Repository: hadoop Updated Branches: refs/heads/trunk 81ef1a1f5 -> c89a14a8a HADOOP-12041. Implement another Reed-Solomon coder in pure Java. Contributed by Kai Zheng. Change-Id: I35ff2e498d4f988c9a064f74374f7c7258b7a6b7 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 5fd4bd1d8 -> 3f178be0b HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/3] hadoop git commit: YARN-4446. Refactor reader API for better extensibility (Varun Saxena via sjlee)

2016-02-03 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/10a4f8ae/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/TimelineReader.java

[3/3] hadoop git commit: YARN-4446. Refactor reader API for better extensibility (Varun Saxena via sjlee)

2016-02-03 Thread sjlee
YARN-4446. Refactor reader API for better extensibility (Varun Saxena via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/10a4f8ae Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/10a4f8ae Diff:

[1/3] hadoop git commit: YARN-4446. Refactor reader API for better extensibility (Varun Saxena via sjlee)

2016-02-03 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/YARN-2928 e2e5a9aed -> 10a4f8ae6

hadoop git commit: HDFS-9658. Erasure Coding: allow to use multiple EC policies in striping related tests. Contributed by Rui Li.

2016-02-03 Thread zhz
Repository: hadoop Updated Branches: refs/heads/trunk 48b76c830 -> a0f5e83f2 HDFS-9658. Erasure Coding: allow to use multiple EC policies in striping related tests. Contributed by Rui Li. Change-Id: I5b02f5bde4d343b7529c6a7fe5df73bd99c6cb24 Project:

hadoop git commit: HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 6d1f9a6b4 -> 4a0550537 HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 459c31de4 -> 6d1f9a6b4 Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6d1f9a6b Tree:

hadoop git commit: HADOOP-12761. incremental maven build is not really incremental (sjlee)

2016-02-03 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/branch-2.7 af9de19cf -> 5131ee56a HADOOP-12761. incremental maven build is not really incremental (sjlee) (cherry picked from commit 4dc0a3949386ce2961356143a5a843dd537829dc) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-12761. incremental maven build is not really incremental (sjlee)

2016-02-03 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/branch-2.8 c2ec24198 -> b49ac969b HADOOP-12761. incremental maven build is not really incremental (sjlee) (cherry picked from commit 4dc0a3949386ce2961356143a5a843dd537829dc) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-12761. incremental maven build is not really incremental (sjlee)

2016-02-03 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/trunk 1adb64e09 -> 4dc0a3949 HADOOP-12761. incremental maven build is not really incremental (sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4dc0a394 Tree:

hadoop git commit: YARN-4662. Document some newly added metrics. Contributed by Jian He

2016-02-03 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2 4a0550537 -> dfad608b2 YARN-4662. Document some newly added metrics. Contributed by Jian He (cherry picked from commit 63c63e298cf9ff252532297deedde15e77323809) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-4662. Document some newly added metrics. Contributed by Jian He

2016-02-03 Thread xgong
Repository: hadoop Updated Branches: refs/heads/branch-2.8 3f178be0b -> acd90c681 YARN-4662. Document some newly added metrics. Contributed by Jian He (cherry picked from commit 63c63e298cf9ff252532297deedde15e77323809) (cherry picked from commit dfad608b22b5b90f4a13a14fc8786c24c7dacbb9)

hadoop git commit: YARN-4662. Document some newly added metrics. Contributed by Jian He

2016-02-03 Thread xgong
Repository: hadoop Updated Branches: refs/heads/trunk c89a14a8a -> 63c63e298 YARN-4662. Document some newly added metrics. Contributed by Jian He Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/63c63e29 Tree:

svn commit: r1728414 - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/

2016-02-03 Thread ozawa
Author: ozawa Date: Thu Feb 4 07:44:52 2016 New Revision: 1728414 URL: http://svn.apache.org/viewvc?rev=1728414=rev Log: add ozawa to PMC list Modified: hadoop/common/site/main/author/src/documentation/content/xdocs/who.xml hadoop/common/site/main/publish/bylaws.pdf

hadoop git commit: HADOOP-12761. incremental maven build is not really incremental (sjlee)

2016-02-03 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/branch-2 e211ab777 -> b0ab6df07 HADOOP-12761. incremental maven build is not really incremental (sjlee) (cherry picked from commit 4dc0a3949386ce2961356143a5a843dd537829dc) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe (cherry picked from commit fa328e2d39eda1c479389b99a5c121e640a1

2016-02-03 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 b0ab6df07 -> b12f16ab7 YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe (cherry picked from commit fa328e2d39eda1c479389b99a5c121e640a1e0ad) Project:

[Hadoop Wiki] Trivial Update of "ContributorsGroup" by SteveLoughran

2016-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The "ContributorsGroup" page has been changed by SteveLoughran: https://wiki.apache.org/hadoop/ContributorsGroup?action=diff=114=115 Comment: + XiaoChen * WimDepoorter *

hadoop git commit: YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe

2016-02-03 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 4dc0a3949 -> fa328e2d3 YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-9743. Fix TestLazyPersistFiles#testFallbackToDiskFull in branch-2.7. Contributed by Kihwal Lee.

2016-02-03 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 5131ee56a -> dd11c8274 HDFS-9743. Fix TestLazyPersistFiles#testFallbackToDiskFull in branch-2.7. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: