Hi,

 Iam working with Pig.


I need to know some information on HBaseStorage.



B = LOAD 'hbase://sample' using
org.apache.pig.backend.hadoop.hbase.HBaseStorage('details:* details1:*
details2:*','-loadKey true -lte=123') as
(id:chararray,m1:map[],m2:map[],m3:map[]);


(i)   like lte ((ie) Less than Equalto) is there any option like equalto

(ii) Is there any possible to take the partial rowkey.

Reply via email to