i. Equals can be mimicked by specifying both >= and <= (i.e. -lte=123
-gte=123)
ii. What do you mean by taking a partial rowkey? the lte and gte are
"partial" matches.


On Mon, Jun 30, 2014 at 10:24 PM, Nivetha K <nivethak3...@gmail.com> wrote:

> 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