[23/32] hadoop git commit: HDFS-10830. FsDatasetImpl#removeVolumes crashes with IllegalMonitorStateException when vol being removed is in use. (Arpit Agarwal and Manoj Govindassamy)

2016-09-13 Thread drankye
HDFS-10830. FsDatasetImpl#removeVolumes crashes with IllegalMonitorStateException when vol being removed is in use. (Arpit Agarwal and Manoj Govindassamy) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a99bf26a Tree: http

[30/32] hadoop git commit: HDFS-10657. testAclCLI.xml setfacl test should expect mask r-x. (John Zhuge via Yongjun Zhang)

2016-09-13 Thread drankye
HDFS-10657. testAclCLI.xml setfacl test should expect mask r-x. (John Zhuge 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/d2466ec3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d2466ec3 Diff:

[21/32] hadoop git commit: HDFS-10832. Propagate ACL bit and isEncrypted bit in HttpFS FileStatus permissions.

2016-09-13 Thread drankye
HDFS-10832. Propagate ACL bit and isEncrypted bit in HttpFS FileStatus permissions. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cba973f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cba973f0 Diff: http://git

[19/32] hadoop git commit: HADOOP-13540 improve section on troubleshooting s3a auth problems. Contributed by Steve Loughran

2016-09-13 Thread drankye
HADOOP-13540 improve section on troubleshooting s3a auth problems. Contributed by Steve Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4b6d795f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4b6d795f Dif

[12/32] hadoop git commit: HADOOP-13519. Make Path Serializable. Contributed by Steve Loughran

2016-09-13 Thread drankye
HADOOP-13519. Make Path Serializable. Contributed by Steve Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1192781a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1192781a Diff: http://git-wip-us.apache.or

[28/32] hadoop git commit: HADOOP-13588. ConfServlet should respect Accept request header. Contributed by Weiwei Yang

2016-09-13 Thread drankye
HADOOP-13588. ConfServlet should respect Accept request header. Contributed by Weiwei Yang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/59d59667 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/59d59667 Diff: htt

[20/32] hadoop git commit: MAPREDUCE-6628. Potential memory leak in CryptoOutputStream. Contributed by Mariappan Asokan

2016-09-13 Thread drankye
MAPREDUCE-6628. Potential memory leak in CryptoOutputStream. Contributed by Mariappan Asokan Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9f192cc5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9f192cc5 Diff: h

[26/32] hadoop git commit: HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS

2016-09-13 Thread drankye
HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS This commit includes the following changes: HADOOP-13356. Add a function to handle command_subcommand_OPTS HADOOP-13355. Handle HADOOP_CLIENT_OPTS in a function HADOOP-13554. Add an

[31/32] hadoop git commit: HDFS-10856. Update the comment of BPServiceActor$Scheduler#scheduleNextBlockReport. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10856. Update the comment of BPServiceActor$Scheduler#scheduleNextBlockReport. 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/f0876b8b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[11/32] hadoop git commit: HDFS-10845. Change defaults in hdfs-site.xml to match timeunit type. Contributed by Yiqun Lin

2016-09-13 Thread drankye
HDFS-10845. Change defaults in hdfs-site.xml to match timeunit type. 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/b6d839a6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b6d839a6 Diff:

[05/32] hadoop git commit: Revert "HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng"

2016-09-13 Thread drankye
Revert "HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng" This reverts commit 62a9667136ebd8a048f556b534fcff4fdaf8e2ec Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

[01/32] hadoop git commit: HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen.

2016-09-13 Thread drankye
Repository: hadoop Updated Branches: refs/heads/HADOOP-12756 e671a0f52 -> 60f66a930 HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://g

[18/32] hadoop git commit: Addendum patch for HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. Contributed by Manoj Govindassamy.

2016-09-13 Thread drankye
Addendum patch for HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. 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/a0b03836 Tree: http://git-wip-us.a

[13/32] hadoop git commit: HDFS-10742. Measure lock time in FsDatasetImpl. Contributed by Chen Liang

2016-09-13 Thread drankye
HDFS-10742. Measure lock time in FsDatasetImpl. 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/011f3b24 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/011f3b24 Diff: http://git-wip-us.apa

[24/32] hadoop git commit: HDFS-10855. Fix typos in HDFS documents. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10855. Fix typos in HDFS documents. 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/cc01ed70 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cc01ed70 Diff: http://git-wip-us.apache.org

[02/32] hadoop git commit: YARN-5616. Clean up WeightAdjuster. (Yufei Gu via kasha)

2016-09-13 Thread drankye
YARN-5616. Clean up WeightAdjuster. (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/c0e492e5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c0e492e5 Diff: http://git-wip-us.apache.org/repos/asf

[14/32] hadoop git commit: HDFS-10831. Add log when URLConnectionFactory.openConnection failed. Contributed by yunjiong zhao.

2016-09-13 Thread drankye
HDFS-10831. Add log when URLConnectionFactory.openConnection failed. Contributed by yunjiong zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b07c266d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b07c266d D

[04/32] hadoop git commit: HADOOP-13388. Clean up TestLocalFileSystemPermission. Contributed by Andras Bokor.

2016-09-13 Thread drankye
HADOOP-13388. Clean up TestLocalFileSystemPermission. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f414d5e1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f414d5e1 Diff: http://git-

[03/32] hadoop git commit: HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran

2016-09-13 Thread drankye
HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7fdfcd8a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7fdfcd8a

[27/32] hadoop git commit: HDFS-10821. DiskBalancer: Report command support with multiple nodes. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10821. DiskBalancer: Report command support with multiple nodes. 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/8a93f45a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8a93f45a Diff

[17/32] hadoop git commit: HADOOP-10940. RPC client does no bounds checking of responses. Contributed by Daryn Sharp.

2016-09-13 Thread drankye
HADOOP-10940. RPC client does no bounds checking of responses. Contributed by Daryn Sharp. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4d07687 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d4d07687 Diff: htt

[32/32] hadoop git commit: Merge branch 'trunk' into HADOOP-12756

2016-09-13 Thread drankye
Merge branch 'trunk' into HADOOP-12756 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/60f66a93 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/60f66a93 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/60f66

[29/32] hadoop git commit: HDFS-10858. FBR processing may generate incorrect reportedBlock-blockGroup mapping. Contributed by Jing Zhao.

2016-09-13 Thread drankye
HDFS-10858. FBR processing may generate incorrect reportedBlock-blockGroup mapping. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/72dfb048 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[09/32] hadoop git commit: HDFS-8901. Use ByteBuffer in striping positional read. Contributed by Sammi Chen and Kai Zheng.

2016-09-13 Thread drankye
HDFS-8901. Use ByteBuffer in striping positional read. Contributed by Sammi Chen and Kai Zheng. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/401db4fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/401db4fc Diff

[25/32] hadoop git commit: HADOOP-13587. distcp.map.bandwidth.mb is overwritten even when -bandwidth flag isn't set. Contributed by Zoran Dimitrijevic

2016-09-13 Thread drankye
HADOOP-13587. distcp.map.bandwidth.mb is overwritten even when -bandwidth flag isn't set. Contributed by Zoran Dimitrijevic Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9faccd10 Tree: http://git-wip-us.apache.org/repos/a

[16/32] hadoop git commit: HDFS-9849. DiskBalancer: reduce lock path in shutdown code. Contributed by Yuanbo Liu.

2016-09-13 Thread drankye
HDFS-9849. DiskBalancer: reduce lock path in shutdown code. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/baab4892 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/baab4892 Diff: http://

[08/32] hadoop git commit: HDFS-10847. Complete the document for FileDistribution processor in OfflineImageViewer. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10847. Complete the document for FileDistribution processor in OfflineImageViewer. 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/20a20c2f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/

[22/32] hadoop git commit: HDFS-10808. DiskBalancer does not execute multi-steps plan-redux. Contributed by Anu Engineer.

2016-09-13 Thread drankye
HDFS-10808. DiskBalancer does not execute multi-steps plan-redux. Contributed by Anu Engineer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bee9f57f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bee9f57f Diff:

[10/32] hadoop git commit: Revert "YARN-5567. Fix script exit code checking in NodeHealthScriptRunner#reportHealthStatus. (Yufei Gu via rchiang)"

2016-09-13 Thread drankye
Revert "YARN-5567. Fix script exit code checking in NodeHealthScriptRunner#reportHealthStatus. (Yufei Gu via rchiang)" This reverts commit 05ede003868871addc30162e9707c3dc14ed6b7a. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[09/50] [abbrv] hadoop git commit: HADOOP-13447. Refactor S3AFileSystem to support introduction of separate metadata repository and tests. Contributed by Chris Nauroth.

2016-09-13 Thread drankye
HADOOP-13447. Refactor S3AFileSystem to support introduction of separate metadata repository and tests. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d152557c Tree: http://git-wip-us.apache.o

[08/50] [abbrv] hadoop git commit: HADOOP-13549. Eliminate intermediate buffer for server-side PB encoding. Contributed by Daryn Sharp.

2016-09-13 Thread drankye
HADOOP-13549. Eliminate intermediate buffer for server-side PB encoding. Contributed by Daryn Sharp. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/39d1b1d7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/39d1b1d7

[10/50] [abbrv] hadoop git commit: Add CHANGES and release notes for 3.0.0-alpha1 to site

2016-09-13 Thread drankye
http://git-wip-us.apache.org/repos/asf/hadoop/blob/f388a209/hadoop-common-project/hadoop-common/src/site/markdown/release/3.0.0-alpha1/RELEASENOTES.3.0.0-alpha1.md -- diff --git a/hadoop-common-project/hadoop-common/src/site/markd

[06/50] [abbrv] hadoop git commit: YARN-5608. TestAMRMClient.setup() fails with ArrayOutOfBoundsException. Contributed by Daniel Templeton.

2016-09-13 Thread drankye
YARN-5608. TestAMRMClient.setup() fails with ArrayOutOfBoundsException. Contributed by Daniel Templeton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f9557127 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f955

[03/50] [abbrv] hadoop git commit: HDFS-10833. Fix JSON errors in WebHDFS.md examples.

2016-09-13 Thread drankye
HDFS-10833. Fix JSON errors in WebHDFS.md examples. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cbd909ce Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cbd909ce Diff: http://git-wip-us.apache.org/repos/asf/hado

[02/50] [abbrv] hadoop git commit: YARN-5549. AMLauncher#createAMContainerLaunchContext() should not log the command to be launched indiscriminately. (Daniel Templeton via rchiang)

2016-09-13 Thread drankye
YARN-5549. AMLauncher#createAMContainerLaunchContext() should not log the command to be launched indiscriminately. (Daniel Templeton via rchiang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/378f624a Tree: http://git-wip

[01/50] [abbrv] hadoop git commit: HDFS-10822. Log DataNodes in the write pipeline. John Zhuge via Lei Xu

2016-09-13 Thread drankye
Repository: hadoop Updated Branches: refs/heads/HDFS-10285 23532716f -> f0876b8b6 HDFS-10822. Log DataNodes in the write pipeline. John Zhuge via Lei Xu Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5a8c5064 Tree: http

[12/50] [abbrv] hadoop git commit: Add CHANGES and release notes for 3.0.0-alpha1 to site

2016-09-13 Thread drankye
Add CHANGES and release notes for 3.0.0-alpha1 to site Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f388a209 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f388a209 Diff: http://git-wip-us.apache.org/repos/asf/h

[04/50] [abbrv] hadoop git commit: YARN-5264. Store all queue-specific information in FSQueue. (Yufei Gu via kasha)

2016-09-13 Thread drankye
YARN-5264. Store all queue-specific information in FSQueue. (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/f6ea9be5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f6ea9be5 Diff: http://git-wip

[16/50] [abbrv] hadoop git commit: HDFS-10835. Fix typos in httpfs.sh. Contributed by John Zhuge.

2016-09-13 Thread drankye
HDFS-10835. Fix typos in httpfs.sh. Contributed by John Zhuge. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7c213c34 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7c213c34 Diff: http://git-wip-us.apache.org/rep

[23/50] [abbrv] hadoop git commit: HADOOP-13388. Clean up TestLocalFileSystemPermission. Contributed by Andras Bokor.

2016-09-13 Thread drankye
HADOOP-13388. Clean up TestLocalFileSystemPermission. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f414d5e1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f414d5e1 Diff: http://git-

[18/50] [abbrv] hadoop git commit: HDFS-9038. DFS reserved space is erroneously counted towards non-DFS used. (Brahma Reddy Battula)

2016-09-13 Thread drankye
HDFS-9038. DFS reserved space is erroneously counted towards non-DFS used. (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/5f23abfa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5f23abfa Di

[11/50] [abbrv] hadoop git commit: Add CHANGES and release notes for 3.0.0-alpha1 to site

2016-09-13 Thread drankye
http://git-wip-us.apache.org/repos/asf/hadoop/blob/f388a209/hadoop-common-project/hadoop-common/src/site/markdown/release/3.0.0-alpha1/CHANGES.3.0.0-alpha1.md -- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/r

[05/50] [abbrv] hadoop git commit: HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. Contributed by Manoj Govindassamy.

2016-09-13 Thread drankye
HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. 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/07650bc3 Tree: http://git-wip-us.apache.org/repos/asf/

[19/50] [abbrv] hadoop git commit: HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen.

2016-09-13 Thread drankye
HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/680be58a Tree: http://git-wip-us.apache.org

[22/50] [abbrv] hadoop git commit: HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran

2016-09-13 Thread drankye
HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7fdfcd8a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7fdfcd8a

[13/50] [abbrv] hadoop git commit: HDFS-9847. HDFS configuration should accept time units. Contributed by Yiqun Lin

2016-09-13 Thread drankye
HDFS-9847. HDFS configuration should accept time units. 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/d37dc5d1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d37dc5d1 Diff: http://git-wip

[07/50] [abbrv] hadoop git commit: YARN-5576. Allow resource localization while container is running. Contributed by Jian He.

2016-09-13 Thread drankye
YARN-5576. Allow resource localization while container is running. 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/e6fcfe28 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e6fcfe28 Diff: htt

[14/50] [abbrv] hadoop git commit: HDFS-6962. ACL inheritance conflicts with umaskmode. Contributed by Chris Nauroth.

2016-09-13 Thread drankye
http://git-wip-us.apache.org/repos/asf/hadoop/blob/f0d5382f/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLIWithPosixAclInheritance.xml -- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLIWith

[15/50] [abbrv] hadoop git commit: HDFS-6962. ACL inheritance conflicts with umaskmode. Contributed by Chris Nauroth.

2016-09-13 Thread drankye
HDFS-6962. ACL inheritance conflicts with umaskmode. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f0d5382f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f0d5382f Diff: http://git-

[17/50] [abbrv] hadoop git commit: HDFS-10841. Remove duplicate or unused variable in appendFile(). Contributed by Kihwal Lee.

2016-09-13 Thread drankye
HDFS-10841. Remove duplicate or unused variable in appendFile(). Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f6c0b754 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f6c0b754 Diff: ht

[20/50] [abbrv] hadoop git commit: YARN-5616. Clean up WeightAdjuster. (Yufei Gu via kasha)

2016-09-13 Thread drankye
YARN-5616. Clean up WeightAdjuster. (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/c0e492e5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c0e492e5 Diff: http://git-wip-us.apache.org/repos/asf

[32/50] [abbrv] hadoop git commit: HDFS-10742. Measure lock time in FsDatasetImpl. Contributed by Chen Liang

2016-09-13 Thread drankye
HDFS-10742. Measure lock time in FsDatasetImpl. 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/011f3b24 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/011f3b24 Diff: http://git-wip-us.apa

[44/50] [abbrv] hadoop git commit: HADOOP-13587. distcp.map.bandwidth.mb is overwritten even when -bandwidth flag isn't set. Contributed by Zoran Dimitrijevic

2016-09-13 Thread drankye
HADOOP-13587. distcp.map.bandwidth.mb is overwritten even when -bandwidth flag isn't set. Contributed by Zoran Dimitrijevic Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9faccd10 Tree: http://git-wip-us.apache.org/repos/a

[43/50] [abbrv] hadoop git commit: HDFS-10855. Fix typos in HDFS documents. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10855. Fix typos in HDFS documents. 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/cc01ed70 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cc01ed70 Diff: http://git-wip-us.apache.org

[38/50] [abbrv] hadoop git commit: HADOOP-13540 improve section on troubleshooting s3a auth problems. Contributed by Steve Loughran

2016-09-13 Thread drankye
HADOOP-13540 improve section on troubleshooting s3a auth problems. Contributed by Steve Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4b6d795f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4b6d795f Dif

[50/50] [abbrv] hadoop git commit: HDFS-10856. Update the comment of BPServiceActor$Scheduler#scheduleNextBlockReport. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10856. Update the comment of BPServiceActor$Scheduler#scheduleNextBlockReport. 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/f0876b8b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[41/50] [abbrv] hadoop git commit: HDFS-10808. DiskBalancer does not execute multi-steps plan-redux. Contributed by Anu Engineer.

2016-09-13 Thread drankye
HDFS-10808. DiskBalancer does not execute multi-steps plan-redux. Contributed by Anu Engineer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bee9f57f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bee9f57f Diff:

[30/50] [abbrv] hadoop git commit: HDFS-10845. Change defaults in hdfs-site.xml to match timeunit type. Contributed by Yiqun Lin

2016-09-13 Thread drankye
HDFS-10845. Change defaults in hdfs-site.xml to match timeunit type. 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/b6d839a6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b6d839a6 Diff:

[31/50] [abbrv] hadoop git commit: HADOOP-13519. Make Path Serializable. Contributed by Steve Loughran

2016-09-13 Thread drankye
HADOOP-13519. Make Path Serializable. Contributed by Steve Loughran Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1192781a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1192781a Diff: http://git-wip-us.apache.or

[26/50] [abbrv] hadoop git commit: HDFS-10844. test_libhdfs_threaded_hdfs_static and test_libhdfs_zerocopy_hdfs_static are failing.

2016-09-13 Thread drankye
HDFS-10844. test_libhdfs_threaded_hdfs_static and test_libhdfs_zerocopy_hdfs_static are failing. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2d1bf53c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2d1bf53c Dif

[28/50] [abbrv] hadoop git commit: HDFS-8901. Use ByteBuffer in striping positional read. Contributed by Sammi Chen and Kai Zheng.

2016-09-13 Thread drankye
HDFS-8901. Use ByteBuffer in striping positional read. Contributed by Sammi Chen and Kai Zheng. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/401db4fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/401db4fc Diff

[40/50] [abbrv] hadoop git commit: HDFS-10832. Propagate ACL bit and isEncrypted bit in HttpFS FileStatus permissions.

2016-09-13 Thread drankye
HDFS-10832. Propagate ACL bit and isEncrypted bit in HttpFS FileStatus permissions. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cba973f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cba973f0 Diff: http://git

[45/50] [abbrv] hadoop git commit: HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS

2016-09-13 Thread drankye
HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS This commit includes the following changes: HADOOP-13356. Add a function to handle command_subcommand_OPTS HADOOP-13355. Handle HADOOP_CLIENT_OPTS in a function HADOOP-13554. Add an

[34/50] [abbrv] hadoop git commit: HDFS-10553. DiskBalancer: Rename Tools/DiskBalancer class to Tools/DiskBalancerCLI. Contributed by Manoj Govindassamy.

2016-09-13 Thread drankye
HDFS-10553. DiskBalancer: Rename Tools/DiskBalancer class to Tools/DiskBalancerCLI. 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/35c5943b Tree: http://git-wip-us.apache.org/repos/asf/ha

[48/50] [abbrv] hadoop git commit: HDFS-10858. FBR processing may generate incorrect reportedBlock-blockGroup mapping. Contributed by Jing Zhao.

2016-09-13 Thread drankye
HDFS-10858. FBR processing may generate incorrect reportedBlock-blockGroup mapping. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/72dfb048 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree

[33/50] [abbrv] hadoop git commit: HDFS-10831. Add log when URLConnectionFactory.openConnection failed. Contributed by yunjiong zhao.

2016-09-13 Thread drankye
HDFS-10831. Add log when URLConnectionFactory.openConnection failed. Contributed by yunjiong zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b07c266d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b07c266d D

[36/50] [abbrv] hadoop git commit: HADOOP-10940. RPC client does no bounds checking of responses. Contributed by Daryn Sharp.

2016-09-13 Thread drankye
HADOOP-10940. RPC client does no bounds checking of responses. Contributed by Daryn Sharp. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d4d07687 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d4d07687 Diff: htt

[24/50] [abbrv] hadoop git commit: Revert "HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng"

2016-09-13 Thread drankye
Revert "HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng" This reverts commit 62a9667136ebd8a048f556b534fcff4fdaf8e2ec Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/r

[27/50] [abbrv] hadoop git commit: HDFS-10847. Complete the document for FileDistribution processor in OfflineImageViewer. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10847. Complete the document for FileDistribution processor in OfflineImageViewer. 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/20a20c2f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/

[47/50] [abbrv] hadoop git commit: HADOOP-13588. ConfServlet should respect Accept request header. Contributed by Weiwei Yang

2016-09-13 Thread drankye
HADOOP-13588. ConfServlet should respect Accept request header. Contributed by Weiwei Yang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/59d59667 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/59d59667 Diff: htt

[39/50] [abbrv] hadoop git commit: MAPREDUCE-6628. Potential memory leak in CryptoOutputStream. Contributed by Mariappan Asokan

2016-09-13 Thread drankye
MAPREDUCE-6628. Potential memory leak in CryptoOutputStream. Contributed by Mariappan Asokan Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9f192cc5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9f192cc5 Diff: h

[35/50] [abbrv] hadoop git commit: HDFS-9849. DiskBalancer: reduce lock path in shutdown code. Contributed by Yuanbo Liu.

2016-09-13 Thread drankye
HDFS-9849. DiskBalancer: reduce lock path in shutdown code. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/baab4892 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/baab4892 Diff: http://

[46/50] [abbrv] hadoop git commit: HDFS-10821. DiskBalancer: Report command support with multiple nodes. Contributed by Yiqun Lin.

2016-09-13 Thread drankye
HDFS-10821. DiskBalancer: Report command support with multiple nodes. 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/8a93f45a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8a93f45a Diff

[25/50] [abbrv] hadoop git commit: HDFS-10778. Add -format option to make the output of FileDistribution processor human-readable in OfflineImageViewer.

2016-09-13 Thread drankye
HDFS-10778. Add -format option to make the output of FileDistribution processor human-readable in OfflineImageViewer. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/63f59489 Tree: http://git-wip-us.apache.org/repos/asf/had

[42/50] [abbrv] hadoop git commit: HDFS-10830. FsDatasetImpl#removeVolumes crashes with IllegalMonitorStateException when vol being removed is in use. (Arpit Agarwal and Manoj Govindassamy)

2016-09-13 Thread drankye
HDFS-10830. FsDatasetImpl#removeVolumes crashes with IllegalMonitorStateException when vol being removed is in use. (Arpit Agarwal and Manoj Govindassamy) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a99bf26a Tree: http

[37/50] [abbrv] hadoop git commit: Addendum patch for HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. Contributed by Manoj Govindassamy.

2016-09-13 Thread drankye
Addendum patch for HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. 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/a0b03836 Tree: http://git-wip-us.a

[29/50] [abbrv] hadoop git commit: Revert "YARN-5567. Fix script exit code checking in NodeHealthScriptRunner#reportHealthStatus. (Yufei Gu via rchiang)"

2016-09-13 Thread drankye
Revert "YARN-5567. Fix script exit code checking in NodeHealthScriptRunner#reportHealthStatus. (Yufei Gu via rchiang)" This reverts commit 05ede003868871addc30162e9707c3dc14ed6b7a. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/

[21/50] [abbrv] hadoop git commit: HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng

2016-09-13 Thread drankye
HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/62a96671 Tree: http://git-wip-us.apache.org/repo

[49/50] [abbrv] hadoop git commit: HDFS-10657. testAclCLI.xml setfacl test should expect mask r-x. (John Zhuge via Yongjun Zhang)

2016-09-13 Thread drankye
HDFS-10657. testAclCLI.xml setfacl test should expect mask r-x. (John Zhuge 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/d2466ec3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d2466ec3 Diff:

hadoop git commit: HDFS-10794. [SPS]: Provide storage policy satisfy worker at DN for co-ordinating the block storage movement work. Contributed by Rakesh R

2016-09-13 Thread drankye
Repository: hadoop Updated Branches: refs/heads/HDFS-10285 f0876b8b6 -> 7e8c8e217 HDFS-10794. [SPS]: Provide storage policy satisfy worker at DN for co-ordinating the block storage movement work. Contributed by Rakesh R Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http

hadoop git commit: HDFS-11964. Decoding inputs should be correctly prepared in pread. Contributed by Takanobu Asanuma

2017-09-01 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 1b3b9938c -> 7a96033b1 HDFS-11964. Decoding inputs should be correctly prepared in pread. Contributed by Takanobu Asanuma Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/co

hadoop git commit: HDFS-12388. A bad error message in DFSStripedOutputStream. Contributed by Huafeng Wang

2017-09-05 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk ed162b7aa -> 5dba54596 HDFS-12388. A bad error message in DFSStripedOutputStream. Contributed by Huafeng Wang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5dba545

hadoop git commit: HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen

2017-09-05 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk d4035d42f -> d7f27043c HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/

hadoop git commit: HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen

2017-09-05 Thread drankye
Repository: hadoop Updated Branches: refs/heads/branch-3.0 94b56dde0 -> 3c71bf79f HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/co

hadoop git commit: HDFS-12402. Refactor ErasureCodingPolicyManager and related codes. Contributed by Sammi Chen

2017-09-07 Thread drankye
Repository: hadoop Updated Branches: refs/heads/branch-3.0 2608b5391 -> 7415a21ee HDFS-12402. Refactor ErasureCodingPolicyManager and related codes. Contributed by Sammi Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: HDFS-12402. Refactor ErasureCodingPolicyManager and related codes. Contributed by Sammi Chen

2017-09-07 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 6f101e7df -> 2adf8bed7 HDFS-12402. Refactor ErasureCodingPolicyManager and related codes. Contributed by Sammi Chen Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2

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

2016-05-19 Thread drankye
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/2120de58 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2120de58 Diff: http://git-w

[1/2] hadoop git commit: HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang

2016-05-19 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 22ff9e68d -> 2120de588 HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang 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: HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng

2016-05-25 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 77d5ce906 -> a6c79f92d http://git-wip-us.apache.org/repos/asf/hadoop/blob/a6c79f92/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java --

[2/2] hadoop git commit: HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng

2016-05-25 Thread drankye
HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a6c79f92 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a6c79f92 Diff: http://git-wip-

hadoop git commit: HDFS-10434. Fix intermittent test failure of TestDataNodeErasureCodingMetrics. Contributed by Rakesh R

2016-05-25 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk a6c79f92d -> f69f5ab3b HDFS-10434. Fix intermittent test failure of TestDataNodeErasureCodingMetrics. Contributed by Rakesh R Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoo

[1/2] hadoop git commit: HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng

2016-05-25 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 4f513a4a8 -> 77202fa10 http://git-wip-us.apache.org/repos/asf/hadoop/blob/77202fa1/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/RSRawDecoder.java

[2/2] hadoop git commit: HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng

2016-05-25 Thread drankye
HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/77202fa1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/77202fa1 Diff: http://git-wip-us.apache.or

hadoop git commit: HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang

2016-05-26 Thread drankye
Repository: hadoop Updated Branches: refs/heads/branch-2 999cdd91b -> 4c8ab5e16 HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hado

hadoop git commit: HADOOP-12911. Upgrade Hadoop MiniKDC with Kerby. Contributed by Jiajia Li

2016-05-26 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 34cc21f6d -> 916140604 HADOOP-12911. Upgrade Hadoop MiniKDC with Kerby. Contributed by Jiajia Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/91614060 Tree: http:/

[2/2] hadoop git commit: Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng"

2016-05-30 Thread drankye
Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng" This reverts commit a6c79f92d503c664f2d109355b719124f29a30e5. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/93d8a7f2 Tree: http://g

[1/2] hadoop git commit: Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng"

2016-05-30 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 4e1f56e11 -> 93d8a7f2a http://git-wip-us.apache.org/repos/asf/hadoop/blob/93d8a7f2/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestDoAsEffectiveUser.java --

hadoop git commit: HDFS-9833. Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data. Contributed by Rakesh R.

2016-05-31 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 8ceb06e23 -> d749cf65e HDFS-9833. Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data. Contributed by Rakesh R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://g

hadoop git commit: HADOOP-13220. Follow on fixups after upgraded mini-kdc using Kerby. Contributed by Jiajia Li

2016-06-08 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 76f0800c2 -> 723432b33 HADOOP-13220. Follow on fixups after upgraded mini-kdc using Kerby. Contributed by Jiajia Li Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7

hadoop git commit: HDFS-8449. Add tasks count metrics to datanode for ECWorker. Contributed by Bo Li.

2016-05-15 Thread drankye
Repository: hadoop Updated Branches: refs/heads/trunk 45788204a -> ad9441122 HDFS-8449. Add tasks count metrics to datanode for ECWorker. Contributed by Bo Li. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ad944112 Tr

<    1   2   3   4   5   6   >