Hello, I'm trying to setup Nutch 2.2.1 using HBase 0.94.14, on Debian Squeeze.
I've followed Nutch 1 and 2 tutorials carefully and various documentations. I could build HBase 0.94.14, and eventually got it to work (I can create tables etc.) I could build Nutch without any issue (it's set on Gora 0.3) In /root/nutch/apache-nutch-2.2.1/conf/hbase-site.xml I have set: <property> <name>hbase.rootdir</name> <value>/root/nutch/hbase-master/conf/</value> </property> which corresponds to HBase 0.94.4 (that is built and running). Now I'm running into some troubles with Nutch, but what I don't understand is each time I'm rebuilding Nutch, the hbase jar is generated as version 0.90.4! (nutch directory tree) find . -name "hbase*jar" -print ./hbase-0.90.4.jar ./runtime/local/lib/hbase-0.90.4.jar And there are no corresponding .class or .java in the Nutch source tree which throws a classNotFound java exception when running Nutch. I'm not used to Java... Am I doing something totally dumb here? Did you run into similar issues? Cheers, Gwen.