2010/10/20 Andrzej Bialecki (JIRA) <[email protected]>
> > [ > 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. > >

