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 >

