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
source
share