Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0
-
None
Description
move org.apache.hadoop.fs.common package from hadoop-aws, along with any tests, into hadoop-common jar and the+ package org.apache.hadoop.fs.impl
(except for any bits we find are broadly useful in applications to use any new APIs, in which case somewhere more public, such as o.a.h.util.functional for the futures work)
we can and should pick on new package and move the classes there, even while they are in hadoop-aws. why so? lets us add checkstyle/findbugs rules with the final classnames
Attachments
Issue Links
- contains
-
HADOOP-18187 Convert s3a prefetching to use JavaDoc for fields and enums
- Resolved
-
HADOOP-18318 Update class names to be clear they belong to S3A prefetching
- Resolved
- links to