Fwd: MultipleColumnPrefixFilter issues with SingleColumnValueFilter

2018-02-16 Thread Vikash Agarwal
efixFilter cpfxf=new MultipleColumnPrefixFilter(new byte[][]{ Bytes.toBytes("pa"),Bytes.toBytes("cs")}); // Note "eps" is removed and "cs" is added back. temp.addFilter(cpfxf); I get lot of data. EIther both Case 2 and Case 3 should give data or none of them. Can someone Explain me the reason for this to happen ? Or is there a bug in MultipleColumnPrefixFilter . Vikash Agarwal

Re: MultipleColumnPrefixFilter issues with SingleColumnValueFilter

2018-03-01 Thread Vikash Agarwal
eps" is removed and "cs" is added back. temp.addFilter(cpfxf); I get lot of data. EIther both Case 2 and Case 3 should give data or none of them. Can someone Explain me the reason for this to happen ? Or is there a bug in MultipleColumnPrefixFilter . Hbase Version: 1.2.0 -- Vikash Agarwal

How to get bulk delete [Hbase1.2.0]

2018-03-01 Thread Vikash Agarwal
in old hbase version 0.94. -- Vikash Agarwal

Re: How to get bulk delete [Hbase1.2.0]

2018-03-13 Thread Vikash Agarwal
g/apache/hadoop/hbase/ > coprocessor/example/BulkDeleteEndpoint.java > > > > On Thu, Mar 1, 2018 at 10:02 PM, Vikash Agarwal > > > wrote: > > > >> Hi Team, > >> > >> I am looking for a bulk delete in Hbase. > >> > >> I am looking here for tw

Check and Put based on multiple column Qualifiers

2018-03-15 Thread Vikash Agarwal
comparison retuns true. -- Vikash Agarwal

Does TTL works on Column Qualifier and not Column Family level.

2019-03-13 Thread Vikash Agarwal
TTL for Hbase Tables works on Column Qualifier and does not delete updated Columns https://stackoverflow.com/q/55140846/5532738?sem=2 -- Vikash Agarwal

Re: Does TTL works on Column Qualifier and not Column Family level.

2019-03-13 Thread Vikash Agarwal
No, columns are not part of HBase table schema , so there is no way to set > TTL per column - only per column family. > > -Vlad > > On Wed, Mar 13, 2019 at 4:33 AM Vikash Agarwal > wrote: > > > TTL for Hbase Tables works on Column Qualifier and does not delete &

Re: Does TTL works on Column Qualifier and not Column Family level.

2019-03-13 Thread Vikash Agarwal
the answer is still the same - there is no such feature in HBase. > > -Vlad > > > On Wed, Mar 13, 2019 at 10:43 AM Vikash Agarwal > wrote: > > > What I mean to say is TTL acts per column qualifier level and not at > family > > level. > > > >