You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2012/05/23 15:50:40 UTC

[jira] [Created] (NUTCH-1377) Add option to index via CloudSolrServer instead

Markus Jelsma created NUTCH-1377:
------------------------------------

             Summary: 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
             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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1377) Add option to index via CloudSolrServer instead

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Assigned] (NUTCH-1377) Add option to index via CloudSolrServer instead

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma reassigned NUTCH-1377:
------------------------------------

    Assignee: Markus Jelsma
    
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira