Hi, Suresh

In you Java client program, you can 'label' the cells in your PUT.  You can
ask which labeled cells to be returned in your Get and Scan, but the labels
are not returned with the cells.
Yes, "labels on cells are only interpreted server side"


Jerry

On Mon, Aug 31, 2015 at 1:27 PM, Suresh Subbiah <suresh.subbia...@gmail.com>
wrote:

> Thank you very much Ted, Jean-Marc.
>
> I see that slide 4 in
> http://www.slideshare.net/HBaseCon/features-session-2 states
> that "cells are only interpreted server side"
> However https://issues.apache.org/jira/browse/HBASE-9056 &
> https://issues.apache.org/jira/browse/HBASE-9884 (likely others) seem to
> indicate that tag values can be accessed/mutated from HBase client
> programs.
> I assumed that this mean that code has evolved since the slides were
> created. Or I could just be misunderstanding what the slide meant.
>
> I am hoping to write some kind of small java program to do this now (since
> I am not familiar with REST or Thrift). Do you think that is a reasonable
> approach?
>
> Thanks
> Suresh
>
>
> On Mon, Aug 31, 2015 at 2:59 PM, Ted Yu <yuzhih...@gmail.com> wrote:
>
> > bq. retrieve the list of labels for a given cell
> >
> > You're right, J-M.
> > There is no facility for the above in hbase shell.
> >
> > On Mon, Aug 31, 2015 at 12:55 PM, Jean-Marc Spaggiari <
> > jean-m...@spaggiari.org> wrote:
> >
> > > But I don't think you can retrieve the list of labels for a given cell,
> > > right? Cells are only interpreted server side and are not returned on
> the
> > > client side...
> > >
> > > 2015-08-31 15:52 GMT-04:00 Ted Yu <yuzhih...@gmail.com>:
> > >
> > > > From the help message of put command, you can see the following:
> > > >
> > > >   hbase> put 't1', 'r1', 'c1', 'value', ts1,
> > > {VISIBILITY=>'PRIVATE|SECRET'}
> > > >
> > > > Here is the group of related commands:
> > > >
> > > >   'visibility labels',
> > > >   :full_name => 'VISIBILITY LABEL TOOLS',
> > > >   :comment => "NOTE: Above commands are only applicable if running
> with
> > > the
> > > > VisibilityController coprocessor",
> > > >   :commands => %w[
> > > >     add_labels
> > > >     list_labels
> > > >     set_auths
> > > >     get_auths
> > > >     clear_auths
> > > >     set_visibility
> > > >
> > > > FYI
> > > >
> > > > On Mon, Aug 31, 2015 at 12:25 PM, Suresh Subbiah <
> > > > suresh.subbia...@gmail.com
> > > > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I am using HBase 0.98 with HFiles of majorVersion 3.
> > > > > Is it possible to get and set cell tags from the HBase shell
> utility?
> > > > > I have been looking at various JIRAs and see some example client
> > > testing
> > > > > programs that seem to do this. However it will be simpler if I
> could
> > > > > get/set cell tags from HBase shell.
> > > > >
> > > > > Thank you for your help.
> > > > >
> > > > > Best regards,
> > > > > Suresh
> > > > >
> > > >
> > >
> >
>

Reply via email to