3
我想通過Pig加載數據&將它加工成HBase。 我已經將文本文件加載到HDFS。 然後我在豬身上使用了下面的命令。如何使用Pig加載數據在hbase中使用Pig
A = LOAD '/tmp/hive-Vijay.Shinde/file.txt' USING PigStorage(',')
as (strdata1:chararray, strdata2:int);
然後我使用的,
STORE A INTO 'mydata' USING org.apache.pig.backend.hadoop.hbase.HBaseStorage('mycf:strdata2');
MYDATA是在HBase的表。
它提供了錯誤:Unhandled internal error