Member since
09-07-2017
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3753 | 06-15-2018 08:31 AM |
06-15-2018
08:31 AM
So the issue was that socket connection was getting established but the hostname returned by the zookeeper was not getting resolved by squirrel. This answer also points to same issue link.
... View more
09-15-2017
11:51 AM
I did this and was able to connect to hbase. But since I was using principal and keytab and they are credential mechanism in kerberized system then why did it matter which user I was running sqlline as. And if I want to connect to hbase from outside tool (spotfire) using phoenix driver then how do I get the connection string.
... View more
07-18-2018
07:19 AM
Hi Josh, In the phoenix datatype description ( link ), its mentioned that Phoenix Unsigned data types map to Hbase Bytes.toBytes method . Is there a way to utilize these unsigned data types to map existing Hbase data to Phoenix tables and be able to read the data correctly from Phoenix. I mapped numbers inserted through Hbase Shell to Unsigned_int datatype in phoenix but i was still getting same error that bsaini was getting in the above question. Could you please clarify if we can use Unsigned_Int in the above scenario. Thanks
... View more