[jira] [Comment Edited] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Monika Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812029#comment-15812029 ] Monika Gupta edited comment on NUTCH-2345 at 1/10/17 4:32 AM: -- [~kamaci],

[jira] [Commented] (NUTCH-2315) UpdateDb jobs fails everytime (Nutch 2.3.1)

2017-01-09 Thread Shubham Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15813827#comment-15813827 ] Shubham Gupta commented on NUTCH-2315: -- While running it in the local environment, the following

[jira] [Comment Edited] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Monika Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812029#comment-15812029 ] Monika Gupta edited comment on NUTCH-2345 at 1/10/17 4:21 AM: -- [~kamaci],

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

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812766#comment-15812766 ] Furkan KAMACI commented on NUTCH-2199: -- [~lewismc] Can we close this issue due to it is a duplicate

[jira] [Commented] (NUTCH-2348) Close GZIPInputStream

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812754#comment-15812754 ] ASF GitHub Bot commented on NUTCH-2348: --- GitHub user kamaci opened a pull request:

[jira] [Created] (NUTCH-2348) Close GZIPInputStream

2017-01-09 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created NUTCH-2348: Summary: Close GZIPInputStream Key: NUTCH-2348 URL: https://issues.apache.org/jira/browse/NUTCH-2348 Project: Nutch Issue Type: Bug Components:

[GitHub] nutch pull request #167: NUTCH-2348 GZIPInputStream is closed at finally.

2017-01-09 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/nutch/pull/167 NUTCH-2348 GZIPInputStream is closed at finally. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kamaci/nutch NUTCH-2348 Alternatively you can

[jira] [Updated] (NUTCH-2347) Use Logger Instead of Printing Throwable

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated NUTCH-2347: - Priority: Minor (was: Major) > Use Logger Instead of Printing Throwable >

[jira] [Commented] (NUTCH-2347) Use Logger Instead of Printing Throwable

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812646#comment-15812646 ] ASF GitHub Bot commented on NUTCH-2347: --- GitHub user kamaci opened a pull request:

[GitHub] nutch pull request #166: NUTCH-2347 Logger is used instead of printing Throw...

2017-01-09 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/nutch/pull/166 NUTCH-2347 Logger is used instead of printing Throwable. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kamaci/nutch NUTCH-2347 Alternatively

[jira] [Created] (NUTCH-2347) Use Logger Instead of Printing Throwable

2017-01-09 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created NUTCH-2347: Summary: Use Logger Instead of Printing Throwable Key: NUTCH-2347 URL: https://issues.apache.org/jira/browse/NUTCH-2347 Project: Nutch Issue Type:

Re: reg. help -Nutch in maven

2017-01-09 Thread Furkan KAMACI
Hi Ashok, Don't hesitate to ask again if you have any problems. On the other hand, you can ask on user list instead of dev list for such purposes. Kind Regards, Furkan KAMACI On Mon, Jan 9, 2017 at 9:14 PM, ashok raj wrote: > Thank you so much Furkan. > I will surely

Re: reg. help -Nutch in maven

2017-01-09 Thread ashok raj
Thank you so much Furkan. I will surely try it out both and come back. You saved my day! :) best wishes, -Ashok. On Tue, Jan 10, 2017 at 12:19 AM, Furkan KAMACI wrote: > Hi Ashok, > > Yes, it is the right patch to test. On the other hand, does excluding > dependency at

Re: reg. help -Nutch in maven

2017-01-09 Thread Furkan KAMACI
Hi Ashok, Yes, it is the right patch to test. On the other hand, does excluding dependency at ant/ivy works for you: http://ant.apache.org/ivy/history/2.4.0/ivyfile/artifact-exclude.html Kind Regards, Furkan KAMACI On Mon, Jan 9, 2017 at 8:04 PM, ashok raj wrote: >

Re: reg. help -Nutch in maven

2017-01-09 Thread ashok raj
Thank you Furkan Kamaci for the response. In the jira there are many patches for maven, I guess this is the right one? (which is just nutch in maven without plugins i guess). *Reg. ant for Elasticsearch 5.x: * I

Re: reg. help -Nutch in maven

2017-01-09 Thread Furkan KAMACI
Hi Ashok, Are you looking for this: https://issues.apache.org/jira/browse/NUTCH-1371 Could you elaborate what is the problem which prevents you to use ant+ivy for your case? Kind Regards, Furkan KAMACI On Mon, Jan 9, 2017 at 7:15 PM, ashok raj wrote: > Hi, > Anyone

reg. help -Nutch in maven

2017-01-09 Thread ashok raj
Hi, Anyone have tried building Nutch 2.x in maven (/gradle)? I am trying to write plugin to connect Elasticsearch 5.x and ant+ivy doesn't support this. Thanks in advance, -Ashok.

[jira] [Commented] (NUTCH-1915) Error in Nutch 2.X WebApp stalls progress bar

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812283#comment-15812283 ] Furkan KAMACI commented on NUTCH-1915: -- [~lewismc] Could you increase *DEFAULT_TIMEOUT_SEC* which has

[jira] [Commented] (NUTCH-2205) Nutch solrdedup error in solrcloud for larger docs

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812265#comment-15812265 ] Furkan KAMACI commented on NUTCH-2205: -- [~VictorHu] Do you still get that error? Because logs says:

[jira] [Commented] (NUTCH-2257) apache-nutch-2.3.1-src.tar.gz can not be built

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812256#comment-15812256 ] Furkan KAMACI commented on NUTCH-2257: -- [~kamir1604] I don't get such an error when I build 2.3.1

[jira] [Commented] (NUTCH-2275) MD5Signature by default doesn't take in account parse

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812209#comment-15812209 ] Furkan KAMACI commented on NUTCH-2275: -- [~fre93] does that problem still exist? > MD5Signature by

[jira] [Commented] (NUTCH-2313) Error in Nutch 2.X WebApp Inject

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812081#comment-15812081 ] Furkan KAMACI commented on NUTCH-2313: -- [~kherox] Could you increase *DEFAULT_TIMEOUT_SEC* which has

[jira] [Commented] (NUTCH-2342) Inlinks are not being indexed as part of index-links plugin

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812058#comment-15812058 ] Furkan KAMACI commented on NUTCH-2342: -- [~19manish90] Do you have logs for your problem? > Inlinks

[jira] [Comment Edited] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Monika Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812029#comment-15812029 ] Monika Gupta edited comment on NUTCH-2345 at 1/9/17 3:24 PM: - @Furkan KAMACI,

[jira] [Comment Edited] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Monika Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812029#comment-15812029 ] Monika Gupta edited comment on NUTCH-2345 at 1/9/17 3:24 PM: - Furkan, Thank

[jira] [Commented] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Monika Gupta (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812029#comment-15812029 ] Monika Gupta commented on NUTCH-2345: - Furkan, Thank you very much for the response. We discovered

[jira] [Commented] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15811983#comment-15811983 ] Furkan KAMACI commented on NUTCH-2345: -- Thanks for reporting it [~Mgupta]! I've created the PR. >

[jira] [Assigned] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI reassigned NUTCH-2345: Assignee: Furkan KAMACI > FetchItemQueue logs are logged with wrong class name >

[jira] [Commented] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15811979#comment-15811979 ] ASF GitHub Bot commented on NUTCH-2345: --- GitHub user kamaci opened a pull request:

[GitHub] nutch pull request #165: NUTCH-2345 Logging with wrong class name at FetchIt...

2017-01-09 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/nutch/pull/165 NUTCH-2345 Logging with wrong class name at FetchItemQueue is fixed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kamaci/nutch NUTCH-2345

[jira] [Commented] (NUTCH-2346) Check Types at Object Equality

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15811923#comment-15811923 ] ASF GitHub Bot commented on NUTCH-2346: --- GitHub user kamaci opened a pull request:

[GitHub] nutch pull request #164: NUTCH-2346 Types are checked at object equality

2017-01-09 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/nutch/pull/164 NUTCH-2346 Types are checked at object equality You can merge this pull request into a Git repository by running: $ git pull https://github.com/kamaci/nutch NUTCH-2346 Alternatively you can

[jira] [Commented] (NUTCH-2344) Authentication Support for Web GUI

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15811913#comment-15811913 ] ASF GitHub Bot commented on NUTCH-2344: --- GitHub user kamaci opened a pull request:

[GitHub] nutch pull request #163: NUTCH-2344 Authentication support for Web GUI

2017-01-09 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/nutch/pull/163 NUTCH-2344 Authentication support for Web GUI You can merge this pull request into a Git repository by running: $ git pull https://github.com/kamaci/nutch NUTCH-2344 Alternatively you can

[jira] [Commented] (NUTCH-2344) Authentication Support for Web GUI

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15811880#comment-15811880 ] ASF GitHub Bot commented on NUTCH-2344: --- Github user kamaci closed the pull request at:

[GitHub] nutch pull request #162: NUTCH-2344 Authentication support for Web GUI.

2017-01-09 Thread kamaci
Github user kamaci closed the pull request at: https://github.com/apache/nutch/pull/162 --- 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] [Created] (NUTCH-2346) Check Types at Object Equality

2017-01-09 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created NUTCH-2346: Summary: Check Types at Object Equality Key: NUTCH-2346 URL: https://issues.apache.org/jira/browse/NUTCH-2346 Project: Nutch Issue Type: Bug

[jira] [Created] (NUTCH-2345) FetchItemQueue logs are logged with wrong class name

2017-01-09 Thread Monika Gupta (JIRA)
Monika Gupta created NUTCH-2345: --- Summary: FetchItemQueue logs are logged with wrong class name Key: NUTCH-2345 URL: https://issues.apache.org/jira/browse/NUTCH-2345 Project: Nutch Issue Type: