Skip to content
Advertisement

query hbase like normal sql

I know Hbase is not like normal SQL.

But is it possible to query Hbase something like this?

Advertisement

Answer

There are two ways of doing it:

  1. Use Apache Phoenix (Recommended). It’s a powerful SQL wrapper for HBase.
  2. Use Apache Hive. Hive can create an ‘external table’ using HiveQL:
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement