[jira] Created: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

NPE in LinkRank if no nodes with which to create the WebGraph
-------------------------------------------------------------

                 Key: NUTCH-730
                 URL: https://issues.apache.org/jira/browse/NUTCH-730
             Project: Nutch
          Issue Type: Bug
    Affects Versions: 1.0.0
         Environment: All
            Reporter: Dennis Kubes
            Assignee: Dennis Kubes
             Fix For: 1.0.0, 1.1


For LinkRank, if there are no nodes to process, then a NullPointerException is thrown when trying to count number of nodes.

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


[jira] Updated: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/NUTCH-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kubes updated NUTCH-730:
-------------------------------

    Attachment: NUTCH-730-1-20090325.patch

Throws a more detailed error message if there are no nodes to process.  This shouldn't happen on large web graphs but may happen on smaller webgraphs or webgraphs that are all inside one domain (including subdomains).

> NPE in LinkRank if no nodes with which to create the WebGraph
> -------------------------------------------------------------
>
>                 Key: NUTCH-730
>                 URL: https://issues.apache.org/jira/browse/NUTCH-730
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Dennis Kubes
>             Fix For: 1.0.0, 1.1
>
>         Attachments: NUTCH-730-1-20090325.patch
>
>
> For LinkRank, if there are no nodes to process, then a NullPointerException is thrown when trying to count number of nodes.

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


[jira] Updated: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/NUTCH-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren updated NUTCH-730:
-----------------------------

    Fix Version/s:     (was: 1.0.0)

> NPE in LinkRank if no nodes with which to create the WebGraph
> -------------------------------------------------------------
>
>                 Key: NUTCH-730
>                 URL: https://issues.apache.org/jira/browse/NUTCH-730
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Dennis Kubes
>             Fix For: 1.1
>
>         Attachments: NUTCH-730-1-20090325.patch
>
>
> For LinkRank, if there are no nodes to process, then a NullPointerException is thrown when trying to count number of nodes.

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


[jira] Closed: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/NUTCH-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrzej Bialecki  closed NUTCH-730.
-----------------------------------

    Resolution: Fixed
      Assignee: Andrzej Bialecki   (was: Dennis Kubes)

> NPE in LinkRank if no nodes with which to create the WebGraph
> -------------------------------------------------------------
>
>                 Key: NUTCH-730
>                 URL: https://issues.apache.org/jira/browse/NUTCH-730
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Andrzej Bialecki
>             Fix For: 1.1
>
>         Attachments: NUTCH-730-1-20090325.patch
>
>
> For LinkRank, if there are no nodes to process, then a NullPointerException is thrown when trying to count number of nodes.

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


[jira] Commented: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Andrzej Bialecki  commented on NUTCH-730:
-----------------------------------------

Fixed in rev. 823532, thanks!

> NPE in LinkRank if no nodes with which to create the WebGraph
> -------------------------------------------------------------
>
>                 Key: NUTCH-730
>                 URL: https://issues.apache.org/jira/browse/NUTCH-730
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Andrzej Bialecki
>             Fix For: 1.1
>
>         Attachments: NUTCH-730-1-20090325.patch
>
>
> For LinkRank, if there are no nodes to process, then a NullPointerException is thrown when trying to count number of nodes.

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


[jira] Commented: (NUTCH-730) NPE in LinkRank if no nodes with which to create the WebGraph

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Hudson commented on NUTCH-730:
------------------------------

Integrated in Nutch-trunk #959 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/959/])
     NPE in LinkRank if no nodes with which to create the WebGraph.


> NPE in LinkRank if no nodes with which to create the WebGraph
> -------------------------------------------------------------
>
>                 Key: NUTCH-730
>                 URL: https://issues.apache.org/jira/browse/NUTCH-730
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>         Environment: All
>            Reporter: Dennis Kubes
>            Assignee: Andrzej Bialecki
>             Fix For: 1.1
>
>         Attachments: NUTCH-730-1-20090325.patch
>
>
> For LinkRank, if there are no nodes to process, then a NullPointerException is thrown when trying to count number of nodes.

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