Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.1
Description
Hadoop FileStatus accepts flags for erasure coding and encryption on creation. Impala relies on FileStatus.isErasureCoded to make scheduling decisions and determine whether a file is local or remote.
Ozone doesn't use this signature, so isErasureCoded and isEncrypted always return false.
Attachments
Issue Links
- is depended upon by
-
IMPALA-11476 Support for Ozone with Erasure Coding
- Resolved
-
IMPALA-11859 Metric tracking encrypted bytes read
- Resolved
- is related to
-
HDDS-7603 Erasure coding and encryption are not flagged on FileStatus for ofs
- Resolved
- links to