You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Ferdy Galema (JIRA)" <ji...@apache.org> on 2012/05/09 15:59:54 UTC

[jira] [Commented] (NUTCH-1357) All gora mapreduce functionality should go through StorageUtils

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

Ferdy Galema commented on NUTCH-1357:
-------------------------------------

Side note: It seems some tools do need to call Gora* code directly but this does not matter as long as they pass around the DataStore that is created by using StorageUtils.createWebStore(..).
                
> All gora mapreduce functionality should go through StorageUtils
> ---------------------------------------------------------------
>
>                 Key: NUTCH-1357
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1357
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Ferdy Galema
>             Fix For: nutchgora
>
>
> I am trying to make the concept of crawlId work for ALL nutch jobs: it seems the biggest problem with it not working as expected is because of the various ways gora mapreduce is used in nutch.
> Some jobs use StorageUtils, some use GoraMapper/GoraReduce, some even use directly GoraInputFormat/GoraOutputFormat. But the only place the translation is made from crawlId into a schema name is in StorageUtils! Currently I am converting all calls to Gora* mapreduce initializing code to StorageUtils calls.

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