apurtell edited a comment on pull request #3208:
URL: https://github.com/apache/hbase/pull/3208#issuecomment-830869393
This issue was only recently found because you have to get ~1000 files into
the set before it manifests:
Error: java.lang.IllegalArgumentException: Row length 73872 is > 32767
at org.apache.hadoop.hbase.client.Mutation.checkRow(Mutation.java:762)
at org.apache.hadoop.hbase.client.Put.<init>(Put.java:105)
at org.apache.hadoop.hbase.client.Put.<init>(Put.java:63)
at org.apache.hadoop.hbase.client.Put.<init>(Put.java:53)
at
org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl$Loader$LoaderMapper.map(IntegrationTestLoadCommonCrawl.java:607)
We are accepting very large row keys from the crawl data during the load
phase, need to configure the job not to choke on them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]