There is hbase.client.keyvalue.maxsize which defaults to 10485760 You can find its explanation in hbase-common/src/main/resources/hbase-default.xml
On Tue, Jan 3, 2017 at 9:09 PM, Manjeet Singh <[email protected]> wrote: > Hi All, > > I have question regarding does Hbase impose any limit in term of maximum > size can not be increase? > I have seen lots of blog all are saying that their is no limit it's depend > on your design. > but it must be clear, what is the exact calculation for knwing max limit > of-> > (a) rowkey > (b) column family > (c)column qualifyer > (d) value /cell > > Thanks > Manjeet > > > -- > luv all >
