Replicating Hadoop configuration files on all nodes

2014-03-15 Thread Shashidhar Rao
Hi, Please let me know how to go about replicating all the Hadoop configuration files on all nodes without using Cloudera Manager. Thanks Shashi

Re: Replicating Hadoop configuration files on all nodes

2014-03-15 Thread Geoffry Roberts
I agree rsync is your friend here. I took a neanderthal approach and looped through the slaves file calling rsync each time. It worked. rynch also supports a batch mode for doing much the same thing. On Sat, Mar 15, 2014 at 8:07 AM, sudhakara st sudhakara...@gmail.comwrote: use 'rsync' or

RE: Replicating Hadoop configuration files on all nodes

2014-03-15 Thread dlmarion
Also pdsh[1] or pssh[2]. [1] http://sourceforge.net/projects/pdsh/ [2] https://code.google.com/p/parallel-ssh/ From: Geoffry Roberts [mailto:threadedb...@gmail.com] Sent: Saturday, March 15, 2014 9:55 AM To: user@hadoop.apache.org Subject: Re: Replicating Hadoop configuration files on

SIMPLE authentication is not enabled. Available:[TOKEN]

2014-03-15 Thread Oleg Zhurakousky
So here is my dilemma. I am trying to register ApplicationMaster to a remote YARN cluster and I get Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): SIMPLE authentication is not enabled. Available:[TOKEN] at

Re: SIMPLE authentication is not enabled. Available:[TOKEN]

2014-03-15 Thread Edward Capriolo
There was a bug around this message that was fixed. I found another bug I forgot to report. If your system is using ipv6 yarn get get confused over the source/destination ips and throw this message at you. You can go in your configuration files and specific a specfic address to bind. You can also

Re: SIMPLE authentication is not enabled. Available:[TOKEN]

2014-03-15 Thread Oleg Zhurakousky
The bug you referring to is this i think https://issues.apache.org/jira/browse/YARN-945 . . . and is not really the issue in my case, since my IPv6 is disabled. What I really want to know is why TOKEN is hard coded in ipc Server. I can't wait to hear the argument ;) Anyway, thanks for reply.

Re: Replicating Hadoop configuration files on all nodes

2014-03-15 Thread Mingjiang Shi
Also massh: http://m.a.tt/er/massh/ On Sat, Mar 15, 2014 at 10:17 PM, dlmarion dlmar...@hotmail.com wrote: Also pdsh[1] or pssh[2]. [1] http://sourceforge.net/projects/pdsh/ [2] https://code.google.com/p/parallel-ssh/ *From:* Geoffry Roberts [mailto:threadedb...@gmail.com] *Sent:*