-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement based on the new object store abstraction #5
Comments
@yahoNanJing I may have some time to help with this project now that the object store has been incorporated into arrow apache/arrow-rs#2030 My ulterior motive is that I would like to highlight the ability to plug in different implementations in the blog post I am writing about Is anyone else planning to work on this ticket ? |
Is there any progress in this work, I am very interested in this work, and I hope arrow-datafusion can use hdfs storage @alamb @yahoNanJing |
I have not made any progress @hrh007 but I would be happy to help if you wanted to start the work |
@alamb Thanks for reply, but object store 0.4.0 donot support HDFS either🤣 |
Indeed -- but I think the interface changed a little so now that it is released it would be a good time to update the hdfs client |
@dmetasoul01 mentioned on apache/datafusion#3177 (comment) that there is an implementation in blaze-rs |
@hrh007, since hdfs object store depends on java environment, currently I don't put it into the object store crate. And now the hdfs object store has already implemented the new interface of the object store and it's already been used by the Ballista. If you want the datafusion to use hdfs, you can refer to the Ballista for the usage. |
apache/datafusion#2489
The text was updated successfully, but these errors were encountered: