Member since
07-07-2017
1
Post
0
Kudos Received
0
Solutions
07-07-2017
10:59 AM
@Abdelmajid Boutjim Hive HBase Integration will help you. 1. Create table in Hive and load data from text file (Table1) 2. Create another table in Hive integrating Hbase, which will create table in Hbase. (Table2) 3. Insert data from Table1 into Table2 using Hive INSERT OVERWRITE and data will also be available in HBase table. 4. Delete Hive Table1
... View more