Re: Large number of column qualifiers

2015-09-24 Thread Gaurav Agarwal
r not on the number of qualifiers. > > Regards > Ram > > On Thu, Sep 24, 2015 at 8:52 AM, Anoop John <anoop.hb...@gmail.com> wrote: > > > >>I have Column Family with very large number of column qualifiers (> > > 50,000). Each column qualifier is 8 bytes long. &g

Re: Large number of column qualifiers

2015-09-24 Thread ramkrishna vasudevan
that you > >> specify > >> for the qualifier not on the number of qualifiers. > >> > >> Regards > >> Ram > >> > >> On Thu, Sep 24, 2015 at 8:52 AM, Anoop John <anoop.hb...@gmail.com> > >> wrote: > >> > >> &

Re: Large number of column qualifiers

2015-09-24 Thread Gaurav Agarwal
gt; > > > > >> > > > > On Wed, Sep 23, 2015 at 11:43 PM, Vladimir Rodionov < >> > > > > vladrodio...@gmail.com> wrote: >> > > > > >> > > > >> Check KeyValue class (Cell's implementation). getQualifierArray() >> >

Re: Large number of column qualifiers

2015-09-24 Thread Ted Yu
being sent to the client. I think the > > main > > >> issue you are facing is that the qualifiers getting returned are more > in > > >> number and so the client is not able to accept them? > > >> > > >> 'Short.MAX_VALUE which is 32,767 bytes.' > > >&g

Re: Large number of column qualifiers

2015-09-23 Thread Gaurav Agarwal
at HBASE-11544 which is in hbase 1.1 > > Cheers > > On Wed, Sep 23, 2015 at 10:18 AM, Gaurav Agarwal <gau...@arkin.net> wrote: > > > Hi All, > > > > I have Column Family with very large number of column qualifiers (> > > 50,000). Each column qualifier

Large number of column qualifiers

2015-09-23 Thread Gaurav Agarwal
Hi All, I have Column Family with very large number of column qualifiers (> 50,000). Each column qualifier is 8 bytes long. The problem is the when I do a scan operation to fetch some rows, the client side Cell object does not have enough space allocated in it to hold all the columnQaulifi

Re: Large number of column qualifiers

2015-09-23 Thread Gaurav Agarwal
>> -Vlad >> >> On Wed, Sep 23, 2015 at 10:24 AM, Ted Yu <yuzhih...@gmail.com> wrote: >> >> > Please take a look at HBASE-11544 which is in hbase 1.1 >> > >> > Cheers >> > >> > On Wed, Sep 23, 2015 at 10:18 AM, Gaurav Agarwal

Re: Large number of column qualifiers

2015-09-23 Thread Vladimir Rodionov
net> wrote: > > > Hi All, > > > > I have Column Family with very large number of column qualifiers (> > > 50,000). Each column qualifier is 8 bytes long. The problem is the when I > > do a scan operation to fetch some rows, the client side Cell ob

Re: Large number of column qualifiers

2015-09-23 Thread Anoop John
>>I have Column Family with very large number of column qualifiers (> 50,000). Each column qualifier is 8 bytes long. When u say u have 5 qualifiers in a CF, means u will have those many cells coming under that CF per row. So am not getting what is the qualifier length limit as su

Re: Large number of column qualifiers

2015-09-23 Thread ramkrishna vasudevan
com> wrote: > >>I have Column Family with very large number of column qualifiers (> > 50,000). Each column qualifier is 8 bytes long. > > When u say u have 5 qualifiers in a CF, means u will have those many > cells coming under that CF per row. So am not getting