I'm currently trying to run a Nutch job under Hadoop on a single-node cluster (just the master, no slaves).
I run the following:
hadoop jar /var/www/html/nutch/nutch4/build/apache-nutch-2.3.job org.apache.nutch.crawl.InjectorJob urls
But, every time I execute this, I get the following error:
ERROR client.HConnectionManager$HConnectionImplementation: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
The problem is when I google 'zookeeper.znode.parent' I get essentially no useful results.
I know sort of the purpose of zookeeper and I'm learning Hadoop but I'm still a novice.
What does this error mean? How can I fix it so I may run my Nutch job?
Edit: I'm not working with HBase and its managed zookeeper instance. I'm trying to use Hadoop and discover what 'zookeeper.znode.parent' is and what it's for.