Re: HBase rest api not working for getting namespaces

2016-10-13 Thread kumar r
Hi, Namespaces support available from HBase-1.2.0. But i am using HBase-1.1.5 version. https://issues.apache.org/jira/browse/HBASE-14147 Thanks, Kumar On Fri, Oct 14, 2016 at 12:26 PM, kumar r wrote: > Hi, > > Namespaces support available from HBase-1.2.0. But i am using HBase-1.1.5 > version

Re: HBase rest api not working for getting namespaces

2016-10-13 Thread kumar r
Hi, Namespaces support available from HBase-1.2.0. But i am using HBase-1.1.5 version. On Wed, Oct 12, 2016 at 3:31 PM, kumar r wrote: > Hi, > > I have configured HBase rest service. Below API's are working properly > > /version/cluster > /status/cluster > / > > But get namespaces and creating

Re: Modifying the existing column family and value in a Put

2016-10-13 Thread Nkechi Achara
Thanks! I'll extract and make another object On 13 Oct 2016 4:54 p.m., "Ted Yu" wrote: > Looking at prePut / postPut methods, I think the answer is no. > > On Thu, Oct 13, 2016 at 7:46 AM, Nkechi Achara > wrote: > > > Hi All, > > > > I am writing a transformation observer co-processor, and I w

Re: Modifying the existing column family and value in a Put

2016-10-13 Thread Ted Yu
Looking at prePut / postPut methods, I think the answer is no. On Thu, Oct 13, 2016 at 7:46 AM, Nkechi Achara wrote: > Hi All, > > I am writing a transformation observer co-processor, and I would like to > know if there is a way to modify the family, and the value without having > to reconstruct

Modifying the existing column family and value in a Put

2016-10-13 Thread Nkechi Achara
Hi All, I am writing a transformation observer co-processor, and I would like to know if there is a way to modify the family, and the value without having to reconstruct the Put object again? Thanks, K