hadoop git commit: HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang.

2017-03-02 Thread arp
Repository: hadoop Updated Branches: refs/heads/trunk 4e14eaded -> eeca8b0c4 HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/a

hadoop git commit: MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du

2017-03-02 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/trunk eeca8b0c4 -> 747bafaf9 MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/c

hadoop git commit: MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du

2017-03-02 Thread jianhe
Repository: hadoop Updated Branches: refs/heads/branch-2 cacaa299c -> b8b605bfc MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoo

hadoop git commit: HDFS-11425. Ozone: add client-facing container APIs and container references. Contributed by Chen Liang.

2017-03-02 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 7aa0a44cf -> 09ad229db HDFS-11425. Ozone: add client-facing container APIs and container references. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma)

2017-03-02 Thread mingma
Repository: hadoop Updated Branches: refs/heads/branch-2 b8b605bfc -> 8ce486310 HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http

hadoop git commit: HDFS-11480. Ozone: TestEndpoint task failure. Contributed by Xiaoyu Yao.

2017-03-02 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 09ad229db -> 02c35065f HDFS-11480. Ozone: TestEndpoint task failure. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/02c35065 Tree: htt

hadoop git commit: HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru.

2017-03-02 Thread arp
Repository: hadoop Updated Branches: refs/heads/trunk 747bafaf9 -> b3ec531f4 HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3ec531f Tree: http

[2/3] hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread stevel
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[3/3] hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread stevel
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[1/3] hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread stevel
Repository: hadoop Updated Branches: refs/heads/branch-2 8ce486310 -> 51fefbe38 refs/heads/branch-2.8 31bec2c16 -> 2acc4d913 refs/heads/trunk b3ec531f4 -> a97833e0e HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Lough

hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread stevel
Repository: hadoop Updated Branches: refs/heads/branch-2.8.0 2ab5e0a96 -> 478510c78 HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c) Project:

hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread jlowe
Repository: hadoop Updated Branches: refs/heads/branch-2.7 c8b1112ed -> c67d2f96d HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c) Project: ht

hadoop git commit: HDFS-11484. Ozone: Fix flaky TestNodeManager#testScmNodeReportUpdate. Contributed by Xiaoyu Yao.

2017-03-02 Thread aengineer
Repository: hadoop Updated Branches: refs/heads/HDFS-7240 02c35065f -> e79f9da8d HDFS-11484. Ozone: Fix flaky TestNodeManager#testScmNodeReportUpdate. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[1/2] hadoop git commit: HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru.

2017-03-02 Thread arp
Repository: hadoop Updated Branches: refs/heads/branch-2 51fefbe38 -> 5e760f8dc refs/heads/trunk a97833e0e -> e61491d47 HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us

[2/2] hadoop git commit: HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru.

2017-03-02 Thread arp
HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5e760f8d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5e760f8d Diff: http://gi

hadoop git commit: Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru."

2017-03-02 Thread wang
Repository: hadoop Updated Branches: refs/heads/trunk e61491d47 -> 8f4817f2c Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru." This reverts commit e61491d4769536ce8b77b416005ce531278ce729. Project: http://git-wip-us.apache.org/repos/asf/hadoop/rep

hadoop git commit: Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru."

2017-03-02 Thread wang
Repository: hadoop Updated Branches: refs/heads/branch-2 5e760f8dc -> d737a26c5 Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru." This reverts commit 5e760f8dc4bc007bd839f33fe4a99fa603755149. Project: http://git-wip-us.apache.org/repos/asf/hadoop/

[02/38] hadoop git commit: HDFS-11433. Document missing usages of OfflineEditsViewer processors. Contributed by Yiqun Lin.

2017-03-02 Thread jhung
HDFS-11433. Document missing usages of OfflineEditsViewer processors. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4a58870a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4a58870a Diff

[12/38] hadoop git commit: HADOOP-14127. Add log4j configuration to enable logging in hadoop-distcp's tests. (Xiao Chen via Yongjun Zhang)

2017-03-02 Thread jhung
HADOOP-14127. Add log4j configuration to enable logging in hadoop-distcp's tests. (Xiao Chen via Yongjun Zhang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d235dcdf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tr

[24/38] hadoop git commit: HDFS-11432. Federation : Support fully qualified path for Quota/Snapshot/cacheadmin/cryptoadmin commands. Contributed by Brahma Reddy Battula.

2017-03-02 Thread jhung
HDFS-11432. Federation : Support fully qualified path for Quota/Snapshot/cacheadmin/cryptoadmin commands. Contributed by Brahma Reddy Battula. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dcd03df9 Tree: http://git-wip-u

[07/38] hadoop git commit: YARN-6172. FSLeafQueue demand update needs to be atomic. (Miklos Szegedi via kasha)

2017-03-02 Thread jhung
YARN-6172. FSLeafQueue demand update needs to be atomic. (Miklos Szegedi via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fbfe86de Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fbfe86de Diff: http://git

[04/38] hadoop git commit: HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures. Contributed by Steve Loughran.

2017-03-02 Thread jhung
HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures. Contributed by Steve Loughran. (cherry picked from commit 29fe5af017b945d8750c074ca39031b5b777eddd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http:/

[17/38] hadoop git commit: HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. Contributed by Andrew Wang.

2017-03-02 Thread jhung
HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. Contributed by Andrew Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d269b488 Tree: http://git-wip-us.apache.org/repos/

[28/38] hadoop git commit: HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin.

2017-03-02 Thread jhung
HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/555d0c39 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/555d0c39 Diff: http://git-wip-us.

[13/38] hadoop git commit: HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR.

2017-03-02 Thread jhung
HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/258342e7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/258342e7 Diff: http://git-wip-us.apache.org/rep

[06/38] hadoop git commit: YARN-6215. FairScheduler preemption and update should not run concurrently. (Tao Jie via kasha)

2017-03-02 Thread jhung
YARN-6215. FairScheduler preemption and update should not run concurrently. (Tao Jie via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/815d5350 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/815d5350 Diff

[31/38] hadoop git commit: HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang.

2017-03-02 Thread jhung
HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eeca8b0c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tre

[22/38] hadoop git commit: YARN-6153. KeepContainer does not work when AM retry window is set. Contributed by kyungwan nam

2017-03-02 Thread jhung
YARN-6153. KeepContainer does not work when AM retry window is set. Contributed by kyungwan nam Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/235203df Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/235203df Diff

[33/38] hadoop git commit: HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru.

2017-03-02 Thread jhung
HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3ec531f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b3ec531f Diff: http://git-wip-us.a

[25/38] hadoop git commit: HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang.

2017-03-02 Thread jhung
HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/82ef9acc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tr

[26/38] hadoop git commit: HDFS-11479. Socket re-use address option should be used in SimpleUdpServer. Contributed by Mukul Kumar Singh.

2017-03-02 Thread jhung
HDFS-11479. Socket re-use address option should be used in SimpleUdpServer. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/899d5c4d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[34/38] hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread jhung
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[23/38] hadoop git commit: HADOOP-12556. KafkaSink jar files are created but not copied to target dist (Babak Behzad via aw)

2017-03-02 Thread jhung
HADOOP-12556. KafkaSink jar files are created but not copied to target dist (Babak Behzad via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/989bd56b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/989bd56b Di

[29/38] hadoop git commit: HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma)

2017-03-02 Thread jhung
HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/25c84d27 Tree: http://git-wip-us.ap

[18/38] hadoop git commit: YARN-1728. Regression test for guice-undecoded pathInfo in YARN WebApp. (Yuanbo Liu via gera)

2017-03-02 Thread jhung
YARN-1728. Regression test for guice-undecoded pathInfo in YARN WebApp. (Yuanbo Liu via gera) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/480b4dd5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/480b4dd5 Diff:

[36/38] hadoop git commit: Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru."

2017-03-02 Thread jhung
Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru." This reverts commit e61491d4769536ce8b77b416005ce531278ce729. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f4817f2 Tree: htt

[03/38] hadoop git commit: HDFS-11462. Fix occasional BindException in TestNameNodeMetricsLogger.

2017-03-02 Thread jhung
HDFS-11462. Fix occasional BindException in TestNameNodeMetricsLogger. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/120bef7d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/120bef7d Diff: http://git-wip-us.apache

[05/38] hadoop git commit: HDFS-10506. OIV's ReverseXML processor cannot reconstruct some snapshot details. Contributed by Akira Ajisaka.

2017-03-02 Thread jhung
HDFS-10506. OIV's ReverseXML processor cannot reconstruct some snapshot details. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05391c18 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tre

[09/38] hadoop git commit: MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee.

2017-03-02 Thread jhung
MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4d336838 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4d336838 Diff: http:

[14/38] hadoop git commit: YARN-6231. FairSchedulerTestBase helper methods should call scheduler.update to avoid flakiness. (kasha)

2017-03-02 Thread jhung
YARN-6231. FairSchedulerTestBase helper methods should call scheduler.update to avoid flakiness. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f187d638 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f187

[10/38] hadoop git commit: YARN-5703. ReservationAgents are not correctly configured. Contributed by Manikandan R.

2017-03-02 Thread jhung
YARN-5703. ReservationAgents are not correctly configured. Contributed by Manikandan R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5f5b031d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5f5b031d Diff: http:/

[35/38] hadoop git commit: HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru.

2017-03-02 Thread jhung
HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e61491d4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e61491d4 Diff: http://gi

[27/38] hadoop git commit: YARN-5280. Allow YARN containers to run with Java Security Manager (gphillips via rkanter)

2017-03-02 Thread jhung
YARN-5280. Allow YARN containers to run with Java Security Manager (gphillips via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6f6dfe02 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6f6dfe02 Diff: htt

[37/38] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-03-02 Thread jhung
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e357e90 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9e357e90 Diff: http://git-wip-us.apac

[19/38] hadoop git commit: YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda)

2017-03-02 Thread jhung
http://git-wip-us.apache.org/repos/asf/hadoop/blob/eac6b4c3/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java ---

[08/38] hadoop git commit: HADOOP-14119. Remove unused imports from GzipCodec.java. Contributed by Yiqun Lin.

2017-03-02 Thread jhung
HADOOP-14119. Remove unused imports from GzipCodec.java. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9db2e0c8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9db2e0c8 Diff: http://git-

[21/38] hadoop git commit: YARN-6189: Improve application status log message when RM restarted when app is in NEW state. Contributed by Junping Du

2017-03-02 Thread jhung
YARN-6189: Improve application status log message when RM restarted when app is in NEW state. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0bb867c Tree: http://git-wip-us.apache.org/repos/asf/ha

[11/38] hadoop git commit: HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy.

2017-03-02 Thread jhung
HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/55c07bbe Tree: http://git-wip-us.apache.org/re

[15/38] hadoop git commit: YARN-5335. Use em-table in app/nodes pages for new YARN UI. Contributed by Sunil G.

2017-03-02 Thread jhung
YARN-5335. Use em-table in app/nodes pages for new YARN UI. Contributed by Sunil G. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef488044 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef488044 Diff: http://git

[32/38] hadoop git commit: MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du

2017-03-02 Thread jhung
MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/747bafaf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/747bafaf

[30/38] hadoop git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk

2017-03-02 Thread jhung
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4e14eade Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4e14eade Diff: http://git-w

[16/38] hadoop git commit: YARN-6239. Fix javadoc warnings in YARN that caused by deprecated FileSystem APIs. Contributed by Yiqun Lin.

2017-03-02 Thread jhung
YARN-6239. Fix javadoc warnings in YARN that caused by deprecated FileSystem APIs. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0f35443b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/

[38/38] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-03-02 Thread jhung
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9f25537a Tree: http://git-wip-us.apache.org/repos/asf/hado

[20/38] hadoop git commit: YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda)

2017-03-02 Thread jhung
YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eac6b4c3 Tree: http://git-wip-us.apache.org/repos/

[01/38] hadoop git commit: HDFS-11421. Make WebHDFS' ACLs RegEx configurable. Contributed by Harsh J. [Forced Update!]

2017-03-02 Thread jhung
Repository: hadoop Updated Branches: refs/heads/YARN-5734 c12bed65a -> 9f25537a5 (forced update) HDFS-11421. Make WebHDFS' ACLs RegEx configurable. Contributed by Harsh J. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/

[1/2] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store [Forced Update!]

2017-03-02 Thread jhung
Repository: hadoop Updated Branches: refs/heads/YARN-5734 9f25537a5 -> 6136aff31 (forced update) YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/04

[2/2] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-03-02 Thread jhung
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6136aff3 Tree: http://git-wip-us.apache.org/repos/asf/hado

[01/50] [abbrv] hadoop git commit: HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in old versions. Contributed by Vinayakumar B [Forced Update!]

2017-03-02 Thread jhung
Repository: hadoop Updated Branches: refs/heads/YARN-5734 6136aff31 -> 0b869d925 (forced update) HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in old versions. Contributed by Vinayakumar B Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

[11/50] [abbrv] hadoop git commit: HADOOP-14116:FailoverOnNetworkExceptionRetry does not wait when failover on certain exception. Contributed by Jian He

2017-03-02 Thread jhung
HADOOP-14116:FailoverOnNetworkExceptionRetry does not wait when failover on certain exception. 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/289bc50e Tree: http://git-wip-us.apache.org/repos/asf/hado

[25/50] [abbrv] hadoop git commit: HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR.

2017-03-02 Thread jhung
HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/258342e7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/258342e7 Diff: http://git-wip-us.apache.org/rep

[32/50] [abbrv] hadoop git commit: YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda)

2017-03-02 Thread jhung
YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eac6b4c3 Tree: http://git-wip-us.apache.org/repos/

[19/50] [abbrv] hadoop git commit: YARN-6172. FSLeafQueue demand update needs to be atomic. (Miklos Szegedi via kasha)

2017-03-02 Thread jhung
YARN-6172. FSLeafQueue demand update needs to be atomic. (Miklos Szegedi via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fbfe86de Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fbfe86de Diff: http://git

[10/50] [abbrv] hadoop git commit: YARN-6228: EntityGroupFSTimelineStore should allow configurable cache stores. Contributed by Li Lu

2017-03-02 Thread jhung
YARN-6228: EntityGroupFSTimelineStore should allow configurable cache stores. Contributed by Li Lu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/53d372a2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/53d372a2 Di

[27/50] [abbrv] hadoop git commit: YARN-5335. Use em-table in app/nodes pages for new YARN UI. Contributed by Sunil G.

2017-03-02 Thread jhung
YARN-5335. Use em-table in app/nodes pages for new YARN UI. Contributed by Sunil G. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef488044 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef488044 Diff: http://git

[22/50] [abbrv] hadoop git commit: YARN-5703. ReservationAgents are not correctly configured. Contributed by Manikandan R.

2017-03-02 Thread jhung
YARN-5703. ReservationAgents are not correctly configured. Contributed by Manikandan R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5f5b031d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5f5b031d Diff: http:/

[24/50] [abbrv] hadoop git commit: HADOOP-14127. Add log4j configuration to enable logging in hadoop-distcp's tests. (Xiao Chen via Yongjun Zhang)

2017-03-02 Thread jhung
HADOOP-14127. Add log4j configuration to enable logging in hadoop-distcp's tests. (Xiao Chen via Yongjun Zhang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d235dcdf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tr

[16/50] [abbrv] hadoop git commit: HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures. Contributed by Steve Loughran.

2017-03-02 Thread jhung
HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures. Contributed by Steve Loughran. (cherry picked from commit 29fe5af017b945d8750c074ca39031b5b777eddd) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http:/

[04/50] [abbrv] hadoop git commit: HADOOP-14114 S3A can no longer handle unencoded + in URIs. Contributed by Sean Mackrory.

2017-03-02 Thread jhung
HADOOP-14114 S3A can no longer handle unencoded + in URIs. Contributed by Sean Mackrory. (cherry picked from commit ff87ca84418a710c6dc884fe8c70947fcc6489d5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9c22a916 Tree: h

[18/50] [abbrv] hadoop git commit: YARN-6215. FairScheduler preemption and update should not run concurrently. (Tao Jie via kasha)

2017-03-02 Thread jhung
YARN-6215. FairScheduler preemption and update should not run concurrently. (Tao Jie via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/815d5350 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/815d5350 Diff

[46/50] [abbrv] hadoop git commit: HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran

2017-03-02 Thread jhung
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/

[42/50] [abbrv] hadoop git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk

2017-03-02 Thread jhung
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4e14eade Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4e14eade Diff: http://git-w

[02/50] [abbrv] hadoop git commit: YARN-6222. TestFairScheduler.testReservationMetrics is flaky. (Yufei Gu via kasha)

2017-03-02 Thread jhung
YARN-6222. TestFairScheduler.testReservationMetrics is flaky. (Yufei Gu via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/694e680d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/694e680d Diff: http://git-

[36/50] [abbrv] hadoop git commit: HDFS-11432. Federation : Support fully qualified path for Quota/Snapshot/cacheadmin/cryptoadmin commands. Contributed by Brahma Reddy Battula.

2017-03-02 Thread jhung
HDFS-11432. Federation : Support fully qualified path for Quota/Snapshot/cacheadmin/cryptoadmin commands. Contributed by Brahma Reddy Battula. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dcd03df9 Tree: http://git-wip-u

[41/50] [abbrv] hadoop git commit: HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma)

2017-03-02 Thread jhung
HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/25c84d27 Tree: http://git-wip-us.ap

[31/50] [abbrv] hadoop git commit: YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda)

2017-03-02 Thread jhung
http://git-wip-us.apache.org/repos/asf/hadoop/blob/eac6b4c3/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java ---

[30/50] [abbrv] hadoop git commit: YARN-1728. Regression test for guice-undecoded pathInfo in YARN WebApp. (Yuanbo Liu via gera)

2017-03-02 Thread jhung
YARN-1728. Regression test for guice-undecoded pathInfo in YARN WebApp. (Yuanbo Liu via gera) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/480b4dd5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/480b4dd5 Diff:

[29/50] [abbrv] hadoop git commit: HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. Contributed by Andrew Wang.

2017-03-02 Thread jhung
HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. Contributed by Andrew Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d269b488 Tree: http://git-wip-us.apache.org/repos/

[08/50] [abbrv] hadoop git commit: YARN-4779. Fix AM container allocation logic in SLS. Contributed by Wangda Tan.

2017-03-02 Thread jhung
YARN-4779. Fix AM container allocation logic in SLS. Contributed by Wangda Tan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b32ffa27 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b32ffa27 Diff: http://git-wip-

[49/50] [abbrv] hadoop git commit: YARN-5951. Changes to allow CapacityScheduler to use configuration store

2017-03-02 Thread jhung
YARN-5951. Changes to allow CapacityScheduler to use configuration store Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d5d40ae0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d5d40ae0 Diff: http://git-wip-us.apac

[43/50] [abbrv] hadoop git commit: HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang.

2017-03-02 Thread jhung
HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eeca8b0c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tre

[48/50] [abbrv] hadoop git commit: Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru."

2017-03-02 Thread jhung
Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru." This reverts commit e61491d4769536ce8b77b416005ce531278ce729. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f4817f2 Tree: htt

[50/50] [abbrv] hadoop git commit: YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung

2017-03-02 Thread jhung
YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b869d92 Tree: http://git-wip-us.apache.org/repos/asf/hado

[03/50] [abbrv] hadoop git commit: HDFS-11426. Refactor EC CLI to be similar to storage policies CLI.

2017-03-02 Thread jhung
HDFS-11426. Refactor EC CLI to be similar to storage policies CLI. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/132f758e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/132f758e Diff: http://git-wip-us.apache.org

[21/50] [abbrv] hadoop git commit: MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee.

2017-03-02 Thread jhung
MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4d336838 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4d336838 Diff: http:

[37/50] [abbrv] hadoop git commit: HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang.

2017-03-02 Thread jhung
HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/82ef9acc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tr

[45/50] [abbrv] hadoop git commit: HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru.

2017-03-02 Thread jhung
HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3ec531f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b3ec531f Diff: http://git-wip-us.a

[33/50] [abbrv] hadoop git commit: YARN-6189: Improve application status log message when RM restarted when app is in NEW state. Contributed by Junping Du

2017-03-02 Thread jhung
YARN-6189: Improve application status log message when RM restarted when app is in NEW state. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0bb867c Tree: http://git-wip-us.apache.org/repos/asf/ha

[26/50] [abbrv] hadoop git commit: YARN-6231. FairSchedulerTestBase helper methods should call scheduler.update to avoid flakiness. (kasha)

2017-03-02 Thread jhung
YARN-6231. FairSchedulerTestBase helper methods should call scheduler.update to avoid flakiness. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f187d638 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f187

[40/50] [abbrv] hadoop git commit: HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin.

2017-03-02 Thread jhung
HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/555d0c39 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/555d0c39 Diff: http://git-wip-us.

[09/50] [abbrv] hadoop git commit: HDFS-11427. Rename rs-default to rs.

2017-03-02 Thread jhung
HDFS-11427. Rename rs-default to rs. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c1a52b04 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c1a52b04 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c1a52b0

[38/50] [abbrv] hadoop git commit: HDFS-11479. Socket re-use address option should be used in SimpleUdpServer. Contributed by Mukul Kumar Singh.

2017-03-02 Thread jhung
HDFS-11479. Socket re-use address option should be used in SimpleUdpServer. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/899d5c4d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[39/50] [abbrv] hadoop git commit: YARN-5280. Allow YARN containers to run with Java Security Manager (gphillips via rkanter)

2017-03-02 Thread jhung
YARN-5280. Allow YARN containers to run with Java Security Manager (gphillips via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6f6dfe02 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6f6dfe02 Diff: htt

[12/50] [abbrv] hadoop git commit: HDFS-11295. Check storage remaining instead of node remaining in BlockPlacementPolicyDefault.chooseReplicaToDelete(). Contributed by Marton Elek.

2017-03-02 Thread jhung
HDFS-11295. Check storage remaining instead of node remaining in BlockPlacementPolicyDefault.chooseReplicaToDelete(). Contributed by Marton Elek. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d2b3ba9b Tree: http://git-wip

[06/50] [abbrv] hadoop git commit: HADOOP-14097. Remove Java6 specific code from GzipCodec.java. Contributed by Elek, Marton.

2017-03-02 Thread jhung
HADOOP-14097. Remove Java6 specific code from GzipCodec.java. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/50decd36 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/50decd36 Diff: htt

[34/50] [abbrv] hadoop git commit: YARN-6153. KeepContainer does not work when AM retry window is set. Contributed by kyungwan nam

2017-03-02 Thread jhung
YARN-6153. KeepContainer does not work when AM retry window is set. Contributed by kyungwan nam Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/235203df Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/235203df Diff

[44/50] [abbrv] hadoop git commit: MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du

2017-03-02 Thread jhung
MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/747bafaf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/747bafaf

[23/50] [abbrv] hadoop git commit: HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy.

2017-03-02 Thread jhung
HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/55c07bbe Tree: http://git-wip-us.apache.org/re

[07/50] [abbrv] hadoop git commit: HADOOP-13817. Add a finite shell command timeout to ShellBasedUnixGroupsMapping. (harsh)

2017-03-02 Thread jhung
HADOOP-13817. Add a finite shell command timeout to ShellBasedUnixGroupsMapping. (harsh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e8694deb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e8694deb Diff: http:

[35/50] [abbrv] hadoop git commit: HADOOP-12556. KafkaSink jar files are created but not copied to target dist (Babak Behzad via aw)

2017-03-02 Thread jhung
HADOOP-12556. KafkaSink jar files are created but not copied to target dist (Babak Behzad via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/989bd56b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/989bd56b Di

[17/50] [abbrv] hadoop git commit: HDFS-10506. OIV's ReverseXML processor cannot reconstruct some snapshot details. Contributed by Akira Ajisaka.

2017-03-02 Thread jhung
HDFS-10506. OIV's ReverseXML processor cannot reconstruct some snapshot details. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/05391c18 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tre

  1   2   >