Thank you for the link.
Anyway, what I was looking for is an example of PIG syntax loading
from a HBase table, is it something like:
queries = LOAD 'HBase Table" USING HBaseStorage()
?
Jeff Zhang a écrit :
Using HBaseStorage as your loadFunc, it uses a customer slicer HBaseSlice
You can refer this link for more information
http://hadoop.apache.org/pig/docs/r0.3.0/udf.html#Custom+Slicer
2009/9/9 Vincent BARAT <vincent.ba...@ubikod.com>
Alan Gates a écrit :
Pig supports reading from Hbase (in Hadoop/Hbase 0.18 only).
Hello,
Do you have any link to the documentation about how to do that?
I can't find any example...
Thanks,