-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Add support for reading partial files to HDFS repository #9513
Labels
Comments
andrross
added
bug
Something isn't working
untriaged
distributed framework
v2.10.0
and removed
untriaged
labels
Aug 23, 2023
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Aug 23, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]>
6 tasks
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Aug 23, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]>
andrross
added a commit
that referenced
this issue
Aug 24, 2023
Resolves #9513 Signed-off-by: Andrew Ross <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Aug 24, 2023
Resolves #9513 Signed-off-by: Andrew Ross <[email protected]> (cherry picked from commit 762c70b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
andrross
pushed a commit
that referenced
this issue
Aug 24, 2023
Resolves #9513 (cherry picked from commit 762c70b) Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
austintlee
pushed a commit
to austintlee/OpenSearch
that referenced
this issue
Aug 25, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]>
Gaganjuneja
pushed a commit
to Gaganjuneja/OpenSearch
that referenced
this issue
Aug 28, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]>
Gaganjuneja
pushed a commit
to Gaganjuneja/OpenSearch
that referenced
this issue
Aug 28, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Gagan Juneja <[email protected]>
kkmr
pushed a commit
to kkmr/OpenSearch
that referenced
this issue
Aug 28, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Kiran Reddy <[email protected]>
kaushalmahi12
pushed a commit
to kaushalmahi12/OpenSearch
that referenced
this issue
Sep 12, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]>
brusic
pushed a commit
to brusic/OpenSearch
that referenced
this issue
Sep 25, 2023
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
shiv0408
pushed a commit
to Gaurav614/OpenSearch
that referenced
this issue
Apr 25, 2024
Resolves opensearch-project#9513 Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This method is unimplemented: https://github.com/opensearch-project/OpenSearch/blob/main/plugins/repository-hdfs/src/main/java/org/opensearch/repositories/hdfs/HdfsBlobContainer.java#L127-L130
I believe it can be implemented by opening a file stream, seeking to the desired position, and limiting the resulting stream to the specified length.
Related #9291
The text was updated successfully, but these errors were encountered: