chitralverma commented on PR #444: URL: https://github.com/apache/arrow-rs-object-store/pull/444#issuecomment-3134973375
@tustvold @alamb @Kimahriman a suggestion from my side which might be helpful? instead of hdfs-native and its potential dependency bloat, can the inclusion of hdfs in object_store lib be met half way through [webhdfs](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/WebHDFS.html)/ [httpfs](https://hadoop.apache.org/docs/current/hadoop-hdfs-httpfs/index.html) interface instead? >with very little in common with our current object stores webhdfs/ httpfs implementation will also bring `HDFSObjectStore` in line with the other object stores (s3, gcs ... ) which are also http based at the moment. Seems like [opendal](https://github.com/apache/opendal/blob/main/core/src/services/webhdfs/docs.md) has also implemented this with 0 dependencies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org