I set up Nutch 2.x with a new instance of HBase. I ran the following commands.
bin/nutch inject urls bin/nutch generate -topN 1000 bin/nutch fetch -all bin/nutch parse -all When looking at the parse log, I'm seeing a bunch of "different batch id" messages. These are all on urls that I did not inject into the database. Any ideas what's causing this? Thanks.

