Hi Xtroce, On Fri, Jan 29, 2016 at 10:20 PM, <[email protected]> wrote:
> I just started using nutch, and after spending yesterday to figure out > how to run nutch on the newest HDP (2.3.2) vm i ran into some > problems. > > Building the source directly, went fine, > but after the local first run i ran into the > > java.lang.ClassNotFoundException: org.apache.gora.hbase.store.HBaseStore > > i got this error solved with also adding the hbase jars to the > classpath If it is the first time you are using Nutch 2 then please follow the tutorial http://wiki.apache.org/nutch/Nutch2Tutorial > but now i always run into an error i can't really get my > head around > > java.lang.NoSuchMethodError: > > org.apache.hadoop.hbase.HTableDescriptor.addFamily(Lorg/apache/hadoop/hbase/HColumnDescriptor;)V > Please look at the version compatibility for all of the search stack. If you look at the release announcement for Nutch 2.X it states The recommended Gora backends for this Nutch release are - Apache Avro 1.7.6 - Apache Hadoop 1.2.1 and 2.5.2 - Apache HBase 0.98.8-hadoop2 (although also tested with 1.X) - Apache Cassandra 2.0.2 - Apache Solr 4.10.3 - MongoDB 2.6.X - Apache Accumlo 1.5.1 - Apache Spark 1.4.1 > on stack overflow it is suggested to add the hbase libs to the class > path, but i already did that, to fix the classnotfound exception. > > I just started with hadoop, so it might be an error spawned from the > lack of knowledge of the system. > > Anybody got an idea how to get nutch up and running? Version compatibility with commercial packages is not something we will ever aim to satisfy. We satisfy what the Nutch community requires and not Hortonworks or anything/anyone else. I would state that one of the next version of Nutch 'may' work with newer version of the underlying components... but not now. Lewis

