Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-7285
-
None
-
None
-
Reviewed
Description
Discussed with Uma Maheswara Rao G and [~vinayrpet], in client when reading and writing a stripping file, it can invoke a separate call to NameNode to request the EC schema associated with the EC zone where the file is in. Then the schema can be used to guide the reading and writing. Currently it uses hard-coded values.
Optionally, as an optimization consideration, client may cache schema info per file or per zone or per schema name. We could add schema name in HdfsFileStatus for that.
Attachments
Attachments
Issue Links
- Is contained by
-
HDFS-8062 Remove hard-coded values in favor of EC schema
- Resolved