You should run $HADOOP_HOME/bin/start-all.sh

Specifically, the files I have soft-linked are:
$NUTCH_HOME/conf/core-site.xml  -> $HADOOP_HOME/conf/core-site.xml
$NUTCH_HOME/conf/hdfs-site.xml  -> $HADOOP_HOME/conf/hdfs-site.xml
$NUTCH_HOME/conf/mapred-site.xml  -> $HADOOP_HOME/conf/mapred-site.xml
$NUTCH_HOME/conf/masters  -> $HADOOP_HOME/conf/masters
$NUTCH_HOME/conf/slaves  -> $HADOOP_HOME/conf/slaves

I suppose not all the files are necessary, but its working for me :)

On Wed, Jul 21, 2010 at 3:37 PM, Alex Luya <[email protected]> wrote:
> CatOs Mandros:
>       if you do that,I must restart hadoop cluster,and which command will be
> run, $HADOOP_HOME/bin/start-all.sh or $NUTCH_HOME/bin/start-all.sh?
>
> On Wednesday, July 21, 2010 01:54:06 pm CatOs Mandros wrote:
>> I just soft-linked all the relevant configuration files from the nutch
>> instalation to the hadoop ones, and now I can use the nutch script
>> transparently.
>>
>> On Wed, Jul 21, 2010 at 3:55 AM, Brian Tingle <[email protected]> wrote:
>> > I wasted a lot of time trying to figure this out before I realized there
>> > is an ant target where you can go 'ant job' and then you get a file
>> > 'nutch.job' that you can move to the hadoop cluster and then you can do
>> > something like  'hadoop -job nutch.job path.to.nutch.Class blah blah
>> > blah
>> >
>> >
>> > -----Original Message-----
>> > From: Alex Luya [mailto:[email protected]]
>> > Sent: Tue 7/20/2010 6:09 PM
>> > To: [email protected]
>> > Subject: Hello,How can I just get nutch worked on this running hadoop
>> > cluster without bunch of works of compile and  configuration.
>> >
>> > Hello:
>> >    According to this
>> > tutorial:http://wiki.apache.org/nutch/NutchHadoopTutorial,hadoop already
>> > shipped with nutch,and user can just use it,but
>> > I  have already a hadoop cluster running now,How can I just get nutch
>> > worked on this running hadoop cluster without bunch of works of compile
>> > and configuration.
>> > (I am using hadoop 0.20.2,and I want to use nutch v1.1,so few tutorial
>> > and instruction  are available on web )
>

Reply via email to