0 votes
in HBase by

Does Hbase support table joinsin HBase?

1 Answer

0 votes
by

Hbase does not support table jons. But using a mapreduce job we can specify join queries to retrieve data from multiple Hbase tables.

...