16328 Commits

Author SHA1 Message Date
Weiwei Yang
87154fcd61 HDFS-12105. Ozone: listVolumes doesn't work from ozone commandline. Contributed by Yiqun Lin. 2017-07-10 10:24:22 +08:00
Weiwei Yang
4e3fbc8697 HDFS-12037. Ozone: Improvement rest API output format for better looking. Contributed by Weiwei Yang. 2017-07-08 10:06:58 +08:00
Weiwei Yang
5fd38a6dc1 HDFS-11679. Ozone: SCM CLI: Implement list container command. Contributed by Yuanbo Liu. 2017-07-07 15:54:21 +08:00
Weiwei Yang
8efb1fafd5 HDFS-12080. Ozone: Fix UT failure in TestOzoneConfigurationFields. Contributed by Mukul Kumar Singh. 2017-07-06 17:35:20 +08:00
Anu Engineer
952009217e HDFS-12057. Ozone: OzoneClient: Implementation of OzoneClient. Contributed by Nandakumar 2017-07-05 23:08:56 -07:00
Anu Engineer
4d3993bb9b HDFS-12076. Ozone: Review all cases where we are returning FAILED_INTERNAL_ERROR. Contributed by Chen Liang. 2017-07-05 22:26:20 -07:00
Anu Engineer
2959102b1f HDFS-12086. Ozone: Add the unit test for KSMMetrics. Contributed by Yiqun Lin. 2017-07-05 15:23:11 -07:00
Anu Engineer
62c0cc767e HDFS-12081. Ozone: Add infoKey REST API document. Contributed by Weiwei Yang. 2017-07-05 11:53:02 -07:00
Anu Engineer
ebbc04c2d5 HDFS-12053. Ozone: ozone server should create missing metadata directory if it has permission to. Contributed by Weiwei Yang. 2017-07-05 11:15:16 -07:00
Weiwei Yang
b23b01645b HDFS-12035. Ozone: listKey doesn't work from ozone commandline. Contributed by Yiqun Lin. 2017-07-04 09:56:01 +08:00
Weiwei Yang
737759e3d5 HDFS-12048. Ozone:TestOzoneContainerRatis & TestRatisManager are failing consistently. Contributed by Mukul Kumar Singh. 2017-07-03 22:11:04 +08:00
Weiwei Yang
f6a51ad440 HDFS-12023. Ozone: Test if all the configuration keys are documented in ozone-defaults.xml. Contributed by Elek, Marton. 2017-07-03 22:01:29 +08:00
Weiwei Yang
1fd09a865f HDFS-12047. Ozone: Add REST API documentation. Contributed by Weiwei Yang. 2017-07-03 10:08:29 +08:00
Weiwei Yang
b3c8f9c810 HDFS-12030. Ozone: CLI: support infoKey command. Contributed by Yiqun Lin. 2017-07-01 23:01:09 +08:00
Weiwei Yang
b6bc23d406 HDFS-12002. Ozone : SCM cli misc fixes/improvements. Contributed by Chen Liang. 2017-07-01 15:23:22 +08:00
Anu Engineer
f4af0c91c5 HDFS-11955. Ozone: Set proper parameter default values for listBuckets http request. Contributed by Weiwei Yang. 2017-07-01 00:08:30 -07:00
Anu Engineer
2708e6260d HDFS-11773. Ozone: KSM : add listVolumes. Contributed by Weiwei Yang. 2017-06-30 23:44:15 -07:00
Chen Liang
0e0893930c HDFS-12063. Ozone: Ozone shell: Multiple RPC calls for put/get key. Contributed by Yiqun Lin. 2017-06-30 14:36:26 -07:00
Chen Liang
ba647764f3 HDFS-12050. Ozone: StorageHandler: Implementation of close for releasing resources during shutdown. Contributed by Nandakumar. 2017-06-29 14:43:30 -07:00
Weiwei Yang
4c683936e7 HDFS-12031. Ozone: Rename OzoneClient to OzoneRestClient. Contributed by Nandakumar. 2017-06-28 23:57:34 +08:00
Weiwei Yang
f98c3523a2 HDFS-12018. Ozone: Misc: Add CBlocks defaults to ozone-defaults.xml. Contributed by Chen Liang. 2017-06-27 12:55:08 +08:00
Weiwei Yang
102dd20b73 HDFS-12028. Ozone: CLI: remove noisy slf4j binding output from hdfs oz command. Contributed by Chen Liang. 2017-06-27 12:35:16 +08:00
Anu Engineer
31eafb15bc HDFS-12007. Ozone: Enable HttpServer2 for SCM and KSM. Contributed by Elek, Marton. 2017-06-24 00:44:32 -07:00
Xiaoyu Yao
29c942b225 HDFS-12016. Ozone: SCM: Container metadata are not loaded properly after datanode restart. Contributed by Xiaoyu Yao. 2017-06-23 14:32:05 -07:00
Anu Engineer
c395bc8faa HDFS-11990. Ozone: Add all configurable entries into ozone-default.xml. Contributed by Yiqun Lin. 2017-06-22 23:04:07 -07:00
Anu Engineer
c77d7f9047 HDFS-11970. Ozone: TestXceiverClientManager.testFreeByEviction fails occasionally. Contributed by Mukul Kumar Singh. 2017-06-21 18:01:58 -07:00
Yiqun Lin
b9a6441e1b HDFS-11963. Ozone: Documentation: Add getting started page (addendum). Contributed by Yiqun Lin. 2017-06-21 10:32:35 +08:00
Yiqun Lin
66552374e1 HDFS-11983. Ozone: Add documentation for metrics in KSMMetrics to OzoneMetrics.md. Contributed by Yiqun Lin. 2017-06-21 10:27:01 +08:00
Anu Engineer
14a94e7a4f HDFS-11999. Ozone: Clarify startup error message of Datanode in case namenode is missing. Contributed by Marton Elek. 2017-06-20 16:37:03 -07:00
Anu Engineer
185e3ad744 HDFS-11585. Ozone: Support force update a container. Contributed by Yuanbo Liu. 2017-06-20 11:13:12 -07:00
Anu Engineer
f8110c3e6e HDFS-11963. Ozone: Documentation: Add getting started page. Contributed by Anu Engineer. 2017-06-19 21:29:18 -07:00
Xiaoyu Yao
0f671caf8d HDFS-11782. Ozone: KSM: Add listKey. Contributed by Yiqun Lin. 2017-06-19 15:55:58 -07:00
Anu Engineer
3a868fe8c4 HDFS-11979. Ozone: TestContainerPersistence never uses MiniOzoneCluster. Contributed by Tsz Wo Nicholas Sze. 2017-06-15 10:33:09 -07:00
Anu Engineer
505dd9608a HDFS-11962. Ozone: Add stop-ozone.sh script. Contributed by Weiwei Yang. 2017-06-15 10:13:48 -07:00
Anu Engineer
150ac98863 HDFS-11961. Ozone: Add start-ozone.sh to quickly start ozone. Contributed by Weiwei Yang. 2017-06-15 10:02:59 -07:00
Xiaoyu Yao
a3c75be588 HDFS-11977. Ozone: cannot enable test debug/trace log. Contributed by Tsz Wo Nicholas Sze. 2017-06-15 08:25:20 -07:00
Anu Engineer
ba1afb25cc HDFS-11969. Block Storage: Convert unnecessary info log levels to debug. Contributed by Mukul Kumar Singh. 2017-06-14 19:33:59 -07:00
Tsz-Wo Nicholas Sze
0688a1c25a HDFS-11946. Ozone: Containers in different datanodes are mapped to the same location. Contributed by Nandakumar 2017-06-13 17:25:20 +08:00
Anu Engineer
0a05da9a89 HDFS-11845. Ozone: Output error when DN handshakes with SCM. Contributed by Weiwei Yang 2017-06-09 10:44:07 -07:00
Anu Engineer
62a1fa1af0 HDFS-11958. Ozone: Ensure KSM is initiated using ProtobufRpcEngine. Contributed by Weiwei Yang. 2017-06-09 10:37:51 -07:00
Anu Engineer
423c4bde74 HDFS-11185. Ozone: remove disabled tests. Contributed by Anu Engineer. 2017-06-09 10:25:25 -07:00
Xiaoyu Yao
2ec6464a1d HDFS-11953. Remove Guava v21 usage from HDFS-7240. Contributed by Xiaoyu Yao. 2017-06-08 10:44:53 -07:00
John Zhuge
25e6378f14 HDFS-11861. ipc.Client.Connection#sendRpcRequest should log request name. Contributed by John Zhuge. 2017-06-08 10:44:53 -07:00
Mingliang Liu
d2f0ddc8f6 HADOOP-14500. Azure: TestFileSystemOperationExceptionHandling{,MultiThreaded} fails. Contributed by Rajesh Balamohan 2017-06-08 10:44:53 -07:00
Carlo Curino
a5c15bca30 YARN-6634. [API] Refactor ResourceManager WebServices to make API explicit. (Giovanni Matteo Fumarola via curino) 2017-06-08 10:44:52 -07:00
Brahma Reddy Battula
bea02d229c MAPREDUCE-6676. NNBench should Throw IOException when rename and delete fails. Contributed by Brahma Reddy Battula. 2017-06-08 10:44:52 -07:00
Varun Saxena
0887355d9c YARN-6604. Allow metric TTL for Application table to be specified through cmd (Haibo Chen via Varun Saxena) 2017-06-08 10:44:52 -07:00
Yiqun Lin
7d1d49603d HDFS-11929. Document missing processor of hdfs oiv_legacy command. Contributed by LiXin Ge. 2017-06-08 10:44:52 -07:00
Vinayakumar B
f2f1ada640 HDFS-11708. Positional read will fail if replicas moved to different DNs after stream is opened. Contributed by Vinayakumar B. 2017-06-08 10:44:52 -07:00
Brahma Reddy Battula
7d3bbf2d37 HDFS-11711. DN should not delete the block On "Too many open files" Exception. Contributed by Brahma Reddy Battula. 2017-06-08 10:44:52 -07:00