I'm running Nutch 2 which uses HBase for storage.  It is attempting to
store files bigger than 10MB into HBase.  This causes the KeyValue size too
large exception.

However, I've set the hbase.client.keyvalue.maxsize to 0, -1, and 100MB.
None of those have had an effect.  AFAIK, it's finding my hbase-site file
because it's correctly reading the hbase.rootdir property.

I've checked the spelling of both the name and the xml, and they're all
correct.  What else should I look at?

Thanks.

Reply via email to