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

2019-08-27 Thread Jira


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

Roannel Fernández Hernández reassigned NUTCH-2718:
--

Assignee: Roannel Fernández Hernández

> 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-2719) NPE if exchanges.xml uses index writer not available

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


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

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

lewismc commented on issue #465: NUTCH-2719: An exchange points to an index 
writer not available
URL: https://github.com/apache/nutch/pull/465#issuecomment-525352948
 
 
   +1
 

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


> NPE if exchanges.xml uses index writer not available
> 
>
> Key: NUTCH-2719
> URL: https://issues.apache.org/jira/browse/NUTCH-2719
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Major
> Fix For: 1.16
>
>
> If the exchanges.xml uses an index writer not present (e.g., because the 
> plugin is not in plugin.includes) the index job fails with a NPE:
> {noformat}
> java.lang.Exception: java.lang.NullPointerException
> at 
> org.apache.hadoop.mapred.LocalJobRunner$Job.runTasks(LocalJobRunner.java:462)
> at 
> org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:529)
> Caused by: java.lang.NullPointerException
> at org.apache.nutch.indexer.IndexWriters.write(IndexWriters.java:222)
> at 
> org.apache.nutch.indexer.IndexerOutputFormat$1.write(IndexerOutputFormat.java:62)
> at 
> org.apache.nutch.indexer.IndexerOutputFormat$1.write(IndexerOutputFormat.java:47)
> at 
> org.apache.hadoop.mapred.ReduceTask$NewTrackingRecordWriter.write(ReduceTask.java:558)
> {noformat}
> This should be caught gracefully with a message about an inconsistent 
> configuration.



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


[jira] [Commented] (NUTCH-2719) NPE if exchanges.xml uses index writer not available

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


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

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

r0ann3l commented on pull request #465: NUTCH-2719: An exchange points to an 
index writer not available
URL: https://github.com/apache/nutch/pull/465
 
 
   When an exchange points to a non-existent index writer, Nutch logs a warning 
indicating the inconsistent configuration and avoids the current NPE.
 

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


> NPE if exchanges.xml uses index writer not available
> 
>
> Key: NUTCH-2719
> URL: https://issues.apache.org/jira/browse/NUTCH-2719
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Major
> Fix For: 1.16
>
>
> If the exchanges.xml uses an index writer not present (e.g., because the 
> plugin is not in plugin.includes) the index job fails with a NPE:
> {noformat}
> java.lang.Exception: java.lang.NullPointerException
> at 
> org.apache.hadoop.mapred.LocalJobRunner$Job.runTasks(LocalJobRunner.java:462)
> at 
> org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:529)
> Caused by: java.lang.NullPointerException
> at org.apache.nutch.indexer.IndexWriters.write(IndexWriters.java:222)
> at 
> org.apache.nutch.indexer.IndexerOutputFormat$1.write(IndexerOutputFormat.java:62)
> at 
> org.apache.nutch.indexer.IndexerOutputFormat$1.write(IndexerOutputFormat.java:47)
> at 
> org.apache.hadoop.mapred.ReduceTask$NewTrackingRecordWriter.write(ReduceTask.java:558)
> {noformat}
> This should be caught gracefully with a message about an inconsistent 
> configuration.



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


[jira] [Assigned] (NUTCH-2719) NPE if exchanges.xml uses index writer not available

2019-08-27 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NUTCH-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roannel Fernández Hernández reassigned NUTCH-2719:
--

Assignee: Roannel Fernández Hernández

> NPE if exchanges.xml uses index writer not available
> 
>
> Key: NUTCH-2719
> URL: https://issues.apache.org/jira/browse/NUTCH-2719
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Roannel Fernández Hernández
>Priority: Major
> Fix For: 1.16
>
>
> If the exchanges.xml uses an index writer not present (e.g., because the 
> plugin is not in plugin.includes) the index job fails with a NPE:
> {noformat}
> java.lang.Exception: java.lang.NullPointerException
> at 
> org.apache.hadoop.mapred.LocalJobRunner$Job.runTasks(LocalJobRunner.java:462)
> at 
> org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:529)
> Caused by: java.lang.NullPointerException
> at org.apache.nutch.indexer.IndexWriters.write(IndexWriters.java:222)
> at 
> org.apache.nutch.indexer.IndexerOutputFormat$1.write(IndexerOutputFormat.java:62)
> at 
> org.apache.nutch.indexer.IndexerOutputFormat$1.write(IndexerOutputFormat.java:47)
> at 
> org.apache.hadoop.mapred.ReduceTask$NewTrackingRecordWriter.write(ReduceTask.java:558)
> {noformat}
> This should be caught gracefully with a message about an inconsistent 
> configuration.



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


[jira] [Commented] (NUTCH-2728) protocol-okhttp: upgrade okhttp dependency to 3.14.2

2019-08-27 Thread Hudson (Jira)


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

Hudson commented on NUTCH-2728:
---

FAILURE: Integrated in Jenkins build Nutch-trunk #3636 (See 
[https://builds.apache.org/job/Nutch-trunk/3636/])
NUTCH-2728 protocol-okhttp: upgrade okhttp dependency to 3.14.2 (snagel: 
[https://github.com/apache/nutch/commit/eebb8075ded7292e2b0bc735e6cfe25e43c91195])
* (edit) src/plugin/protocol-okhttp/plugin.xml
* (edit) src/plugin/protocol-okhttp/ivy.xml


> protocol-okhttp: upgrade okhttp dependency to 3.14.2
> 
>
> Key: NUTCH-2728
> URL: https://issues.apache.org/jira/browse/NUTCH-2728
> Project: Nutch
>  Issue Type: Improvement
>  Components: plugin, protocol
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Minor
> Fix For: 1.16
>
>
> Upgrade the okhttp library dependency to 
> [3.14.2|https://square.github.io/okhttp/changelog/#version-3142] (for now not 
> to 4.0.1 which adds the Kotlin standard lib as a further dependency).



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


Build failed in Jenkins: Nutch-trunk #3636

2019-08-27 Thread Apache Jenkins Server
See 


Changes:

[snagel] NUTCH-2728 protocol-okhttp: upgrade okhttp dependency to 3.14.2

--
[...truncated 49.91 KB...]
[ivy:resolve] . (90kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.eclipse.jetty#jetty-security;9.4.12.v20180830!jetty-security.jar (27ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.12.v20180830/jetty-continuation-9.4.12.v20180830.jar
 ...
[ivy:resolve]  (16kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.eclipse.jetty#jetty-continuation;9.4.12.v20180830!jetty-continuation.jar 
(23ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.12.v20180830/jetty-http-9.4.12.v20180830.jar
 ...
[ivy:resolve] ... (191kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.eclipse.jetty#jetty-http;9.4.12.v20180830!jetty-http.jar (35ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
 ...
[ivy:resolve] . (93kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
javax.servlet#javax.servlet-api;3.1.0!javax.servlet-api.jar (28ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
 ...
[ivy:resolve] ... (318kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
com.fasterxml.jackson.core#jackson-core;2.9.9!jackson-core.jar(bundle) (39ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.9/jackson-jaxrs-base-2.9.9.jar
 ...
[ivy:resolve] .. (31kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
com.fasterxml.jackson.jaxrs#jackson-jaxrs-base;2.9.9!jackson-jaxrs-base.jar(bundle)
 (23ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.9/jackson-module-jaxb-annotations-2.9.9.jar
 ...
[ivy:resolve] .. (31kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
com.fasterxml.jackson.module#jackson-module-jaxb-annotations;2.9.9!jackson-module-jaxb-annotations.jar(bundle)
 (25ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/htmlparser/htmlparser/1.6/htmlparser-1.6.jar 
...
[ivy:resolve] . (281kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.htmlparser#htmlparser;1.6!htmlparser.jar 
(43ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar
 ...
[ivy:resolve] . (215kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
com.googlecode.juniversalchardet#juniversalchardet;1.0.3!juniversalchardet.jar 
(38ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
 ...
[ivy:resolve] .. (297kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
commons-httpclient#commons-httpclient;3.1!commons-httpclient.jar (40ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/springframework/spring-aop/4.0.9.RELEASE/spring-aop-4.0.9.RELEASE.jar
 ...
[ivy:resolve] . (344kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.springframework#spring-aop;4.0.9.RELEASE!spring-aop.jar (39ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/springframework/spring-beans/4.0.9.RELEASE/spring-beans-4.0.9.RELEASE.jar
 ...
[ivy:resolve] . (656kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.springframework#spring-beans;4.0.9.RELEASE!spring-beans.jar (55ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/springframework/spring-expression/4.0.9.RELEASE/spring-expression-4.0.9.RELEASE.jar
 ...
[ivy:resolve]  (200kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.springframework#spring-expression;4.0.9.RELEASE!spring-expression.jar (33ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/com/j256/ormlite/ormlite-core/5.1/ormlite-core-5.1.jar
 ...
[ivy:resolve]  (322kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
com.j256.ormlite#ormlite-core;5.1!ormlite-core.jar (42ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/apache/wicket/wicket-util/6.17.0/wicket-util-6.17.0.jar
 ...
[ivy:resolve] . (414kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.apache.wicket#wicket-util;6.17.0!wicket-util.jar (45ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/apache/wicket/wicket-request/6.17.0/wicket-request-6.17.0.jar
 ...
[ivy:resolve] 

[jira] [Work started] (NUTCH-2728) protocol-okhttp: upgrade okhttp dependency to 3.14.2

2019-08-27 Thread Sebastian Nagel (Jira)


 [ 
https://issues.apache.org/jira/browse/NUTCH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on NUTCH-2728 started by Sebastian Nagel.
--
> protocol-okhttp: upgrade okhttp dependency to 3.14.2
> 
>
> Key: NUTCH-2728
> URL: https://issues.apache.org/jira/browse/NUTCH-2728
> Project: Nutch
>  Issue Type: Improvement
>  Components: plugin, protocol
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Minor
> Fix For: 1.16
>
>
> Upgrade the okhttp library dependency to 
> [3.14.2|https://square.github.io/okhttp/changelog/#version-3142] (for now not 
> to 4.0.1 which adds the Kotlin standard lib as a further dependency).



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


[jira] [Work stopped] (NUTCH-2728) protocol-okhttp: upgrade okhttp dependency to 3.14.2

2019-08-27 Thread Sebastian Nagel (Jira)


 [ 
https://issues.apache.org/jira/browse/NUTCH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on NUTCH-2728 stopped by Sebastian Nagel.
--
> protocol-okhttp: upgrade okhttp dependency to 3.14.2
> 
>
> Key: NUTCH-2728
> URL: https://issues.apache.org/jira/browse/NUTCH-2728
> Project: Nutch
>  Issue Type: Improvement
>  Components: plugin, protocol
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Minor
> Fix For: 1.16
>
>
> Upgrade the okhttp library dependency to 
> [3.14.2|https://square.github.io/okhttp/changelog/#version-3142] (for now not 
> to 4.0.1 which adds the Kotlin standard lib as a further dependency).



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


[jira] [Resolved] (NUTCH-2728) protocol-okhttp: upgrade okhttp dependency to 3.14.2

2019-08-27 Thread Sebastian Nagel (Jira)


 [ 
https://issues.apache.org/jira/browse/NUTCH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Nagel resolved NUTCH-2728.

Resolution: Implemented

> protocol-okhttp: upgrade okhttp dependency to 3.14.2
> 
>
> Key: NUTCH-2728
> URL: https://issues.apache.org/jira/browse/NUTCH-2728
> Project: Nutch
>  Issue Type: Improvement
>  Components: plugin, protocol
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Minor
> Fix For: 1.16
>
>
> Upgrade the okhttp library dependency to 
> [3.14.2|https://square.github.io/okhttp/changelog/#version-3142] (for now not 
> to 4.0.1 which adds the Kotlin standard lib as a further dependency).



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


[jira] [Assigned] (NUTCH-2728) protocol-okhttp: upgrade okhttp dependency to 3.14.2

2019-08-27 Thread Sebastian Nagel (Jira)


 [ 
https://issues.apache.org/jira/browse/NUTCH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Nagel reassigned NUTCH-2728:
--

Assignee: Sebastian Nagel

> protocol-okhttp: upgrade okhttp dependency to 3.14.2
> 
>
> Key: NUTCH-2728
> URL: https://issues.apache.org/jira/browse/NUTCH-2728
> Project: Nutch
>  Issue Type: Improvement
>  Components: plugin, protocol
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Minor
> Fix For: 1.16
>
>
> Upgrade the okhttp library dependency to 
> [3.14.2|https://square.github.io/okhttp/changelog/#version-3142] (for now not 
> to 4.0.1 which adds the Kotlin standard lib as a further dependency).



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


[jira] [Commented] (NUTCH-2728) protocol-okhttp: upgrade okhttp dependency to 3.14.2

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


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

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

sebastian-nagel commented on pull request #461: NUTCH-2728 protocol-okhttp: 
upgrade okhttp dependency to 3.14.2
URL: https://github.com/apache/nutch/pull/461
 
 
   
 

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


> protocol-okhttp: upgrade okhttp dependency to 3.14.2
> 
>
> Key: NUTCH-2728
> URL: https://issues.apache.org/jira/browse/NUTCH-2728
> Project: Nutch
>  Issue Type: Improvement
>  Components: plugin, protocol
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Priority: Minor
> Fix For: 1.16
>
>
> Upgrade the okhttp library dependency to 
> [3.14.2|https://square.github.io/okhttp/changelog/#version-3142] (for now not 
> to 4.0.1 which adds the Kotlin standard lib as a further dependency).



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


[jira] [Commented] (NUTCH-2727) Upgrade Hadoop dependencies to 2.9.2

2019-08-27 Thread Hudson (Jira)


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

Hudson commented on NUTCH-2727:
---

FAILURE: Integrated in Jenkins build Nutch-trunk #3635 (See 
[https://builds.apache.org/job/Nutch-trunk/3635/])
NUTCH-2727 Upgrade Hadoop dependencies to 2.9.2 - fix unit tests of (snagel: 
[https://github.com/apache/nutch/commit/1698f6aed320f244c3561bacbfa05b0071cbb2d1])
* (edit) 
src/plugin/protocol-okhttp/src/test/org/apache/nutch/protocol/okhttp/TestBadServerResponses.java
* (edit) src/java/org/apache/nutch/protocol/ProtocolFactory.java
* (edit) src/plugin/protocol-okhttp/src/test/conf/nutch-site-test.xml
* (edit) ivy/ivy.xml
* (edit) 
src/plugin/protocol-okhttp/src/test/org/apache/nutch/protocol/okhttp/TestProtocolOkHttp.java


> Upgrade Hadoop dependencies to 2.9.2
> 
>
> Key: NUTCH-2727
> URL: https://issues.apache.org/jira/browse/NUTCH-2727
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Major
> Fix For: 1.16
>
>
> The latest upgrade of the Hadoop dependency dates back to Dec 2017 
> (NUTCH-2354). We might upgrade to the latest version of Hadoop 2.x (2.9.2).
> Note: Nutch 1.15 (or master) built with Hadoop 2.7.4 runs seamlessly on 
> Hadoop 3.x. This should be also the case for 2.9.4 (to be tested), so we 
> still might wait for the final upgrade to Hadoop 3.x to ensure 
> backward-compatibility.



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


Build failed in Jenkins: Nutch-trunk #3635

2019-08-27 Thread Apache Jenkins Server
See 


Changes:

[snagel] NUTCH-2727 Upgrade Hadoop dependencies to 2.9.2 - fix unit tests of

--
[...truncated 53.26 KB...]
[ivy:resolve]   [SUCCESSFUL ] 
de.agilecoders.wicket#jquery-selectors;0.0.3!jquery-selectors.jar (26ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/de/agilecoders/wicket/webjars/wicket-webjars/0.4.0/wicket-webjars-0.4.0.jar
 ...
[ivy:resolve]  (37kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
de.agilecoders.wicket.webjars#wicket-webjars;0.4.0!wicket-webjars.jar (37ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/webjars/bootstrap/3.0.3/bootstrap-3.0.3.jar 
...
[ivy:resolve]  (196kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.webjars#bootstrap;3.0.3!bootstrap.jar (28ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/webjars/modernizr/2.6.2-1/modernizr-2.6.2-1.jar
 ...
[ivy:resolve] ... (24kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.webjars#modernizr;2.6.2-1!modernizr.jar (21ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/joda-time/joda-time/2.3/joda-time-2.3.jar ...
[ivy:resolve] ... (567kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] joda-time#joda-time;2.3!joda-time.jar (41ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/apache/wicket/wicket-extensions/6.13.0/wicket-extensions-6.13.0.jar
 ...
[ivy:resolve] 

 (1343kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.apache.wicket#wicket-extensions;6.13.0!wicket-extensions.jar (70ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/de/agilecoders/maven/maven-parent-config/0.3.4/maven-parent-config-0.3.4.jar
 ...
[ivy:resolve]  (5kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
de.agilecoders.maven#maven-parent-config;0.3.4!maven-parent-config.jar (21ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/reflections/reflections/0.9.8/reflections-0.9.8.jar
 ...
[ivy:resolve] .. (100kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.reflections#reflections;0.9.8!reflections.jar 
(23ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar
 ...
[ivy:resolve] ... (629kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] javassist#javassist;3.12.1.GA!javassist.jar (43ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar ...
[ivy:resolve] ... (306kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] dom4j#dom4j;1.6.1!dom4j.jar (31ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar ...
[ivy:resolve] . (215kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] xml-apis#xml-apis;1.4.01!xml-apis.jar (28ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/webjars/jquery/2.0.3-1/jquery-2.0.3-1.jar ...
[ivy:resolve] . (151kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.webjars#jquery;2.0.3-1!jquery.jar (27ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20130603/closure-compiler-v20130603.jar
 ...
[ivy:resolve] 
.
 (3475kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
com.google.javascript#closure-compiler;v20130603!closure-compiler.jar (147ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/webjars/jquerypp/1.0.1/jquerypp-1.0.1.jar ...
[ivy:resolve]  (653kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.webjars#jquerypp;1.0.1!jquerypp.jar (44ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/webjars/jquery-ui/1.10.2-1/jquery-ui-1.10.2-1.jar
 ...
[ivy:resolve] . (604kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.webjars#jquery-ui;1.10.2-1!jquery-ui.jar 
(44ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/org/webjars/typeaheadjs/0.9.3/typeaheadjs-0.9.3.jar
 ...
[ivy:resolve] . (19kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.webjars#typeaheadjs;0.9.3!typeaheadjs.jar 
(25ms)
[ivy:resolve] downloading 
https://repo1.maven.org/maven2/args4j/args4j/2.0.16/args4j-2.0.16.jar ...
[ivy:resolve] ... (54kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 

[jira] [Resolved] (NUTCH-2727) Upgrade Hadoop dependencies to 2.9.2

2019-08-27 Thread Sebastian Nagel (Jira)


 [ 
https://issues.apache.org/jira/browse/NUTCH-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Nagel resolved NUTCH-2727.

Resolution: Implemented

> Upgrade Hadoop dependencies to 2.9.2
> 
>
> Key: NUTCH-2727
> URL: https://issues.apache.org/jira/browse/NUTCH-2727
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Major
> Fix For: 1.16
>
>
> The latest upgrade of the Hadoop dependency dates back to Dec 2017 
> (NUTCH-2354). We might upgrade to the latest version of Hadoop 2.x (2.9.2).
> Note: Nutch 1.15 (or master) built with Hadoop 2.7.4 runs seamlessly on 
> Hadoop 3.x. This should be also the case for 2.9.4 (to be tested), so we 
> still might wait for the final upgrade to Hadoop 3.x to ensure 
> backward-compatibility.



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


[jira] [Commented] (NUTCH-2727) Upgrade Hadoop dependencies to 2.9.2

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


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

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

sebastian-nagel commented on issue #460: NUTCH-2727 Upgrade Hadoop dependencies 
to 2.9.2
URL: https://github.com/apache/nutch/pull/460#issuecomment-525171616
 
 
   Rebased to master, committing now...
 

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


> Upgrade Hadoop dependencies to 2.9.2
> 
>
> Key: NUTCH-2727
> URL: https://issues.apache.org/jira/browse/NUTCH-2727
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Priority: Major
> Fix For: 1.16
>
>
> The latest upgrade of the Hadoop dependency dates back to Dec 2017 
> (NUTCH-2354). We might upgrade to the latest version of Hadoop 2.x (2.9.2).
> Note: Nutch 1.15 (or master) built with Hadoop 2.7.4 runs seamlessly on 
> Hadoop 3.x. This should be also the case for 2.9.4 (to be tested), so we 
> still might wait for the final upgrade to Hadoop 3.x to ensure 
> backward-compatibility.



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


[jira] [Commented] (NUTCH-2727) Upgrade Hadoop dependencies to 2.9.2

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


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

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

sebastian-nagel commented on pull request #460: NUTCH-2727 Upgrade Hadoop 
dependencies to 2.9.2
URL: https://github.com/apache/nutch/pull/460
 
 
   
 

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


> Upgrade Hadoop dependencies to 2.9.2
> 
>
> Key: NUTCH-2727
> URL: https://issues.apache.org/jira/browse/NUTCH-2727
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Major
> Fix For: 1.16
>
>
> The latest upgrade of the Hadoop dependency dates back to Dec 2017 
> (NUTCH-2354). We might upgrade to the latest version of Hadoop 2.x (2.9.2).
> Note: Nutch 1.15 (or master) built with Hadoop 2.7.4 runs seamlessly on 
> Hadoop 3.x. This should be also the case for 2.9.4 (to be tested), so we 
> still might wait for the final upgrade to Hadoop 3.x to ensure 
> backward-compatibility.



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


[jira] [Assigned] (NUTCH-2727) Upgrade Hadoop dependencies to 2.9.2

2019-08-27 Thread Sebastian Nagel (Jira)


 [ 
https://issues.apache.org/jira/browse/NUTCH-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Nagel reassigned NUTCH-2727:
--

Assignee: Sebastian Nagel

> Upgrade Hadoop dependencies to 2.9.2
> 
>
> Key: NUTCH-2727
> URL: https://issues.apache.org/jira/browse/NUTCH-2727
> Project: Nutch
>  Issue Type: Improvement
>Affects Versions: 1.15
>Reporter: Sebastian Nagel
>Assignee: Sebastian Nagel
>Priority: Major
> Fix For: 1.16
>
>
> The latest upgrade of the Hadoop dependency dates back to Dec 2017 
> (NUTCH-2354). We might upgrade to the latest version of Hadoop 2.x (2.9.2).
> Note: Nutch 1.15 (or master) built with Hadoop 2.7.4 runs seamlessly on 
> Hadoop 3.x. This should be also the case for 2.9.4 (to be tested), so we 
> still might wait for the final upgrade to Hadoop 3.x to ensure 
> backward-compatibility.



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