Akira Ajisaka
|
991c946593
|
HADOOP-10568. Reuse ObjectMapper instance in CombinedHostsFileReader and CombinedHostsFileWriter. Contributed by Yiqun Lin.
|
2016-06-29 10:10:19 -07:00 |
|
Andrew Wang
|
c0829f4493
|
HDFS-6434. Default permission for creating file should be 644 for WebHdfs/HttpFS. Contributed by Wellington Chevreuil.
|
2016-06-28 13:55:26 -07:00 |
|
Anu Engineer
|
7e2be5c4a0
|
HDFS-10518. DiskBalancer: Pretty-print json in Query command. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
5df2d2b8fd
|
HDFS-10399. DiskBalancer: Add JMX for DiskBalancer. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
050677077b
|
HDFS-9720. DiskBalancer : Add configuration parameters. Contributed by Anu Engineer.
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
e646c2eb50
|
HDFS-9681. DiskBalancer: Add QueryPlan implementation. (Contributed by Anu Engineer)
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
2b1b2faf76
|
HDFS-9671. DiskBalancer: SubmitPlan implementation. (Contributed by Anu Engineer)
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
66f0bb646d
|
HDFS-9647. DiskBalancer: Add getRuntimeSettings. (Contributed by Anu Engineer)
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
96fe685b7a
|
HDFS-9645. DiskBalancer: Add Query RPC. (Contributed by Anu Engineer)
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
0501d430e2
|
HDFS-9595. DiskBalancer: Add cancelPlan RPC. (Contributed by Anu Engineer)
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
7100c0da35
|
HDFS-9588. DiskBalancer: Add submitDiskbalancer RPC. (Anu Engineer via Arpit Agarwal)
|
2016-06-23 18:18:48 -07:00 |
|
Kai Zheng
|
e6cb07520f
|
HDFS-10460. Recompute block checksum for a particular range less than file size on the fly by reconstructing missed block. Contributed by Rakesh R
|
2016-06-24 17:39:32 +08:00 |
|
Akira Ajisaka
|
d433b16ce6
|
HDFS-7597. DelegationTokenIdentifier should cache the TokenIdentifier to UGI mapping. Contributed by Daryn Sharp, Bob Hansen, and Xiao Chen.
|
2016-06-22 11:00:16 +09:00 |
|
Jitendra Pandey
|
7adc4d1769
|
HDFS-10538. Remove AsyncDistributedFileSystem. Contributed by Xiaobing Zhou and Jitendra Pandey.
|
2016-06-20 17:22:55 -07:00 |
|
Jitendra Pandey
|
b7c4cf7129
|
HADOOP-13291. Probing stats in DFSOpsCountStatistics/S3AStorageStatistics should be correctly implemented. Contributed by Mingliang Liu.
|
2016-06-20 16:25:30 -07:00 |
|
Colin Patrick Mccabe
|
5f6b4157a4
|
HDFS-10328. Add per-cache-pool default replication num configuration (xupeng via cmccabe)
|
2016-06-20 10:42:50 -07:00 |
|
Vinayakumar B
|
cc6c265171
|
HDFS-10256. Use GenericTestUtils.getTestDir method in tests for temporary directories (Contributed by Vinayakumar B)
|
2016-06-16 16:47:06 +05:30 |
|
Masatake Iwasaki
|
8ea9bbce26
|
HDFS-10508. DFSInputStream should set thread's interrupt status after catching InterruptException from sleep. Contributed by Jing Zhao.
|
2016-06-09 14:52:29 +09:00 |
|
Jing Zhao
|
be34e85e68
|
HDFS-10468. HDFS read ends up ignoring an interrupt. Contributed by Jing Zhao
|
2016-06-07 10:48:21 -07:00 |
|
Tsz-Wo Nicholas Sze
|
35f255b03b
|
Revert "Revert "HADOOP-13226 Support async call retry and failover.""
This reverts commit 5360da8bd9 .
|
2016-06-06 16:31:43 +08:00 |
|
Tsz-Wo Nicholas Sze
|
b3d81f38da
|
Revert "Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit b82c74b910 .
|
2016-06-06 16:31:30 +08:00 |
|
Tsz-Wo Nicholas Sze
|
574dcd34c0
|
Revert "Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls.""
This reverts commit e4450d47f1 .
|
2016-06-06 16:31:23 +08:00 |
|
Tsz-Wo Nicholas Sze
|
cba9a01889
|
Revert "Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit f23d5dfc60 .
|
2016-06-06 16:29:38 +08:00 |
|
Tsz-Wo Nicholas Sze
|
aa20fa150d
|
Revert "Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou""
This reverts commit 4d36b221a2 .
|
2016-06-06 16:28:47 +08:00 |
|
Tsz-Wo Nicholas Sze
|
eded3d109e
|
Revert "Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit 106234d873 .
|
2016-06-06 16:28:21 +08:00 |
|
Andrew Wang
|
106234d873
|
Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit fc94810d3f .
|
2016-06-03 18:09:55 -07:00 |
|
Andrew Wang
|
4d36b221a2
|
Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou"
This reverts commit 1b9f18623a .
|
2016-06-03 18:09:18 -07:00 |
|
Andrew Wang
|
f23d5dfc60
|
Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 7251bb922b .
|
2016-06-03 18:09:17 -07:00 |
|
Andrew Wang
|
e4450d47f1
|
Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls."
This reverts commit 42c22f7e3d .
|
2016-06-03 18:09:16 -07:00 |
|
Andrew Wang
|
b82c74b910
|
Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 02d4e478a3 .
|
2016-06-03 18:09:14 -07:00 |
|
Andrew Wang
|
5360da8bd9
|
Revert "HADOOP-13226 Support async call retry and failover."
This reverts commit 83f2f78c11 .
|
2016-06-03 18:09:09 -07:00 |
|
Andrew Wang
|
713cb71820
|
HADOOP-13155. Implement TokenRenewer to renew and cancel delegation tokens in KMS. Contributed by Xiao Chen.
|
2016-06-03 16:48:54 -07:00 |
|
Kai Zheng
|
d749cf65e1
|
HDFS-9833. Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data. Contributed by Rakesh R.
|
2016-06-02 12:56:21 +08:00 |
|
Tsz-Wo Nicholas Sze
|
83f2f78c11
|
HADOOP-13226 Support async call retry and failover.
|
2016-05-31 16:30:11 -07:00 |
|
Kai Zheng
|
77202fa103
|
HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng
|
2016-05-27 13:23:34 +08:00 |
|
Tsz-Wo Nicholas Sze
|
02d4e478a3
|
HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-24 14:51:27 -07:00 |
|
Allen Wittenauer
|
4b0f55b6ea
|
HDFS-7766. Add a flag to WebHDFS op=CREATE to not respond with a 307 redirect (Ravi Prakash via aw)
|
2016-05-23 15:52:01 -07:00 |
|
Tsz-Wo Nicholas Sze
|
42c22f7e3d
|
HADOOP-13168. Support Future.get with timeout in ipc async calls.
|
2016-05-19 15:34:04 -07:00 |
|
Yongjun Zhang
|
16c07cc68a
|
HDFS-10381, DataStreamer DataNode exclusion log message should be warning. (John Zhuge via Yongjun Zhang)
|
2016-05-17 15:57:33 -07:00 |
|
Yongjun Zhang
|
e24fe2641b
|
HDFS-9732, Improve DelegationTokenIdentifier.toString() for better logging. Contributed by Yongjun Zhang.
|
2016-05-17 14:03:08 -07:00 |
|
Kihwal Lee
|
4a5819dae2
|
HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore.
|
2016-05-17 08:53:31 -05:00 |
|
Akira Ajisaka
|
9fe5828f05
|
HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi.
|
2016-05-17 15:53:09 +09:00 |
|
Sangjin Lee
|
61f46be071
|
HDFS-10208. Addendum for HDFS-9579: to handle the case when client machine can't resolve network path (Ming Ma via sjlee)
|
2016-05-16 18:49:47 -07:00 |
|
Andrew Wang
|
3c5c57af28
|
HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1.
|
2016-05-12 18:27:28 -07:00 |
|
Lei Xu
|
a2774debf7
|
HDFS-9389. Add maintenance states to AdminStates. (Ming Ma via lei)
|
2016-05-12 15:42:54 -07:00 |
|
Andrew Wang
|
ca5613af91
|
Revert "Update project version to 3.0.0-alpha1-SNAPSHOT."
This reverts commit 6b53802cba .
|
2016-05-12 15:32:45 -07:00 |
|
Andrew Wang
|
6b53802cba
|
Update project version to 3.0.0-alpha1-SNAPSHOT.
|
2016-05-12 11:05:05 -07:00 |
|
Tsz-Wo Nicholas Sze
|
7251bb922b
|
HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-11 17:53:40 -07:00 |
|
Colin Patrick Mccabe
|
687233f20d
|
HADOOP-13065. Add a new interface for retrieving FS and FC Statistics (Mingliang Liu via cmccabe)
|
2016-05-11 13:45:39 -07:00 |
|
Xiaoyu Yao
|
45a753ccf7
|
HDFS-10344. DistributedFileSystem#getTrashRoots should skip encryption zone that does not have .Trash. Contributed by Xiaoyu Yao.
|
2016-05-02 19:30:47 -07:00 |
|
Tsz-Wo Nicholas Sze
|
1b9f18623a
|
HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou
|
2016-05-02 11:16:30 -07:00 |
|
Lei Xu
|
8bd0bca0b1
|
HDFS-3702. Fix missing imports from HDFS-3702 trunk patch.
|
2016-04-27 15:37:41 -07:00 |
|
Lei Xu
|
0a152103f1
|
HDFS-3702. Add an option for NOT writing the blocks locally if there is a datanode on the same box as the client. (Contributed by Lei (Eddy) Xu)
|
2016-04-27 14:22:51 -07:00 |
|
Allen Wittenauer
|
7b1c37a13a
|
HADOOP-12892. fix/rewrite create-release (aw)
|
2016-04-27 08:38:22 -07:00 |
|
Tsz-Wo Nicholas Sze
|
fc94810d3f
|
HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-04-26 17:10:13 -07:00 |
|
Zhe Zhang
|
5865fe2bf0
|
HDFS-9869. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-2]. Contributed by Rakesh R.
|
2016-04-25 22:01:54 -07:00 |
|
Tsz-Wo Nicholas Sze
|
f308561f1d
|
HDFS-8057 Move BlockReader implementation to the client implementation package. Contributed by Takanobu Asanuma
|
2016-04-25 12:01:48 -07:00 |
|
Masatake Iwasaki
|
6fcde2e38d
|
HDFS-9905. WebHdfsFileSystem#runWithRetry should display original stack trace on error. (Wei-Chiu Chuang via iwasakims)
|
2016-04-23 23:37:56 +09:00 |
|
Jing Zhao
|
63e5412f1a
|
HDFS-9427. HDFS should not default to ephemeral ports. Contributed by Xiaobing Zhou.
|
2016-04-22 15:14:40 -07:00 |
|
Jing Zhao
|
4a043b3fec
|
HDFS-9894. Add unsetStoragePolicy API to FileContext/AbstractFileSystem and derivatives. Contributed by Xiaobing Zhou.
|
2016-04-21 20:17:27 -07:00 |
|
Xiaoyu Yao
|
b4be288c5d
|
HDFS-10207. Support enable Hadoop IPC backoff without namenode restart. Contributed by Xiaobing Zhou.
|
2016-04-21 10:18:48 -07:00 |
|
Kai Zheng
|
b5d4c7dc76
|
HADOOP-12924. Configure raw erasure coders for supported codecs. Contributed by Rui Li.
|
2016-04-20 15:47:01 +08:00 |
|
Kihwal Lee
|
2c155afe27
|
HDFS-10292. Add block id when client got Unable to close file exception. Contributed by Brahma Reddy Battula.
|
2016-04-14 14:25:11 -05:00 |
|
Akira Ajisaka
|
a409508b3f
|
HDFS-10277. PositionedReadable test testReadFullyZeroByteFile failing in HDFS. Contributed by Steve Loughran.
|
2016-04-12 14:55:01 +09:00 |
|
Chris Nauroth
|
843ee8d59d
|
HADOOP-12994. Specify PositionedReadable, add contract tests, fix problems. Contributed by Steve Loughran.
|
2016-04-08 13:36:58 -07:00 |
|
Akira Ajisaka
|
9c32f8785e
|
HDFS-10266. Remove unused properties dfs.client.file-block-storage-locations.num-threads and dfs.client.file-block-storage-locations.timeout.millis. Contributed by Ray Chiang.
|
2016-04-08 15:32:13 +09:00 |
|
Uma Maheswara Rao G
|
3c18a53cbd
|
HDFS-9719. Refactoring ErasureCodingWorker into smaller reusable constructs. Contributed by Kai Zheng.
|
2016-04-06 22:50:24 -07:00 |
|
Eric Payne
|
aede8c10ec
|
HDFS-9945. Datanode command for evicting writers. Contributed by Kihwal Lee
|
2016-04-06 20:20:14 +00:00 |
|
Colin Patrick Mccabe
|
188f65287d
|
HDFS-6520. hdfs fsck passes invalid length value when creating BlockReader (Xiao Chen via cmccabe)
|
2016-04-06 11:28:34 -07:00 |
|
Masatake Iwasaki
|
85ec5573eb
|
HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)
|
2016-04-06 03:22:48 +09:00 |
|
Colin Patrick Mccabe
|
37e23ce45c
|
HDFS-10223. peerFromSocketAndKey performs SASL exchange before setting connection timeouts (cmccabe)
|
2016-03-30 13:37:37 -07:00 |
|
Walter Su
|
d8383c687c
|
HDFS-10182. Hedged read might overwrite user's buf. Contributed by zhouyingchao.
|
2016-03-28 15:44:25 +08:00 |
|
Uma Maheswara Rao G
|
3a4ff7776e
|
HDFS-9694. Make existing DFSClient#getFileChecksum() work for striped blocks. Contributed by Kai Zheng
|
2016-03-26 19:58:09 -07:00 |
|
Arpit Agarwal
|
a337ceb74e
|
Revert "HDFS-9694. Make existing DFSClient#getFileChecksum() work for striped blocks. Contributed by Kai Zheng"
This reverts commit e5ff0ea7ba .
|
2016-03-26 09:20:01 -07:00 |
|
Uma Maheswara Rao G
|
e5ff0ea7ba
|
HDFS-9694. Make existing DFSClient#getFileChecksum() work for striped blocks. Contributed by Kai Zheng
|
2016-03-26 00:52:50 -07:00 |
|
Lei Xu
|
fde8ac5d85
|
Add missing files from HDFS-9005. (lei)
|
2016-03-25 17:11:35 -07:00 |
|
Lei Xu
|
4fcfea71bf
|
HDFS-9005. Provide support for upgrade domain script. (Ming Ma via Lei Xu)
|
2016-03-25 17:09:12 -07:00 |
|
Sangjin Lee
|
cd8b6889a7
|
HDFS-9579. Provide bytes-read-by-network-distance metrics at FileSystem.Statistics level (Ming Ma via sjlee)
|
2016-03-19 14:02:04 -07:00 |
|
Colin Patrick Mccabe
|
9a43094e12
|
HDFS-9947. Block#toString should not output information from derived classes (cmccabe)
|
2016-03-14 14:59:11 -07:00 |
|
Zhe Zhang
|
7600e3c48f
|
HDFS-7866. Erasure coding: NameNode manages multiple erasure coding policies. Contributed by Rui Li.
|
2016-03-08 22:30:30 -08:00 |
|
Akira Ajisaka
|
352d299cf8
|
HDFS-9812. Streamer threads leak if failure happens when closing DFSOutputStream. Contributed by Lin Yiqun.
|
2016-03-08 10:43:17 +09:00 |
|
Arpit Agarwal
|
27941a1811
|
HDFS-9534. Add CLI command to clear storage policy from a path. (Contributed by Xiaobing Zhou)
|
2016-03-02 18:35:28 -08:00 |
|
Zhe Zhang
|
67880ccae6
|
HDFS-9886. Configuration properties for hedged read is broken. Contributed by Akira AJISAKA.
|
2016-03-02 10:26:06 -08:00 |
|
Xiaoyu Yao
|
5abf051249
|
HDFS-9887. WebHdfs socket timeouts should be configurable. Contributed by Austin Donnelly and Chris Douglas.
|
2016-03-02 09:23:17 -08:00 |
|
Andrew Wang
|
4abb2fa687
|
HDFS-9881. DistributedFileSystem#getTrashRoot returns incorrect path for encryption zones.
|
2016-03-01 16:35:39 -08:00 |
|
Uma Maheswara Rao G
|
307ec80aca
|
HDFS-9733. Refactor DFSClient#getFileChecksum and DataXceiver#blockChecksum. Contributed by Kai Zheng
|
2016-02-29 21:52:20 -08:00 |
|
Jing Zhao
|
321a80c759
|
HDFS-9867. Missing block exception should carry locatedBlocks information. Contributed by Mingliang Liu.
|
2016-02-28 15:00:27 -08:00 |
|
Zhe Zhang
|
8808779db3
|
HDFS-9734. Refactoring of checksum failure report related codes. Contributed by Kai Zheng.
Change-Id: Ie69a77e3498a360959f8e213c51fb2b17c28b64a
|
2016-02-25 09:55:50 -08:00 |
|
cnauroth
|
d1dd248b75
|
HDFS-9854. Log cipher suite negotiation more verbosely. Contributed by Wei-Chiu Chuang.
|
2016-02-24 12:11:35 -08:00 |
|
Zhe Zhang
|
def754ec06
|
HDFS-9816. Erasure Coding: allow to use multiple EC policies in striping related tests [Part 3]. Contributed by Rui Li.
Change-Id: I64b57bab4722cdc6e1e3148c3a3a401370249afe
|
2016-02-23 14:05:17 -08:00 |
|
Zhe Zhang
|
647a35e996
|
HDFS-9844. Correct path creation in getTrashRoot to handle root dir.
Change-Id: I5afe6c7176063892e3e632698c849bd9f4b92906
|
2016-02-23 13:29:39 -08:00 |
|
Jing Zhao
|
e54cc29312
|
HDFS-9818. Correctly handle EC reconstruction work caused by not enough racks. Contributed by Jing Zhao.
|
2016-02-19 19:02:23 -08:00 |
|
cnauroth
|
5d1889a66d
|
HDFS-9711. Integrate CSRF prevention filter in WebHDFS. Contributed by Chris Nauroth.
|
2016-02-18 10:07:28 -08:00 |
|
Zhe Zhang
|
0fb14aaced
|
HDFS-9799. Reimplement getCurrentTrashDir to remove incompatibility. (zhz)
Change-Id: I7834bcebffed38cb384db5395ddb8b6dd9e79a0b
|
2016-02-17 13:30:50 -08:00 |
|
Haohui Mai
|
77f7ca3e94
|
HDFS-9815. Move o.a.h.fs.Hdfs to hadoop-hdfs-client. Contributed by Vinayakumar B.
|
2016-02-17 10:56:11 -08:00 |
|
Jing Zhao
|
f3c91a41a5
|
HDFS-9794. Streamer threads may leak if failure happens when closing the striped outputstream. Contributed by Jing Zhao.
|
2016-02-12 10:59:31 -08:00 |
|
Masatake Iwasaki
|
372d1302c6
|
HDFS-9700. DFSClient and DFSOutputStream should set TCP_NODELAY on sockets for DataTransferProtocol (Gary Helmling via iwasakims)
|
2016-02-13 03:31:15 +09:00 |
|
Akira Ajisaka
|
e6a7044b85
|
HDFS-9768. Reuse ObjectMapper instance in HDFS to improve the performance. Contributed by Lin Yiqun.
|
2016-02-13 01:57:24 +09:00 |
|
zhezhang
|
dbe49c1bd6
|
HDFS-9244. Support nested encryption zones.
Change-Id: I43a13035a8b27956e90967ee82058efb647c3415
|
2016-02-08 16:30:51 -08:00 |
|
Uma Maheswara Rao G
|
bffaa38a91
|
HDFS-9777. Fix typos in DFSAdmin command line and documentation.(Wei-Chiu Chuang via umamahesh)
|
2016-02-08 13:47:45 -08:00 |
|