Loading HBase Table Using MapReduce Job
In this Blog “Loading HBase Table Using MapReduce Job” I am going to show you how to load HBase Table using Map Reduce Job. 1) You have to Create the HBase table Like below with Column Familes, table creation is sample only 2) Create Map Reduce JAVA class HbaseMapReduce.Java 3) You can execute as[…]