Ayush Saxena created HIVE-24407:
-----------------------------------
Summary: Unable to read data with Hbase snapshot set
Key: HIVE-24407
URL: https://issues.apache.org/jira/browse/HIVE-24407
Project: Hive
Issue Type: Bug
Components: HBase Handler
Reporter: Ayush Saxena
# CREATE TABLE foo(rowkey STRING, a STRING ) STORED BY
'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES
('hbase.columns.mapping' = ':key,f:c1') TBLPROPERTIES ('hbase.table.name' =
'foo');
# insert into foo values('row0','0'),('row1','1'),('row2','2');
# Move To Hbase-shell
# hbase(main):002:0> snapshot 'foo','testing'
# set hive.hbase.snapshot.name=testing;
# select count(*) FROM foo WHERE rowkey = 'row0';
This should return 1, but doesn't
--
This message was sent by Atlassian Jira
(v8.3.4#803005)