-
Notifications
You must be signed in to change notification settings - Fork 752
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
Hive as an External Data Source #4826
Comments
Add tasks: implement hive supported file formats(https://cwiki.apache.org/confluence/display/Hive/FileFormats). |
@zhang2014 , |
excited to see the process,it would be very useful to accelerate the query on exsiting hive data。 |
OpenDAL added hdfs support now, visit #5215 to get the status of this feature. |
Let's bump OpenDAL 🚀 |
could we do simple hive query now? |
Yes, there is already a simple PoC: @dantengsky knows more about it, welcome comments :) |
great! @dantengsky , could you give some instruction to setup the basic env, I'd like to join your work to improve it |
great :)
the origin PR #4947 |
PR #5895 add the basic ability to query simple hive table, with following limititions:
to run though the hive sql quickly, I had done some desicions: but maybe we could optimize the above limits&problems step by step. as I'm a newbiew to rust&databend, feel free to give your advice to the design and code implement. cc @BohuTANG @dantengsky |
The basic framework to support the hive has been completed, this issue can be closed. We can track the hive tasks in another issue. |
Summary
To integration with Hive, Databend has two ways:
We prefer the second way.
Tasks:
Support new stage uri for hive configurations :create stage hive url='hive://....'
external stage referenceSupport query from external stageThe text was updated successfully, but these errors were encountered: