-
Notifications
You must be signed in to change notification settings - Fork 100
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
List table issue in presto hbase #45
Comments
Thanks for the reply @Crossoverrr. Yeah I have resolved this issue. But what I'm currently facing issue bigint, array of dictionary, complex datatypes not render properly and I'm currently using cdh hbase 2.1.0 and presto 338 version.can you help how can define metainfo for those types, I'm stuck on this more than 3 days. Please help us. |
Yeah @Crossoverrr Yeah i can able to add those datatypes but still im facing this issue;Please find the below screen shots and column_name last_processed as bigint in presto, it render other datatypes, is there anything i missed and is it supports with cloudera hbase? |
Well, I cannot see your pics :( |
Okay @Crossoverrr . Here i have copy pasted information from console. Kindly help us; Version 2.1.0-cdh6.3.3, rUnknown, Mon Jan 20 04:40:30 PST 2020 presto:default> describe edge_data1; Query 20201214_062525_00013_cvhch, FINISHED, 1 node presto:default> select last_processed from edge_data1;
|
You mean the true value for column last_processed is 1605891634, but when query from hbase-connector its value turn to be 3546074770257753143? |
Yeah exactly :) I have tried all the datatypes bigint, integer, but its not working same way for other datatypes array of dictionary. |
I think this may be due to a data type mismatch, you can checkout method |
Yeah sure let me try @Crossoverrr . Can i ping any queries in presto-sql slack window? |
Hi,
Im trying to query from presto hbase table, im facing below issue. i have configured all the schemas and put it compiled jar to presto/plugin folder. but still im facing issue while show tables internal server error issue. Kindly help me out from this issue,
The text was updated successfully, but these errors were encountered: