user_links = load 'hbase://users'
using org.apache.pig.backend.hadoop.hbase.HBaseStorage(
'user_info:name, links:*', '-loadKey true -gt 10000')
as (id, name:chararray, links:map[]);
I see the wiki pages on 'Custom Loaders' and 'Custom Storage' but I'm not sure what the correct implementations for PigPenLocalLoader and PigPenLocalStorage would be. Would anyone who has used HBaseStorage with PigPen share the code they used to get it to work?
Thanks,
Ben
--
You received this message because you are subscribed to the Google Groups "PigPen Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pigpen-suppor...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.