Load data into hbase

2015-05-18 Thread Omer, Farah
How should I go about creating and loading a bunch of lookup tables on HBASE? These are the typical RDBMS kind of data - where the data is row-oriented. All the data is coming from a flat file that's again row-oriented. How best can I load this data into HBASE? I first created the table in Hive,

Issue with creating table in hbase

2012-08-14 Thread Omer, Farah
Hi all, I was testing hbase integrated with Hive, and running into an issue. Would anyone has an idea what it means? hbase(main):001:0 CREATE TABLE hbase_mstr_1(key int, value string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES (hbase.columns.mapping =