Hi all, I'm using Hadoop 1.0.4 and HBase 0.94.12. When trying to bulk load using the Java API I sometimes get the HFiles moved to the wrong directory. I'm pre-splitting regions and the new regions are always the last (lexicographically), so when this happens all files move to the last region pre-split. But the split does work. I see the new regions in the webapp before bulk load executes. Once a table has this problem (not all the time) it keeps on until I restart HBase.
Anyone seen something similar ? Thanks, Amit.
