Re: Username in Hadoop cluster

2009-05-26 Thread Aaron Kimball
A slightly longer answer: If you're starting daemons with bin/start-dfs.sh or start-all.sh, you'll notice that these defer to hadoop-daemons.sh to do the heavy lifting. This evaluates the string: cd "$HADOOP_HOME" \; "$bin/hadoop-daemon.sh" --config $HADOOP_CONF_DIR "$@" and passes it to an underl

Re: Username in Hadoop cluster

2009-05-26 Thread Alex Loddengaard
It looks to me like you didn't install Hadoop consistently across all nodes. xxx.xx.xx.251: bash: > /home/utdhadoop1/Hadoop/ hadoop-0.18.3/bin/hadoop-daemon.sh: No such file or directory The above makes me suspect that xxx.xx.xx.251 has Hadoop installed differently. Can you try and locate hadoo

Re: Username in Hadoop cluster

2009-05-25 Thread Pankil Doshi
Hello, I tried adding "usern...@hostname" for eachentry in slaves file. My slave file have 2 data nodes.it looks like below localhost utdhado...@xxx.xx.xx.229 utdhad...@xxx.xx.xx.251 error what I get when i start dfs is as below: starting namenode, logging to /home/utdhadoop1/Hadoop/hadoop-0.

RE: Username in Hadoop cluster

2009-05-21 Thread Vishal Ghawate
From: Steve Loughran [ste...@apache.org] Sent: Thursday, May 21, 2009 3:19 PM To: core-user@hadoop.apache.org Subject: Re: Username in Hadoop cluster Pankil Doshi wrote: > Hello everyone, > > Till now I was using same username on all my hadoop cluster

Re: Username in Hadoop cluster

2009-05-21 Thread Steve Loughran
Pankil Doshi wrote: Hello everyone, Till now I was using same username on all my hadoop cluster machines. But now I am building my new cluster and face a situation in which I have different usernames for different machines. So what changes will have to make in configuring hadoop. using same use

Re: Username in Hadoop cluster

2009-05-20 Thread Alex Loddengaard
Ah ha! Good point, Todd. Pankil, with Todd's suggestion, you can ignore the first option I proposed. Thanks, Alex On Wed, May 20, 2009 at 4:30 PM, Todd Lipcon wrote: > On Wed, May 20, 2009 at 4:14 PM, Alex Loddengaard > wrote: > > > First of all, if you can get all machines to have the same

Re: Username in Hadoop cluster

2009-05-20 Thread Todd Lipcon
On Wed, May 20, 2009 at 4:14 PM, Alex Loddengaard wrote: > First of all, if you can get all machines to have the same user, that would > greatly simplify things. > > If, for whatever reason, you absolutely can't get the same user on all > machines, then you could do either of the following: > > 1

Re: Username in Hadoop cluster

2009-05-20 Thread Alex Loddengaard
First of all, if you can get all machines to have the same user, that would greatly simplify things. If, for whatever reason, you absolutely can't get the same user on all machines, then you could do either of the following: 1) Change the *-all.sh scripts to read from a slaves file that has two f