[jira] [Commented] (NUTCH-2269) Clean not working after crawl

2016-06-27 Thread Sebastian Nagel (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351824#comment-15351824 ] Sebastian Nagel commented on NUTCH-2269: Thanks for reporting the problems. Afaics, they can be

[jira] [Issue Comment Deleted] (NUTCH-2269) Clean not working after crawl

2016-06-27 Thread Sebastian Nagel (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Nagel updated NUTCH-2269: --- Comment: was deleted (was: The message {noformat} WARN output.FileOutputCommitter - Output

[jira] [Issue Comment Deleted] (NUTCH-2269) Clean not working after crawl

2016-06-27 Thread Sebastian Nagel (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Nagel updated NUTCH-2269: --- Comment: was deleted (was: The message {noformat} WARN output.FileOutputCommitter - Output

[jira] [Issue Comment Deleted] (NUTCH-2269) Clean not working after crawl

2016-06-27 Thread Sebastian Nagel (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Nagel updated NUTCH-2269: --- Comment: was deleted (was: The message {noformat} WARN output.FileOutputCommitter - Output

[jira] [Resolved] (NUTCH-2022) Investigate better documentation for the Nutch REST API's

2016-06-27 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2022. - Resolution: Fixed > Investigate better documentation for the Nutch REST API's >

[jira] [Updated] (NUTCH-2022) Investigate better documentation for the Nutch REST API's

2016-06-27 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2022: Fix Version/s: 1.11 2.4 > Investigate better documentation for

[jira] [Commented] (NUTCH-2243) Documentation for Nutch 2.X REST API

2016-06-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351610#comment-15351610 ] Hudson commented on NUTCH-2243: --- SUCCESS: Integrated in Nutch-nutchgora #1562 (See

[jira] [Commented] (NUTCH-2282) Incorrect content-type returned in 4 API calls

2016-06-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351609#comment-15351609 ] Hudson commented on NUTCH-2282: --- SUCCESS: Integrated in Nutch-nutchgora #1562 (See

[jira] [Commented] (NUTCH-2289) SSL Support for REST API

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351553#comment-15351553 ] ASF GitHub Bot commented on NUTCH-2289: --- Github user lewismc commented on a diff in the pull

[GitHub] nutch pull request #128: NUTCH-2289 SSL support for Nutch 2.X REST API.

2016-06-27 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/128#discussion_r68630587 --- Diff: src/java/org/apache/nutch/api/NutchServer.java --- @@ -99,17 +114,70 @@ public NutchServer() { component = new Component();

[jira] [Commented] (NUTCH-2289) SSL Support for REST API

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351549#comment-15351549 ] ASF GitHub Bot commented on NUTCH-2289: --- Github user lewismc commented on a diff in the pull

[GitHub] nutch pull request #128: NUTCH-2289 SSL support for Nutch 2.X REST API.

2016-06-27 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/128#discussion_r68630436 --- Diff: conf/nutch-default.xml --- @@ -1435,4 +1435,60 @@ + + restapi.auth + NONE + +Configures

[GitHub] nutch pull request #126: NUTCH-2285 Digest Authentication support for Nutch ...

2016-06-27 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/126#discussion_r68630240 --- Diff: src/java/org/apache/nutch/api/NutchServer.java --- @@ -108,8 +118,41 @@ public NutchServer() { application.setStatusService(new

[jira] [Commented] (NUTCH-2285) Digest Authentication Support for REST API

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351542#comment-15351542 ] ASF GitHub Bot commented on NUTCH-2285: --- Github user lewismc commented on a diff in the pull

[jira] [Commented] (NUTCH-2284) Basic Authentication Support for REST API

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351530#comment-15351530 ] ASF GitHub Bot commented on NUTCH-2284: --- Github user lewismc commented on a diff in the pull

[GitHub] nutch pull request #124: NUTCH-2284 Basic Authentication support for Nutch 2...

2016-06-27 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/124#discussion_r68629674 --- Diff: src/java/org/apache/nutch/api/NutchServer.java --- @@ -85,7 +88,12 @@ * well as the logging granularity. If the latter option is not provided

[jira] [Commented] (NUTCH-2284) Basic Authentication Support for REST API

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351528#comment-15351528 ] ASF GitHub Bot commented on NUTCH-2284: --- Github user lewismc commented on a diff in the pull

[GitHub] nutch pull request #124: NUTCH-2284 Basic Authentication support for Nutch 2...

2016-06-27 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/124#discussion_r68629394 --- Diff: conf/nutch-default.xml --- @@ -1435,4 +1435,30 @@ + + restapi.auth + false + +Whether to enable HTTP

[jira] [Updated] (NUTCH-2243) Documentation for Nutch 2.X REST API

2016-06-27 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2243: Fix Version/s: (was: 2.5) 2.4 > Documentation for Nutch 2.X

[jira] [Commented] (NUTCH-2243) Documentation for Nutch 2.X REST API

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351524#comment-15351524 ] ASF GitHub Bot commented on NUTCH-2243: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (NUTCH-2243) Documentation for Nutch 2.X REST API

2016-06-27 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2243. - Resolution: Fixed Excellent [~kamaci] thank you > Documentation for Nutch 2.X

[GitHub] nutch pull request #123: NUTCH-2243 REST API documentation for Nutch 2.X

2016-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nutch/pull/123 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Resolved] (NUTCH-2282) Incorrect content-type returned in 4 API calls

2016-06-27 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2282. - Resolution: Fixed Assignee: Lewis John McGibbney Thanks for the patch

[jira] [Updated] (NUTCH-2282) Incorrect content-type returned in 4 API calls

2016-06-27 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2282: Fix Version/s: 2.4 > Incorrect content-type returned in 4 API calls >

[jira] [Commented] (NUTCH-2282) Incorrect content-type returned in 4 API calls

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351514#comment-15351514 ] ASF GitHub Bot commented on NUTCH-2282: --- Github user asfgit closed the pull request at:

[GitHub] nutch pull request #120: fix for NUTCH-2282 contributed by lancergr

2016-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nutch/pull/120 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NUTCH-2264) Check Forbidden API's at Build

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15351511#comment-15351511 ] ASF GitHub Bot commented on NUTCH-2264: --- Github user lewismc commented on a diff in the pull

[GitHub] nutch pull request #115: NUTCH-2264 Check Forbidden API's at Build

2016-06-27 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/nutch/pull/115#discussion_r68627471 --- Diff: build.xml --- @@ -1035,4 +1039,11 @@ + + + + --- End diff -- What error? ---

[Nutch Wiki] New attachment added to page GoogleSummerOfCode/SecurityLayer/MidtermReport

2016-06-27 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page "GoogleSummerOfCode/SecurityLayer/MidtermReport" for change notification. An attachment has been added to that page by kamaci. Following detailed information is available: Attachment name: Furkan_KAMACI_Midterm_Report_NUTCH-1756.pdf

[jira] [Commented] (NUTCH-2267) Solr indexer fails at the end of the job with a java error message

2016-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15350993#comment-15350993 ] ASF GitHub Bot commented on NUTCH-2267: --- GitHub user sjwoodard opened a pull request:

[GitHub] nutch pull request #129: NUTCH-2267 - Solr and Hadoop JAR mismatch

2016-06-27 Thread sjwoodard
GitHub user sjwoodard opened a pull request: https://github.com/apache/nutch/pull/129 NUTCH-2267 - Solr and Hadoop JAR mismatch Explicitly pass in an instance of SystemDefaultHttpClient to CloudSolrClient, otherwise SolrJ will use a default implementation of CloseableHttpClient,

[jira] [Commented] (NUTCH-2267) Solr indexer fails at the end of the job with a java error message

2016-06-27 Thread Steven W (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15350979#comment-15350979 ] Steven W commented on NUTCH-2267: - I think this is a valid bug, however it's actually a JAR mismatch

[jira] [Comment Edited] (NUTCH-2267) Solr indexer fails at the end of the job with a java error message

2016-06-27 Thread Steven W (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15350979#comment-15350979 ] Steven W edited comment on NUTCH-2267 at 6/27/16 1:24 PM: -- I think this is a