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 2007/10/28 15:58:50 UTC

[jira] Commented: (NUTCH-552) Upgrade Nutch to Hadoop 0.15.x

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

Doğacan Güney commented on NUTCH-552:
-------------------------------------

I am wondering if the lock stuff removed from FsDirectory will be problematic for lucene indexes on DFS. 

Also, 

+    FileSystem fs = new JobClient(new NutchJob(getConf())).getFs();

Since we are already changing the code, we may as well do,

       FileSystem fs = FileSystem.get(getConf());

And finally, why did you add a stringifyException code to StringUtil? AFAIK, there already is one in hadoop.

> Upgrade Nutch to Hadoop 0.15.x
> ------------------------------
>
>                 Key: NUTCH-552
>                 URL: https://issues.apache.org/jira/browse/NUTCH-552
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>             Fix For: 1.0.0
>
>         Attachments: NUTCH-552-1.patch
>
>
> Upgrade Nutch to Hadoop 0.15.x .

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