Xiaoyu Yao
5cfb88a225
HDDS-1246. Add ozone delegation token utility subcmd for Ozone CLI. Contributed by Xiaoyu Yao. ( #594 )
2019-03-15 16:08:30 -07:00
Elek, Márton
dc21655f2a
HDDS-1259. OzoneFS classpath separation is broken by the token validation. Contributed by Elek Marton.
...
Closes #604
2019-03-15 09:43:01 -07:00
Márton Elek
3d140a537a
HDDS-1247. Bump trunk ozone version to 0.5.0. Contributed by Elek, Marton.
...
Closes #588
2019-03-14 12:01:25 +01:00
Márton Elek
c449cdebe6
HDDS-807. Period should be an invalid character in bucket names. Contributed by Siddharth Wagle.
2019-03-12 19:14:55 +01:00
Xiaoyu Yao
eed8b794d8
HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contributed by Xiaoyu Yao. ( #545 )
2019-03-04 10:37:26 -08:00
Ajay Yadav
9e53088493
Revert "HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contr…" ( #544 )
...
* Revert "Fix checkstyle issue"
This reverts commit 78c8a3323e
.
* Revert "HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contributed by Xiaoyu Yao."
This reverts commit 6fef6fc5ee
.
2019-03-01 16:19:43 -08:00
Xiaoyu Yao
6fef6fc5ee
HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contributed by Xiaoyu Yao.
2019-03-01 16:15:20 -08:00
Márton Elek
a5eb7ce651
HDDS-1170. Fix the FindBugs issue in OzoneClientAdapterFactory. Contributed by Anu Engineer.
2019-02-25 10:41:43 +01:00
Anu Engineer
236b105e41
HDDS-1089. Disable OzoneFSStorageStatistics for hadoop versions older than 2.8.
...
Contributed by Elek, Marton.
2019-02-24 13:53:38 -08:00
Anu Engineer
75e15cc0c4
HDDS-1103.Fix rat/findbug/checkstyle errors in ozone/hdds projects.
...
Contributed by Elek, Marton.
2019-02-14 23:33:25 -08:00
Nanda kumar
63a9b0d8aa
HDDS-1080. Ozonefs Isolated class loader should support FsStorageStatistics.
...
Contributed by Elek, Marton.
2019-02-12 14:49:51 +05:30
Márton Elek
e7d1ae52d2
HDDS-1017. Use distributed tracing to indentify performance problems in Ozone. Contributed by Elek, Marton.
2019-02-11 12:18:26 +01:00
Nanda kumar
394a9f7d5c
HDDS-1033. Add FSStatistics for OzoneFileSystem.
...
Contributed by Mukul Kumar Singh.
2019-02-08 17:33:37 +05:30
Márton Elek
a65aca2fef
HDDS-922. Create isolated classloder to use ozonefs with any older hadoop versions. Contributed by Elek, Marton.
2019-02-07 17:02:03 +01:00
Hanisha Koneru
91649c34aa
HDDS-1013. NPE while listing directories.
2019-01-25 21:39:03 -08:00
Xiaoyu Yao
9fc7df8afb
HDDS-793. Support custom key/value annotations on volume/bucket/key. Contributed by Elek, Marton.
2019-01-24 23:24:09 -08:00
Bharat Viswanadham
2091d1a4af
HDDS-941. Rename ChunkGroupInputStream to keyInputStream and ChunkInputStream to BlockInputStream. Contributed by Shashikant Banerjee.
2019-01-09 20:02:36 -08:00
Shashikant Banerjee
4ff1c46d95
HDDS-925. Rename ChunkGroupOutputStream to KeyOutputStream and ChunkOutputStream to BlockOutputStream. Contributed by Shashikant Banerjee.
2018-12-18 18:03:46 +05:30
Shashikant Banerjee
14e1a0a3d6
HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee.
2018-11-21 10:51:50 +05:30
Shashikant Banerjee
1734ace35f
Revert "HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee."
...
This reverts commit c74783036d
.
2018-11-21 01:07:38 +05:30
Shashikant Banerjee
c74783036d
HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee.
2018-11-20 23:01:02 +05:30
Anu Engineer
a16aa2f60b
HDDS-825. Code cleanup based on messages from ErrorProne.
...
Contributed by Anu Engineer.
2018-11-15 17:36:09 -08:00
Arpit Agarwal
bac8807c8b
HDDS-819. Match OzoneFileSystem behavior with S3AFileSystem. Contributed by Hanisha Koneru.
2018-11-14 16:12:06 -08:00
Arpit Agarwal
244afaba4a
HDDS-719. Remove Ozone dependencies on Apache Hadoop 3.2.0. Contributed by Arpit Agarwal.
2018-10-24 16:17:05 -07:00
Anu Engineer
cd057918d6
HDDS-672. Spark shell throws OzoneFileSystem not found.
...
Contributed by Anu Engineer.
2018-10-19 09:22:46 -07:00
Hanisha Koneru
9146d33e18
HDDS-670. Fix OzoneFS directory rename.
2018-10-17 17:51:29 -07:00
Jitendra Pandey
d93d515af5
HDDS-651. Rename o3 to o3fs for Filesystem.
2018-10-17 14:19:17 -07:00
Arpit Agarwal
addb84600f
HDDS-654. Add ServiceLoader resource for OzoneFileSystem. Contributed by Jitendra Nath Pandey.
2018-10-13 09:19:45 -07:00
Anu Engineer
c07b95bdfc
HDDS-645. Enable OzoneFS contract tests by default.
...
Contributed by Arpit Agarwal.
2018-10-12 14:46:04 -07:00
Arpit Agarwal
56b18b9df1
HDDS-639. ChunkGroupInputStream gets into infinite loop after reading a block. Contributed by Mukul Kumar Singh.
2018-10-12 13:33:38 -07:00
Anu Engineer
604c27c33a
HDDS-634. OzoneFS: support basic user group and permission for file/dir.
...
Contributed by Xiaoyu Yao.
2018-10-11 17:25:25 -07:00
Márton Elek
600438bcde
HDDS-602. Bump Ozone version to 0.4.0-SNAPSHOT after ozone-0.3 branch cut.
2018-10-09 19:04:25 +02:00
Bharat Viswanadham
9c3fbbc4f6
HDDS-444. Add rest service to the s3gateway. Contributed by Elek Marton.
2018-09-24 22:10:16 -07:00
Bharat Viswanadham
62f817d32e
HDDS-447. Separate ozone-dist and hadoop-dist projects with real classpath separation. Contributed by Elek Marton.
2018-09-24 10:10:11 -07:00
Arpit Agarwal
17f5651a51
HDDS-503. Suppress ShellBasedUnixGroupsMapping exception in tests. Contributed by Arpit Agarwal.
2018-09-18 16:06:21 -07:00
Bharat Viswanadham
5896372761
HDDS-495. Ozone docs and ozonefs packages have undefined hadoop component. Contributed by Dinesh Chitlangia.
2018-09-18 13:50:39 -07:00
Márton Elek
001611cca3
HDDS-481. Classes are missing from the shaded ozonefs jar. Contributed by Bharat Viswanadham.
...
(cherry picked from commit e043783917ed58a1a967ca67b7240b1b3e846a69)
2018-09-18 10:32:36 +02:00
Márton Elek
94ed5cffd7
HDDS-214. Bump ozone/hdds version after the release branch cut
2018-09-07 17:45:26 +02:00
Anu Engineer
c5629d546d
HDDS-382. Remove RatisTestHelper#RatisTestSuite constructor argument and fix checkstyle in ContainerTestHelper, GenericTestUtils
...
Contributed by Nandakumar.
2018-08-28 14:06:19 -07:00
Anu Engineer
df21e1b1dd
HDDS-332. Remove the ability to configure ozone.handler.type
...
Contributed by Nandakumar and Anu Engineer.
2018-08-28 09:56:02 -07:00
Anu Engineer
d951af22b4
HADOOP-15552. Addendum patch to fix the build break in Ozone File system.
...
Contributed by Anu Engineer.
2018-08-15 10:58:29 -07:00
Arpit Agarwal
061b168529
HDDS-167. Rename KeySpaceManager to OzoneManager. Contributed by Arpit Agarwal.
2018-07-06 12:09:05 -07:00
Anu Engineer
e16e5b307d
HDDS-177. Create a releasable ozonefs artifact
...
Contributed by Marton, Elek.
2018-06-24 01:05:04 -07:00