[
https://issues.apache.org/jira/browse/NUTCH-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481403#comment-13481403
]
Markus Jelsma commented on NUTCH-1377:
--------------------------------------
This can be tricky as we need to upgrade the HTTPClient dep to 4 which will
break stuff:
{code}
Exception in thread "Thread-2" java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/HttpMethod
at
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:300)
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.httpclient.HttpMethod
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 1 more
java.io.IOException: Job failed!
{code}
> Add option to index via CloudSolrServer instead
> -----------------------------------------------
>
> Key: NUTCH-1377
> URL: https://issues.apache.org/jira/browse/NUTCH-1377
> Project: Nutch
> Issue Type: Improvement
> Components: indexer
> Reporter: Markus Jelsma
> Assignee: Markus Jelsma
> Fix For: 1.6
>
>
> Nutch indexes to a specific Solr server. With SolrCloud on its way we can
> still use the current indexer and point to any server. However, the
> SolrCloudServer can connect to ZooKeeper instead and automatically find the
> correct server to index to.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira