analysys / presto-hbase-connector

presto hbase connector 组件基于Presto Connector接口规范实现,用来给Presto增加查询HBase的功能。相比其他开源版本的HBase Connector,我们的性能要快10到100倍以上。
Apache License 2.0
239 stars 100 forks source link

为什么配置了json没有生效呢,文档可否详细点 #24

Closed wsjz closed 4 years ago

wsjz commented 4 years ago

image

image

image

wsjz commented 4 years ago

按照文档创建了表并且在hbase里插入了数据,但是一直会提示没有列 hbase(main):008:0> scan 'db_test:test_event' ROW COLUMN+CELL row1 column=f:ds, timestamp=1578985929003, value=too row1 column=f:xwho, timestamp=1578985899422, value=me

报错 Query 20200114_071315_00016_nwi66 failed: Table has no columns: hbase:HBaseTableHandle{schemaTableName=db_test.test_event} com.facebook.presto.spi.PrestoException: Table has no columns: hbase:HBaseTableHandle{schemaTableName=db_test.test_event}

wsjz commented 4 years ago

https://github.com/analysys/presto-hbase-connector/issues/25#issuecomment-574471106