Hbase hive integration
Problem statement :
Integrate Hive and HBase in a way that if you load data in hive table that should reflect in your HBase
table and vice versa.
Create a file in cloudera -
vi testdata.csv
1, 'hyd'25000
2, 'blr', 30000
3,'kol',50000
we want to st...
codewithabhijit.hashnode.dev2 min read