Member since
06-16-2016
6
Posts
0
Kudos Received
0
Solutions
04-14-2023
03:49 AM
hi @elserj , can you share hbase connection string with krb5 configurations? thanks, jyothsna
... View more
11-07-2016
11:52 AM
After creating the table you can create view like below CREATE VIEW "TESTVIEW" AS SELECT * FROM "TEST" or else if you want to map HBase table as view or read only you can just try without select query. CREATE VIEW "TEST" ( pk VARCHAR PRIMARY KEY ,"b"."message" VARCHAR )
If this solves the problem mark it as best answer.
... View more