You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2013/04/24 22:37:17 UTC

[jira] [Commented] (NUTCH-1555) Move to commons-cli for command line parsing

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

Lewis John McGibbney commented on NUTCH-1555:
---------------------------------------------

Feng this is significant work. Moving *every* tool to use commons-cli is a pretty meaty task indeed.
I have an immediate issue with FetcherJob where if I use 

{code}
./bin/nutch fetch
{code}

I get a NPE. 
                
> Move to commons-cli for command line parsing 
> ---------------------------------------------
>
>                 Key: NUTCH-1555
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1555
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 2.1
>            Reporter: Lewis John McGibbney
>            Assignee: lufeng
>             Fix For: 2.2
>
>         Attachments: NUTCH-1555.patch
>
>
> I just accidentally passed in the following argument to parser job
> {code}
> law@CEE279Law3-Linux:~/Downloads/asf/2.x/runtime/local$ ./bin/nutch parse updatedb
> ParserJob: starting
> ParserJob: resuming:	false
> ParserJob: forced reparse:	false
> ParserJob: batchId:	updatedb
> ParserJob: success
> {code}
> This is a bug for sure

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira