Hi i am trying to insert a row using put in to hbase table, i am inserting an image by converting in to byte array at one column of a row. It is throwing error, like keyvaue size is too large. i checked the default client.keyvalue.max.size , it is 10MB, but i am inserting only 2.5 MB image. i even checked the hbase.region.max.filesize , it is 256MB.
And one morething, is there any minimum size that we can set for both region size and keyValue size? can anybody help ? -- *Regards* * Vamshi Krishna *
