You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2008/10/01 09:47:44 UTC

[jira] Created: (NUTCH-654) urlfilter-regex's main does not work

urlfilter-regex's main does not work
------------------------------------

                 Key: NUTCH-654
                 URL: https://issues.apache.org/jira/browse/NUTCH-654
             Project: Nutch
          Issue Type: Bug
            Reporter: Doğacan Güney
            Assignee: Doğacan Güney
             Fix For: 1.0.0


As you know, nutch allows you to run plugin with "bin/nutch plugin ...". But, RegexURLFilter's main is broken because it is initialized without a conf, so it can't read any of the rules and fails with exception if you try to do something with it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NUTCH-654) urlfilter-regex's main does not work

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636523#action_12636523 ] 

Hudson commented on NUTCH-654:
------------------------------

Integrated in Nutch-trunk #588 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/588/])
     - urlfilter-regex's main does not work


> urlfilter-regex's main does not work
> ------------------------------------
>
>                 Key: NUTCH-654
>                 URL: https://issues.apache.org/jira/browse/NUTCH-654
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Trivial
>             Fix For: 1.0.0
>
>         Attachments: urlfilter-regex_main.patch
>
>
> As you know, nutch allows you to run plugin with "bin/nutch plugin ...". But, RegexURLFilter's main is broken because it is initialized without a conf, so it can't read any of the rules and fails with exception if you try to do something with it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NUTCH-654) urlfilter-regex's main does not work

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney updated NUTCH-654:
--------------------------------

    Attachment: urlfilter-regex_main.patch

I will commit this patch in a few hours.

> urlfilter-regex's main does not work
> ------------------------------------
>
>                 Key: NUTCH-654
>                 URL: https://issues.apache.org/jira/browse/NUTCH-654
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Trivial
>             Fix For: 1.0.0
>
>         Attachments: urlfilter-regex_main.patch
>
>
> As you know, nutch allows you to run plugin with "bin/nutch plugin ...". But, RegexURLFilter's main is broken because it is initialized without a conf, so it can't read any of the rules and fails with exception if you try to do something with it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NUTCH-654) urlfilter-regex's main does not work

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney updated NUTCH-654:
--------------------------------

    Priority: Trivial  (was: Major)

Oops. Fixing priority.

> urlfilter-regex's main does not work
> ------------------------------------
>
>                 Key: NUTCH-654
>                 URL: https://issues.apache.org/jira/browse/NUTCH-654
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Trivial
>             Fix For: 1.0.0
>
>
> As you know, nutch allows you to run plugin with "bin/nutch plugin ...". But, RegexURLFilter's main is broken because it is initialized without a conf, so it can't read any of the rules and fails with exception if you try to do something with it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (NUTCH-654) urlfilter-regex's main does not work

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney closed NUTCH-654.
-------------------------------

    Resolution: Fixed

Committed as of rev. 701045. 

> urlfilter-regex's main does not work
> ------------------------------------
>
>                 Key: NUTCH-654
>                 URL: https://issues.apache.org/jira/browse/NUTCH-654
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Trivial
>             Fix For: 1.0.0
>
>         Attachments: urlfilter-regex_main.patch
>
>
> As you know, nutch allows you to run plugin with "bin/nutch plugin ...". But, RegexURLFilter's main is broken because it is initialized without a conf, so it can't read any of the rules and fails with exception if you try to do something with it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NUTCH-654) urlfilter-regex's main does not work

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635979#action_12635979 ] 

Andrzej Bialecki  commented on NUTCH-654:
-----------------------------------------

+1

> urlfilter-regex's main does not work
> ------------------------------------
>
>                 Key: NUTCH-654
>                 URL: https://issues.apache.org/jira/browse/NUTCH-654
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Trivial
>             Fix For: 1.0.0
>
>         Attachments: urlfilter-regex_main.patch
>
>
> As you know, nutch allows you to run plugin with "bin/nutch plugin ...". But, RegexURLFilter's main is broken because it is initialized without a conf, so it can't read any of the rules and fails with exception if you try to do something with it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.