You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2010/10/19 18:56:26 UTC

[jira] Updated: (NUTCH-921) Reduce dependency of Nutch on config files

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

Andrzej Bialecki  updated NUTCH-921:
------------------------------------

    Attachment: NUTCH-921.patch

Patch that implements reading config parameters from Configuration, and falls back to config files if Configuration properties are unspecified.

> Reduce dependency of Nutch on config files
> ------------------------------------------
>
>                 Key: NUTCH-921
>                 URL: https://issues.apache.org/jira/browse/NUTCH-921
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>             Fix For: 2.0
>
>         Attachments: NUTCH-921.patch
>
>
> Currently many components in Nutch rely on reading their configuration from files. These files need to be on the classpath (or packed into a job jar). This is inconvenient if you want to manage configuration via API, e.g. when embedding Nutch, or running many jobs with slightly different configurations.
> This issue tracks the improvement to make various components read their config directly from Configuration properties.

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


Re: [jira] Updated: (NUTCH-921) Reduce dependency of Nutch on config files

Posted by SeongPyo Kim <sp...@gmail.com>.
2010/10/20 Andrzej Bialecki (JIRA) <ji...@apache.org>

>
>     [
> https://issues.apache.org/jira/browse/NUTCH-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Andrzej Bialecki  updated NUTCH-921:
> ------------------------------------
>
>    Attachment: NUTCH-921.patch
>
> Patch that implements reading config parameters from Configuration, and
> falls back to config files if Configuration properties are unspecified.
>
> > Reduce dependency of Nutch on config files
> > ------------------------------------------
> >
> >                 Key: NUTCH-921
> >                 URL: https://issues.apache.org/jira/browse/NUTCH-921
> >             Project: Nutch
> >          Issue Type: Improvement
> >    Affects Versions: 2.0
> >            Reporter: Andrzej Bialecki
> >            Assignee: Andrzej Bialecki
> >             Fix For: 2.0
> >
> >         Attachments: NUTCH-921.patch
> >
> >
> > Currently many components in Nutch rely on reading their configuration
> from files. These files need to be on the classpath (or packed into a job
> jar). This is inconvenient if you want to manage configuration via API, e.g.
> when embedding Nutch, or running many jobs with slightly different
> configurations.
> > This issue tracks the improvement to make various components read their
> config directly from Configuration properties.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>