Hello,
On Thu, Mar 3, 2011 at 8:05 PM, zhengjun chen <[email protected]> wrote:
> I tried to run hadoop on multi-node cluster. Each node installs hadoop on
> different path. But not success
>
> Is it possible to run hadoop on multi-node cluster and these nodes install
> hadoop on different paths?
>
You can start the slave services on the slave nodes manually (they
will cluster automatically, if the configuration is valid across your
heterogeneous setup).
Use 'hadoop-daemon.sh {stop,start}
{tasktracker,datanode,secondarynamenode}' to toggle individual daemons
on target machines.
[You may write a script to achieve an automation via this, perhaps --
instead of letting the default slaves.sh being used via
hadoop-daemons.sh]
--
Harsh J
www.harshj.com