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

Impala not supported #179

Closed
boristyukin opened this issue May 25, 2017 · 5 comments
Closed

Impala not supported #179

boristyukin opened this issue May 25, 2017 · 5 comments

Comments

@boristyukin
Copy link

hoodie is not working with Impala, cannot even pull metadata from hive:

show create table hoodie_test;
Query: show create table hoodie_test
ERROR: AnalysisException: Unrecognized table type for table: hoodie.hoodie_test
CAUSED BY: TableLoadingException: Unrecognized table type for table: hoodie.hoodie_test

@vinothchandar
Copy link
Member

https://github.com/cloudera/Impala/blob/cdh5-trunk/fe/src/main/java/org/apache/impala/catalog/TableLoader.java#L69 might be coming from this. My guess is we need a fix to https://github.com/cloudera/Impala/blob/cdh5-trunk/fe/src/main/java/org/apache/impala/catalog/HdfsTable.java

As far as I see, the input format is instantiated there.. so,there is hope. but needs some work. I have 0 exp with impala

@garyli1019
Copy link
Member

Hello, is there any plan to add Impala support in the future? I am happy to look into it. I am pretty new to impala as well.

@vinothchandar
Copy link
Member

@garyli1019 yes love to support it. If you can drive it, that'd be awesome. It seemed doable back when I checked it out. We can create a HUDI jira on this. Please join the mailing list if interested and give us your jira id. I can add you into contributors group.

@garyli1019
Copy link
Member

@vinothchandar I was already in the mailing list. My JIRA id was: garyli1019. Thanks!

@vinothchandar
Copy link
Member

Made a https://issues.apache.org/jira/browse/HUDI-146 and assigned to you for now.. We can work together on this there.. Please let me know if you have thoughts on getting started

vinishjail97 pushed a commit to vinishjail97/hudi that referenced this issue Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants