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 2009/01/29 20:45:59 UTC

[jira] Created: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

NUTCH-676 broke CrawlDbMerger
-----------------------------

                 Key: NUTCH-683
                 URL: https://issues.apache.org/jira/browse/NUTCH-683
             Project: Nutch
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Doğacan Güney
            Assignee: Doğacan Güney
            Priority: Minor
             Fix For: 1.0.0
         Attachments: crawldbmerger_v2.patch

Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is that we reuse the same MapWritable instance during reduce
which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
so we should also work around that.

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


Re: [jira] Created: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

Posted by Raghavendra Neelekani <rk...@gmail.com>.
Hi I am doing a plugin for fetch.. It mist come after generator n before
fetcher.. My plugin should do , after fetchlist has been generated , i
should parse the fetchlist to generate new fetchlist depending on my
requirement n after generating , myplugin should give it to fetcher to
fetch..

In which function should I call my plugin , or In which function should I
edit.. How can i access fetchlist after generated by the generator ??
 How can i give new fetchlist to fetcher to fetch ??

Tel me the functions to use , n APIs..
PLease reply as soon as possible..





On Fri, Jan 30, 2009 at 1:15 AM, Doğacan Güney (JIRA) <ji...@apache.org>wrote:

> NUTCH-676 broke CrawlDbMerger
> -----------------------------
>
>                 Key: NUTCH-683
>                 URL: https://issues.apache.org/jira/browse/NUTCH-683
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>         Attachments: crawldbmerger_v2.patch
>
> Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is
> that we reuse the same MapWritable instance during reduce
> which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's
> MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
> so we should also work around that.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Raghavendra Keshava Neelekani

Re: [jira] Updated: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

Posted by Raghavendra Neelekani <rk...@gmail.com>.
In webDB how d urs r stored ???? And How ll fetchgenerator fetch urls from
crawlDB ??

On Fri, Jan 30, 2009 at 1:15 AM, Doğacan Güney (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/jira/browse/NUTCH-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Doğacan Güney updated NUTCH-683:
> --------------------------------
>
>    Attachment: crawldbmerger_v2.patch
>
> Patch for issue
>
> > NUTCH-676 broke CrawlDbMerger
> > -----------------------------
> >
> >                 Key: NUTCH-683
> >                 URL: https://issues.apache.org/jira/browse/NUTCH-683
> >             Project: Nutch
> >          Issue Type: Bug
> >    Affects Versions: 1.0.0
> >            Reporter: Doğacan Güney
> >            Assignee: Doğacan Güney
> >            Priority: Minor
> >             Fix For: 1.0.0
> >
> >         Attachments: crawldbmerger_v2.patch
> >
> >
> > Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is
> that we reuse the same MapWritable instance during reduce
> > which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's
> MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
> > so we should also work around that.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Raghavendra Keshava Neelekani

[jira] Updated: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

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

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

    Attachment: crawldbmerger_v2.patch

Patch for issue

> NUTCH-676 broke CrawlDbMerger
> -----------------------------
>
>                 Key: NUTCH-683
>                 URL: https://issues.apache.org/jira/browse/NUTCH-683
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: crawldbmerger_v2.patch
>
>
> Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is that we reuse the same MapWritable instance during reduce
> which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
> so we should also work around that.

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


[jira] Commented: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

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

Hudson commented on NUTCH-683:
------------------------------

Integrated in Nutch-trunk #722 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/722/])
     - NUTCH-676 broke CrawlDbMerger


> NUTCH-676 broke CrawlDbMerger
> -----------------------------
>
>                 Key: NUTCH-683
>                 URL: https://issues.apache.org/jira/browse/NUTCH-683
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: crawldbmerger_v2.patch
>
>
> Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is that we reuse the same MapWritable instance during reduce
> which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
> so we should also work around that.

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


[jira] Closed: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

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

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

    Resolution: Fixed

Fixed in rev. 743277.

> NUTCH-676 broke CrawlDbMerger
> -----------------------------
>
>                 Key: NUTCH-683
>                 URL: https://issues.apache.org/jira/browse/NUTCH-683
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: crawldbmerger_v2.patch
>
>
> Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is that we reuse the same MapWritable instance during reduce
> which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
> so we should also work around that.

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


[jira] Commented: (NUTCH-683) NUTCH-676 broke CrawlDbMerger

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

Andrzej Bialecki  commented on NUTCH-683:
-----------------------------------------

+1.

> NUTCH-676 broke CrawlDbMerger
> -----------------------------
>
>                 Key: NUTCH-683
>                 URL: https://issues.apache.org/jira/browse/NUTCH-683
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: crawldbmerger_v2.patch
>
>
> Switch to hadoop's MapWritable broke CrawlDbMerger. Part of the reason is that we reuse the same MapWritable instance during reduce
> which apparently is a big no-no for hadoop's MapWritable. Also, hadoop's MapWritable#putAll doesn't work (I think.... see HADOOP-5142),
> so we should also work around that.

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