Re: hbase shell to get a very flat row

2016-02-03 Thread Ted Yu
ent: Wednesday, February 03, 2016 12:34 PM > To: user@hbase.apache.org > Subject: Re: hbase shell to get a very flat row > > Can you utilize ColumnPrefixFilter or ColumnRangeFilter to narrow the > columns to be returned. > > Not sure what you would do with 3MM columns. > >

RE: hbase shell to get a very flat row

2016-02-03 Thread Frank Luo
We will update to hdp 2.3 soon. So I will just wait then. Thanks, Ted. -Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Wednesday, February 03, 2016 2:23 PM To: user@hbase.apache.org Subject: Re: hbase shell to get a very flat row Can you upgrade to 0.98.14 ? See

RE: hbase shell to get a very flat row

2016-02-03 Thread Frank Luo
support it out of box in the newer version. -Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Wednesday, February 03, 2016 12:34 PM To: user@hbase.apache.org Subject: Re: hbase shell to get a very flat row Can you utilize ColumnPrefixFilter or ColumnRangeFilter to narrow

hbase shell to get a very flat row

2016-02-03 Thread Frank Luo
I am trying to “get” a very flat row, meaning one row has 3MM columns, from “hbase shell”, it fails with message: ERROR: Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLimit() to increase the size limit. Anyone knows how to resolve the issue? I am on

Re: hbase shell to get a very flat row

2016-02-03 Thread Ted Yu
Can you utilize ColumnPrefixFilter or ColumnRangeFilter to narrow the columns to be returned. Not sure what you would do with 3MM columns. On Wed, Feb 3, 2016 at 10:23 AM, Frank Luo wrote: > I am trying to “get” a very flat row, meaning one row has 3MM columns, > from