hadoop git commit: YARN-5713. Update jackson from 1.9.13 to 2.x in hadoop-yarn.

2016-11-21 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 683e0c71f -> 6f8074298 YARN-5713. Update jackson from 1.9.13 to 2.x in hadoop-yarn. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6f807429 Tree:

hadoop git commit: HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang.

2016-11-21 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 0da0bf0de -> 01ad9dee0 HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[3/4] hadoop git commit: YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.

2016-11-21 Thread sjlee
http://git-wip-us.apache.org/repos/asf/hadoop/blob/5c0cc0eb/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/recovery/NMLeveldbStateStoreService.java

[2/4] hadoop git commit: YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.

2016-11-21 Thread sjlee
YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f734977b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f734977b Diff:

[1/4] hadoop git commit: YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.

2016-11-21 Thread sjlee
Repository: hadoop Updated Branches: refs/heads/YARN-5355 25b19178d -> f734977b2 refs/heads/YARN-5355-branch-2 0b89ab247 -> 5c0cc0ebf

[4/4] hadoop git commit: YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.

2016-11-21 Thread sjlee
YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena. (cherry picked from commit f734977b27a514ce0561638c0a6a17b1ef093026) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5c0cc0eb

hadoop git commit: HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang.

2016-11-21 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 74503ed6b -> f5410f081 HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang. (cherry picked from commit 774b0cd845a67bc0e2ef99b415ce1e5432769551) Conflicts:

hadoop git commit: MAPREDUCE-6793. io.sort.factor code default and mapred-default.xml values inconsistent. Contributed by Gera Shegalov.

2016-11-21 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/branch-2 774b0cd84 -> 4b289d567 MAPREDUCE-6793. io.sort.factor code default and mapred-default.xml values inconsistent. Contributed by Gera Shegalov. (cherry picked from commit 683e0c71fe09600a24bdd7b707a613fe70ff1f6e) Project:

hadoop git commit: MAPREDUCE-6793. io.sort.factor code default and mapred-default.xml values inconsistent. Contributed by Gera Shegalov.

2016-11-21 Thread rohithsharmaks
Repository: hadoop Updated Branches: refs/heads/trunk 009452bb6 -> 683e0c71f MAPREDUCE-6793. io.sort.factor code default and mapred-default.xml values inconsistent. Contributed by Gera Shegalov. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger (cherry picked from commit 009452bb6dbe5dffb0b30

2016-11-21 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.8 ce4cd9878 -> 74503ed6b YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger (cherry picked from commit 009452bb6dbe5dffb0b304d67a2f360fe0eee1e2)

hadoop git commit: HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang.

2016-11-21 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 38024eb8f -> 774b0cd84 HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger (cherry picked from commit 009452bb6dbe5dffb0b30

2016-11-21 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2 589596f6c -> 38024eb8f YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger (cherry picked from commit 009452bb6dbe5dffb0b304d67a2f360fe0eee1e2) Project:

hadoop git commit: YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger

2016-11-21 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/trunk 3eb7b6868 -> 009452bb6 YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-12705 Upgrade Jackson 2.2.3 to 2.7.8

2016-11-21 Thread stevel
Repository: hadoop Updated Branches: refs/heads/branch-2 aa76fe413 -> 589596f6c HADOOP-12705 Upgrade Jackson 2.2.3 to 2.7.8 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/589596f6 Tree:

hadoop git commit: HADOOP-12705 Upgrade Jackson 2.2.3 to 2.7.8

2016-11-21 Thread stevel
Repository: hadoop Updated Branches: refs/heads/trunk 49a09179e -> 3eb7b6868 HADOOP-12705 Upgrade Jackson 2.2.3 to 2.7.8 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3eb7b686 Tree:

hadoop git commit: HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang.

2016-11-21 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk f92206774 -> 49a09179e HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[3/3] hadoop git commit: HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.

2016-11-21 Thread brahma
HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula. (cherry picked from commit f92206774899b84e8abaecdf97399b65e0995ed8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/3] hadoop git commit: HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.

2016-11-21 Thread brahma
Repository: hadoop Updated Branches: refs/heads/branch-2 f3649deca -> aa76fe413 refs/heads/branch-2.8 23ddb98e1 -> ce4cd9878 refs/heads/trunk c68dad18a -> f92206774 HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula. Project:

[2/3] hadoop git commit: HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.

2016-11-21 Thread brahma
HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula. (cherry picked from commit f92206774899b84e8abaecdf97399b65e0995ed8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: