Lei Xu
|
25f5d9ad5e
|
HDFS-11687. Add new public encryption APIs required by Hive. (lei)
Change-Id: I4a23a00de63ad18022312ceb1f306a87d032d07c
|
2017-05-04 12:06:50 -07:00 |
|
Andrew Wang
|
c2a52ef9c2
|
HDFS-11643. Add shouldReplicate option to create builder. Contributed by SammiChen.
|
2017-05-04 11:39:14 -07:00 |
|
Lei Xu
|
19a7e94ee4
|
HDFS-11718. DFSStripedOutputStream hsync/hflush should not throw UnsupportedOperationException. (Manoj Govindassamy via lei)
Change-Id: I4cc226b80c64a0d900a3b1ce71e51f051cd29c22
|
2017-04-28 17:06:14 -07:00 |
|
Kai Zheng
|
cb672a45a0
|
HDFS-11605. Allow user to customize new erasure code policies. Contributed by Huafeng Wang
|
2017-04-28 13:18:50 +08:00 |
|
Akira Ajisaka
|
249cb210f5
|
HDFS-11697. Add javadoc for storage policy and erasure coding policy. Contributed by Kai Sasaki.
|
2017-04-27 16:12:27 +09:00 |
|
Akira Ajisaka
|
93fa48fcf2
|
HDFS-11417. Add datanode admin command to get the storage info. Contributed by Surendra Singh Lilhore.
|
2017-04-26 17:43:29 +09:00 |
|
Chris Douglas
|
2f73396b59
|
HDFS-6708. StorageType should be encoded in the block token. Contributed by Ewan Higgs
|
2017-04-25 23:57:00 -07:00 |
|
Yongjun Zhang
|
20e3ae260b
|
HDFS-11402. HDFS Snapshots should capture point-in-time copies of OPEN files. (Manoj Govindassamy via Yongjun Zhang)
|
2017-04-21 20:35:48 -07:00 |
|
Yongjun Zhang
|
5078df7be3
|
HDFS-11689. New exception thrown by DFSClient%isHDFSEncryptionEnabled broke hacky hive code. Contributed by Yongjun Zhang.
|
2017-04-21 13:36:31 -07:00 |
|
Kai Zheng
|
b0803388fc
|
HDFS-11604. Define and parse erasure code policies. Contributed by Lin Zeng
|
2017-04-21 13:33:33 +08:00 |
|
John Zhuge
|
8c81a16a1f
|
HDFS-11531. Expose hedged read metrics via libHDFS API. Contributed by Sailesh Mukil.
|
2017-04-18 21:11:07 -07:00 |
|
Andrew Wang
|
c0ca785dbb
|
HDFS-11652. Improve ECSchema and ErasureCodingPolicy toString, hashCode, equals.
|
2017-04-17 16:30:25 -07:00 |
|
Andrew Wang
|
a7312715a6
|
HDFS-10996. Ability to specify per-file EC policy at create time. Contributed by SammiChen.
|
2017-04-12 12:27:34 -07:00 |
|
Andrew Wang
|
966b1b5b44
|
HDFS-11565. Use compact identifiers for built-in ECPolicies in HdfsFileStatus.
|
2017-04-12 12:24:32 -07:00 |
|
Chris Nauroth
|
23b1a7bdf1
|
HDFS-11163. Mover should move the file blocks to default storage once policy is unset. Contributed by Surendra Singh Lilhore.
|
2017-04-11 22:03:09 -07:00 |
|
Andrew Wang
|
e8bdad7385
|
HDFS-11623. Move system erasure coding policies into hadoop-hdfs-client.
|
2017-04-07 16:46:28 -07:00 |
|
Xiaoyu Yao
|
0eacd4c13b
|
HDFS-11608. HDFS write crashed with block size greater than 2 GB. Contributed by Xiaobing Zhou.
|
2017-04-06 16:11:55 -07:00 |
|
Andrew Wang
|
9e0e430f18
|
HDFS-11538. Move ClientProtocol HA proxies into hadoop-hdfs-client. Contributed by Huafeng Wang.
|
2017-04-04 23:05:24 -07:00 |
|
Andrew Wang
|
18432130a7
|
HADOOP-14104. Client should always ask namenode for kms provider path. Contributed by Rushabh S Shah.
|
2017-04-04 13:38:25 -07:00 |
|
Chris Douglas
|
6eba79232f
|
HADOOP-14271. Correct spelling of 'occurred' and variants. Contributed by Yeliang Cang
|
2017-04-03 20:13:14 -07:00 |
|
Arpit Agarwal
|
5485d93bda
|
HDFS-11603. Improve slow mirror/disk warnings in BlockReceiver.
|
2017-03-31 12:10:27 -07:00 |
|
Hanisha Koneru
|
28cdc5a8dc
|
HDFS-11551. Handle SlowDiskReport from DataNode at the NameNode. Contributed by Hanisha Koneru.
|
2017-03-30 22:41:26 -07:00 |
|
Rakesh Radhakrishnan
|
84d787b9d5
|
HDFS-11541. Call RawErasureEncoder and RawErasureDecoder release() methods. Contributed by SammiChen.
|
2017-03-29 11:41:48 +05:30 |
|
Tsuyoshi Ozawa
|
84ddedc0b2
|
HADOOP-10101. Update guava dependency to the latest version. (ozawa)
|
2017-03-25 10:06:52 +09:00 |
|
Andrew Wang
|
332a997e10
|
HDFS-11170. Add builder-based create API to FileSystem. Contributed by SammiChen and Wei Zhou.
|
2017-03-24 12:56:46 -07:00 |
|
Andrew Wang
|
52b00600df
|
HADOOP-13715. Add isErasureCoded() API to FileStatus class. Contributed by Manoj Govindassamy.
|
2017-03-24 11:44:46 -07:00 |
|
Zhe Zhang
|
59d69257a8
|
HADOOP-9631. ViewFs should use underlying FileSystem's server side defaults. Contributed by Lohit Vijayarenu and Erik Krogen.
|
2017-03-22 22:22:22 -07:00 |
|
Arpit Agarwal
|
e7c8da614c
|
HDFS-11545. Propagate DataNode's slow disks info to the NameNode via Heartbeats. Contributed by Hanisha Koneru.
|
2017-03-20 21:54:58 -07:00 |
|
Chris Douglas
|
b104f3a282
|
HDFS-6648. Order of namenodes in ConfiguredFailoverProxyProvider is undefined. Contributed by Inigo Goiri
|
2017-03-20 17:15:13 -07:00 |
|
Xiaobing Zhou
|
7536815039
|
HDFS-10394. move declaration of okhttp version from hdfs-client to hadoop-project POM. Contributed by Xiaobing Zhou.
|
2017-03-16 18:13:43 -07:00 |
|
Andrew Wang
|
cc1292e73a
|
HDFS-9705. Refine the behaviour of getFileChecksum when length = 0. Contributed by Kai Zheng and SammiChen.
|
2017-03-14 16:41:10 -07:00 |
|
Andrew Wang
|
5addacb1e3
|
HDFS-11152. Start erasure coding policy ID number from 1 instead of 0 to void potential unexpected errors. Contributed by SammiChen.
|
2017-03-08 08:47:38 -08:00 |
|
Arpit Agarwal
|
b5adc5c301
|
HDFS-10838. Last full block report received time for each DN should be easily discoverable. Contributed by Surendra Singh Lilhore.
|
2017-03-06 16:39:53 -08:00 |
|
Yiqun Lin
|
3536ce031c
|
HDFS-8741. Proper error msg to be printed when invalid operation type is given to WebHDFS operations. Contributed by Surendra Singh Lilhore.
|
2017-03-06 19:04:03 +08:00 |
|
Rakesh Radhakrishnan
|
82ef9accaf
|
HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang.
|
2017-03-01 16:06:02 +05:30 |
|
Andrew Wang
|
55c07bbed2
|
HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy.
|
2017-02-27 17:07:45 -08:00 |
|
Xiao Chen
|
e24ed47d9a
|
HDFS-11421. Make WebHDFS' ACLs RegEx configurable. Contributed by Harsh J.
|
2017-02-24 16:49:46 -08:00 |
|
Jing Zhao
|
627da6f717
|
HDFS-8498. Blocks can be committed with wrong size. Contributed by Jing Zhao.
|
2017-02-15 10:44:37 -08:00 |
|
Xiaoyu Yao
|
aaf2713235
|
HDFS-11409. DatanodeInfo getNetworkLocation and setNetworkLocation shoud use volatile instead of synchronized. Contributed by Chen Liang.
|
2017-02-14 12:52:34 -08:00 |
|
Yiqun Lin
|
4164a2032a
|
HDFS-11408. The config name of balance bandwidth is out of date. Contributed by Yiqun Lin.
|
2017-02-14 18:57:20 +08:00 |
|
Chris Douglas
|
4ed33e9ca3
|
HDFS-11026. Convert BlockTokenIdentifier to use Protobuf. Contributed by Ewan Higgs.
|
2017-02-13 11:29:18 -08:00 |
|
Kihwal Lee
|
07a5184f74
|
HDFS-11379. DFSInputStream may infinite loop requesting block locations. Contributed by Daryn Sharp.
|
2017-02-10 12:27:08 -06:00 |
|
Xiao Chen
|
0914fcca31
|
HDFS-11363. Need more diagnosis info when seeing Slow waitForAckedSeqno.
|
2017-02-02 10:08:27 -08:00 |
|
Chris Douglas
|
59c5f18784
|
HADOOP-13895. Make FileStatus Serializable
|
2017-02-01 10:19:36 -08:00 |
|
Arpit Agarwal
|
b57368b6f8
|
HDFS-11194. Maintain aggregated peer performance metrics on NameNode.
|
2017-01-24 16:58:20 -08:00 |
|
Ming Ma
|
f3fb94be05
|
HDFS-11296. Maintenance state expiry should be an epoch time and not jvm monotonic. (Manoj Govindassamy via mingma)
|
2017-01-19 22:31:15 -08:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
|
Andrew Wang
|
a2a5d7b5bc
|
HDFS-10759. Change fsimage bool isStriped from boolean to an enum. Contributed by Ewan Higgs.
|
2017-01-18 13:31:05 -08:00 |
|
Andrew Wang
|
d51f8ba808
|
HDFS-11312. Fix incompatible tag number change for nonDfsUsed in DatanodeInfoProto. Contributed by Sean Mackrory.
|
2017-01-11 15:13:27 -08:00 |
|
Andrew Wang
|
e69231658d
|
HDFS-11072. Add ability to unset and change directory EC policy. Contributed by Sammi Chen.
|
2017-01-10 11:32:48 -08:00 |
|