Re: Getting Error

2018-01-12 Thread govind nitk
Hi Sebastian, Thanks for clarification. $cat /tmp/urls/seeds.txt http://nutch.apache.org/ $export 'NUTCH_OPTS=-Xverify:none' $./bin/nutch inject /tmp/urls/ SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

Re: Getting Error

2018-01-12 Thread Sebastian Nagel
No. Please use Java 8. Nutch requires Java 8, see default.properties. The Dockerfile is outdated. If possible please open a Jira issue to update it. The error is really weired: NutchJob extends org.apache.hadoop.mapreduce.Job, so there should be no verification [1] error. I'm not able to

Re: Getting Error

2018-01-12 Thread govind nitk
Hi Lewis, Tried with oracle java8, but issue persists and the error is same. Nutch might be compatiable with java8, but in docker file for hbase(nutch/docker/hbase/Dockerfile), java7 is used. So do we need to use java7 only ? Regards, GoViNd On Thu, Jan 11, 2018 at 8:22 PM, lewis john