Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Nutch, mail # user - Separate Configuration file


Copy link to this message
-
Re: Separate Configuration file
Ferdy Galema 2012-07-10, 12:26
I'm guessing you want an *additional* layer of your own configuration.
Because nutch-site.xml already is user configuration. You have a few
options:

-Supply custom conf by using Hadoop generic option 'conf'. Use "-conf
myConfig.xml".
-Or use generic Hadoop commandline options using -Dkey=value pairs.

Ferdy.

On Tue, Jul 10, 2012 at 2:02 PM, parnab kumar <[EMAIL PROTECTED]> wrote:

> Hi All,
>
> The configuration parameters are read from conf/nutch-site.xml and
> conf/nutch-default.xml . I want to  create  a  separate configuration file
> of my own "myConfig.xml" . I want nutch to read the configuration
> parameters from "myConfig.xml" as well. Where should i make the necessary
> changes.
>
> Please help.
>
> Thanks ,
> Parnab
>