You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (JIRA)" <ji...@apache.org> on 2012/07/05 11:47:33 UTC

[jira] [Created] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

Sebastian Nagel created NUTCH-1421:
--------------------------------------

             Summary: RegexURLNormalizer to only skip rules with invalid patterns
                 Key: NUTCH-1421
                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: nutchgora, 1.6
            Reporter: Sebastian Nagel
            Priority: Minor


If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 

In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

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

Markus Jelsma commented on NUTCH-1421:
--------------------------------------

+1
                
> RegexURLNormalizer to only skip rules with invalid patterns
> -----------------------------------------------------------
>
>                 Key: NUTCH-1421
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>         Attachments: NUTCH-1421-1.patch
>
>
> If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 
> In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

Posted by "Sebastian Nagel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel resolved NUTCH-1421.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   1.6

committed to trunk (rev. 1401459) and 2.x (rev. 1401460)
                
> RegexURLNormalizer to only skip rules with invalid patterns
> -----------------------------------------------------------
>
>                 Key: NUTCH-1421
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1421-1.patch
>
>
> If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 
> In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
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

[jira] [Updated] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

Posted by "Sebastian Nagel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Nagel updated NUTCH-1421:
-----------------------------------

    Attachment: NUTCH-1421-1.patch
    
> RegexURLNormalizer to only skip rules with invalid patterns
> -----------------------------------------------------------
>
>                 Key: NUTCH-1421
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>         Attachments: NUTCH-1421-1.patch
>
>
> If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 
> In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

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

Hudson commented on NUTCH-1421:
-------------------------------

Integrated in Nutch-trunk #1996 (See [https://builds.apache.org/job/Nutch-trunk/1996/])
    NUTCH-1421 RegexURLNormalizer to only skip rules with invalid patterns (Revision 1401459)

     Result = ABORTED
snagel : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1401459
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex/RegexURLNormalizer.java

                
> RegexURLNormalizer to only skip rules with invalid patterns
> -----------------------------------------------------------
>
>                 Key: NUTCH-1421
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1421-1.patch
>
>
> If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 
> In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
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

[jira] [Commented] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

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

Hudson commented on NUTCH-1421:
-------------------------------

Integrated in nutch-trunk-maven #466 (See [https://builds.apache.org/job/nutch-trunk-maven/466/])
    NUTCH-1421 RegexURLNormalizer to only skip rules with invalid patterns (Revision 1401459)

     Result = SUCCESS
snagel : 
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex/RegexURLNormalizer.java

                
> RegexURLNormalizer to only skip rules with invalid patterns
> -----------------------------------------------------------
>
>                 Key: NUTCH-1421
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1421-1.patch
>
>
> If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 
> In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
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

[jira] [Commented] (NUTCH-1421) RegexURLNormalizer to only skip rules with invalid patterns

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

Hudson commented on NUTCH-1421:
-------------------------------

Integrated in Nutch-nutchgora #387 (See [https://builds.apache.org/job/Nutch-nutchgora/387/])
    NUTCH-1421 RegexURLNormalizer to only skip rules with invalid patterns (Revision 1401460)

     Result = FAILURE
snagel : 
Files : 
* /nutch/branches/2.x/CHANGES.txt
* /nutch/branches/2.x/src/plugin/urlnormalizer-regex/src/java/org/apache/nutch/net/urlnormalizer/regex/RegexURLNormalizer.java

                
> RegexURLNormalizer to only skip rules with invalid patterns
> -----------------------------------------------------------
>
>                 Key: NUTCH-1421
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1421
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1421-1.patch
>
>
> If a regex-normalize.xml file contains one rule with a syntactically invalid regular expression patterns, all rules are discarded and no normalization is done. 
> In combination with a detailed error message, RegexURLNormalizer should only skip the invalid rule but use all other (valid) rules.

--
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