Skip to content

Instantly share code, notes, and snippets.

@spullara
Created January 3, 2010 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spullara/268178 to your computer and use it in GitHub Desktop.
Save spullara/268178 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.IndexOutOfBoundsException: toIndex = 16557
at java.util.SubList.<init>(AbstractList.java:602)
at java.util.RandomAccessSubList.<init>(AbstractList.java:758)
at java.util.AbstractList.subList(AbstractList.java:468)
at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:607)
at com.sampullara.geoplanet.Loader.main(Loader.java:181)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment