How to join two tables in hbase

Problem:

I am new to Hbase, and I came across a situation where I need to join two tables.
Suppose I have an Employee table and a department table that are created in Hbase. While reading Hbase in action, I found out that we cannot join tables in Hbase.

Decision:

I found a solution that by writing MapReduce Code using Hbase classes and interfaces can solve this problem.

Also, if someone can help me with an encoding that will be very useful

+4
source share
3 answers

- HBase Hive Impala SQL- .

+1

jira apache. MultiTableInputFormat. https://issues.apache.org/jira/browse/HBASE-3996

. : hbase

+4

Hive Impala , , , Hbase kill (region server Down). , , . mapreduce Hbase, , , , . , 2 .

+1
source

All Articles