[
https://issues.apache.org/jira/browse/NUTCH-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987475#comment-13987475
]
Julien Nioche commented on NUTCH-1768:
--------------------------------------
hi Rogerio
Patches are applied against the trunk or the 2.x branch
(http://svn.apache.org/repos/asf/nutch/branches/2.x/). The code has changed
since the 2.2.1 release which is why it fails.
{code}
svn co https://svn.apache.org/repos/asf/nutch/branches/2.x nutch-2.x
cd nutch-2.x
patch -p0 < NUTCH-1768.patch
ant clean runtime
{code}
> port NUTCH-1745 to Nutch 2.x (Upgrade to ElasticSearch 1.1.0)
> --------------------------------------------------------------
>
> Key: NUTCH-1768
> URL: https://issues.apache.org/jira/browse/NUTCH-1768
> Project: Nutch
> Issue Type: Improvement
> Components: indexer
> Affects Versions: 2.2.1
> Reporter: Julien Nioche
> Labels: elasticsearch
> Fix For: 2.4
>
> Attachments: NUTCH-1768.patch
>
>
> See [https://issues.apache.org/jira/browse/NUTCH-1745]
> ElasticSearch is currently at version 1.1.0. The patch attached upgrades the
> dependencies, fixes a couple of changes required by 1.1.0 and also :
> removes the need for having ES in the main ivy dependency - it is now only
> required at the plugin level
> improves the logic around using the cluster name or an explicit host:port to
> connect to ES : the clustername is not required nor set when using host:port
> uses a more sensible default value for the port
--
This message was sent by Atlassian JIRA
(v6.2#6252)