Skip to content

Open HDFS file with FileStatus when readily available#3765

Draft
dlmarion wants to merge 1 commit into
NationalSecurityAgency:integrationfrom
dlmarion:hdfs-open-file-with-status
Draft

Open HDFS file with FileStatus when readily available#3765
dlmarion wants to merge 1 commit into
NationalSecurityAgency:integrationfrom
dlmarion:hdfs-open-file-with-status

Conversation

@dlmarion

Copy link
Copy Markdown
Collaborator

This commit takes advantage of the changes in HDFS-17593 and Accumulo PR #6460 to reduce calls to the NameNode when opening a file if the FileStatus is already available.

These changes won't compile until Accumulo 2.1.7 is released and this project is updated to use it. Likewise, to realize the performance optimization in Hadoop, a version of Hadoop that includes HDFS-17593 will need to be used (at least 3.5.1).

This commit takes advantage of the changes in HDFS-17593
and Accumulo PR #6460 to reduce calls to the NameNode
when opening a file if the FileStatus is already available.

These changes won't compile until Accumulo 2.1.7 is released
and this project is updated to use it. Likewise, to realize
the performance optimization in Hadoop, a version of Hadoop
that includes HDFS-17593 will need to be used (at least 3.5.1).
@dlmarion dlmarion self-assigned this Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant