Created 09-02-2016 09:32 AM
Hello everyone,
I am a newbie to PIG and trying to experiment PIG on my own.
As I said is there any way to create HBase table in Hbase using PIG if YES then HOW.
Per suppose I loaded a file which contains text and i filtered the file based on word.
then i need to create table in hbase with the name as the searched word.
Please suggest me.
Mohan.V
Created 09-02-2016 04:55 PM
Pig doesn't support creating hbase table.
Please pre-create table in hbase.
Created 09-02-2016 04:55 PM
Pig doesn't support creating hbase table.
Please pre-create table in hbase.
Created 09-02-2016 06:19 PM
As far as using pig to insert the data to a hbase table, these links should be helpful:
https://community.hortonworks.com/questions/31164/hbase-insert-from-pig.html
http://princetonits.com/blog/technology/loading-customer-data-into-hbase-using-a-pig-script/