[
https://issues.apache.org/jira/browse/NUTCH-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746259#comment-16746259
]
Hudson commented on NUTCH-2678:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-trunk #3600 (See
[https://builds.apache.org/job/Nutch-trunk/3600/])
NUTCH-2678 Allow for per-host configurable protocol plugin (markus:
[https://github.com/apache/nutch/commit/64a6f7cc533f41e53cf6b637979080235b2147fa])
* (edit) src/java/org/apache/nutch/util/ObjectCache.java
* (edit) src/test/org/apache/nutch/protocol/TestProtocolFactory.java
* (edit) src/java/org/apache/nutch/protocol/ProtocolFactory.java
* (edit) src/java/org/apache/nutch/plugin/Extension.java
* (add) conf/host-protocol-mapping.txt.template
> Allow for per-host configurable protocol plugin
> -----------------------------------------------
>
> Key: NUTCH-2678
> URL: https://issues.apache.org/jira/browse/NUTCH-2678
> Project: Nutch
> Issue Type: Improvement
> Components: protocol
> Affects Versions: 1.15
> Reporter: Markus Jelsma
> Assignee: Markus Jelsma
> Priority: Major
> Fix For: 1.16
>
> Attachments: NUTCH-2678.patch, NUTCH-2678.patch, NUTCH-2678.patch,
> NUTCH-2678.patch
>
>
> Introduces new configuration file for mapping protocol plugins to hostnames.
> {code}
> # This file defines a hostname to protocol plugin mapping. Each line takes a
> # host name followed by a tab, followed by the ID of the protocol plugin. You
> # can find the ID in the protocol plugin's plugin.xml file.
> #
> # <hostname>\t<plugin_id>\n
> # nutch.apache.org org.apache.nutch.protocol.httpclient.Http
> # tika.apache.org org.apache.nutch.protocol.http.Http
> #{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)