Skip to content
Advertisement

Tag: hbase

query hbase like normal sql

I know Hbase is not like normal SQL. But is it possible to query Hbase something like this? select row-key from Table where cf:first=”ram” and cf:middle=”leela” and cf:last=”ban”; // ram(first …

Advertisement