[jira] [Commented] (NUTCH-2718) Names of index writers and exchanges configuration files to be configurable

2019-08-31 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920301#comment-16920301
 ] 

Hudson commented on NUTCH-2718:
---

FAILURE: Integrated in Jenkins build Nutch-trunk #3637 (See 
[https://builds.apache.org/job/Nutch-trunk/3637/])
NUTCH-2718: file names of configuration files of index writers and (r0ann3l: 
[https://github.com/apache/nutch/commit/6f5eab3aa35578f24f15ab4fbb44e71a656b9f5b])
* (edit) conf/nutch-default.xml
* (edit) src/java/org/apache/nutch/exchange/Exchanges.java
* (edit) src/java/org/apache/nutch/indexer/IndexWriters.java


> Names of index writers and exchanges configuration files to be configurable
> ---
>
> Key: NUTCH-2718
> URL: https://issues.apache.org/jira/browse/NUTCH-2718
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Minor
> Fix For: 1.16
>
>
> The file names of configuration files should be configurable by a property to 
> make it possible to select another file without the need to repackage Nutch. 
> For example this is achieved by the properties: urlnormalizer.regex.file or 
> urlfilter.regex.file.
> Also the file name for the index writer (default: index-writers.xml) and 
> exchanges configuration (default: exchanges.xml) should be configurable.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (NUTCH-2718) Names of index writers and exchanges configuration files to be configurable

2019-08-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920287#comment-16920287
 ] 

ASF GitHub Bot commented on NUTCH-2718:
---

r0ann3l commented on pull request #466: NUTCH-2718: Filenames of configuration 
files of index writers and exchanges
URL: https://github.com/apache/nutch/pull/466
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Names of index writers and exchanges configuration files to be configurable
> ---
>
> Key: NUTCH-2718
> URL: https://issues.apache.org/jira/browse/NUTCH-2718
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Minor
> Fix For: 1.16
>
>
> The file names of configuration files should be configurable by a property to 
> make it possible to select another file without the need to repackage Nutch. 
> For example this is achieved by the properties: urlnormalizer.regex.file or 
> urlfilter.regex.file.
> Also the file name for the index writer (default: index-writers.xml) and 
> exchanges configuration (default: exchanges.xml) should be configurable.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (NUTCH-2718) Names of index writers and exchanges configuration files to be configurable

2019-08-29 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16918597#comment-16918597
 ] 

ASF GitHub Bot commented on NUTCH-2718:
---

sebastian-nagel commented on issue #466: NUTCH-2718: Filenames of configuration 
files of index writers and exchanges
URL: https://github.com/apache/nutch/pull/466#issuecomment-526176490
 
 
   +1 lgtm.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Names of index writers and exchanges configuration files to be configurable
> ---
>
> Key: NUTCH-2718
> URL: https://issues.apache.org/jira/browse/NUTCH-2718
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Minor
> Fix For: 1.16
>
>
> The file names of configuration files should be configurable by a property to 
> make it possible to select another file without the need to repackage Nutch. 
> For example this is achieved by the properties: urlnormalizer.regex.file or 
> urlfilter.regex.file.
> Also the file name for the index writer (default: index-writers.xml) and 
> exchanges configuration (default: exchanges.xml) should be configurable.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (NUTCH-2718) Names of index writers and exchanges configuration files to be configurable

2019-08-28 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16918002#comment-16918002
 ] 

ASF GitHub Bot commented on NUTCH-2718:
---

r0ann3l commented on pull request #466: NUTCH-2718: Filenames of configuration 
files of index writers and exchanges
URL: https://github.com/apache/nutch/pull/466
 
 
   With this patch, select another file for exchanges and index writers 
configuration is available out-of-the-box. For this purpose there are two new 
properties: `exchanges.exchanges.file` and `indexer.indexwriters.file`
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Names of index writers and exchanges configuration files to be configurable
> ---
>
> Key: NUTCH-2718
> URL: https://issues.apache.org/jira/browse/NUTCH-2718
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Minor
> Fix For: 1.16
>
>
> The file names of configuration files should be configurable by a property to 
> make it possible to select another file without the need to repackage Nutch. 
> For example this is achieved by the properties: urlnormalizer.regex.file or 
> urlfilter.regex.file.
> Also the file name for the index writer (default: index-writers.xml) and 
> exchanges configuration (default: exchanges.xml) should be configurable.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)