Skip to content
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

services/webhdfs: Implement multi write via CONCAT #3924

Closed
Xuanwo opened this issue Jan 5, 2024 · 4 comments · Fixed by #3939
Closed

services/webhdfs: Implement multi write via CONCAT #3924

Xuanwo opened this issue Jan 5, 2024 · 4 comments · Fixed by #3939
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed services/webhdfs

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jan 5, 2024

WebHDFS supports CONCAT to concat existing files together into one. It might be possible for us to write every chunks first and than concat them.

@Xuanwo Xuanwo added services/webhdfs good first issue Good for newcomers help wanted Extra attention is needed labels Jan 5, 2024
@hoslo
Copy link
Contributor

hoslo commented Jan 7, 2024

Request assign to me

@suyanhanx
Copy link
Member

Request assign to me

Thank you!

@shbhmrzd
Copy link
Contributor

shbhmrzd commented Jan 9, 2024

Hi, just curious can we use http chunked encoding while writing to a file to support multi-write to file?

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 9, 2024

Hi, just curious can we use http chunked encoding while writing to a file to support multi-write to file?

WebHDFS documentation does not specify whether content-length is required to create a file; it may be worth testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed services/webhdfs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants