I migrated my app stack as far as I could go.
from: Nutch 1.8 , Solr 4.7.2/Tomcat
to: Nutch 1.11, Solr 6.3.0/Jetty (openSUSE Leap 42.2, Oracle SE JDK
1.8.0_112-b115), using Nutch 1.11 bin/crawl.
I saw in a different thread that Nutch 1.12 has dependency Solr 5.4.1.
Anyway, I tried Nutch 1.12 with Solr 6.3.0 to check the result and see how far
it would run and got the following ERROR:
. . .
2016-12-23 09:21:51,875 WARN output.FileOutputCommitter - Output Path is null
in setupJob()
2016-12-23 09:21:52,436 WARN output.FileOutputCommitter - Output Path is null
in cleanupJob()
2016-12-23 09:21:52,436 WARN mapred.LocalJobRunner - job_local894339011_0001
java.lang.Exception: java.lang.IllegalStateException: Connection pool shut down
at
org.apache.hadoop.mapred.LocalJobRunner$Job.runTasks(LocalJobRunner.java:462)
at
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:529)
Caused by: java.lang.IllegalStateException: Connection pool shut down
at org.apache.http.util.Asserts.check(Asserts.java:34)
. . .
I have three questions:
Is Nutch 1.13 planned to support Solr 6.3.0?
If SO is there an estimated roadmap?
If NOT is a Nutch version planned to support Solr 6.3.0?
Thanks, any guidance would be appreciated!
-matt.