I am new to Hadoop Development. In our company, we are using IBM BigInsights cluster and we are working on an HBASE
project. We have a requirement to load data from HDFS to HBASE.
To do that, I am familiar with 3 ways:
1. Load data from HDFS into HIVE table and insert into HBASE table.
2. Load data from HDFS into PIG table and insert into HBASE table.
3. Load data directly from HDFS and insert HBASE table (Java- MapReduce Code)
Recently, I came to know that we can load data from BIG SQL table into HBASE table
. I am not able to find a proper guidance/script on how can I do that. If anyone could help me with a sample script, then I would really appreciate.
Based on the results, I am trying to find out which is faster while loading data into HBASE
?