Re: spark ssh to slave

2015-06-08 Thread Akhil Das
Strange, you can manually start it by login in to the Worker machine and then issuing this command: sbin/start-slave.sh 1 spark://$SPARK_MASTER_IP:$SPARK_MASTER_PORT Thanks Best Regards On Mon, Jun 8, 2015 at 3:44 PM, James King wrote: > Thanks Akhil, yes that works fine it just lets me strai

Re: spark ssh to slave

2015-06-08 Thread James King
Thanks Akhil, yes that works fine it just lets me straight in. On Mon, Jun 8, 2015 at 11:58 AM, Akhil Das wrote: > Can you do *ssh -v 192.168.1.16* from the Master machine and make sure > its able to login without password? > > Thanks > Best Regards > > On Mon, Jun 8, 2015 at 2:51 PM, James King

Re: spark ssh to slave

2015-06-08 Thread Akhil Das
Can you do *ssh -v 192.168.1.16* from the Master machine and make sure its able to login without password? Thanks Best Regards On Mon, Jun 8, 2015 at 2:51 PM, James King wrote: > I have two hosts 192.168.1.15 (Master) and 192.168.1.16 (Worker) > > These two hosts have exchanged public keys so t

spark ssh to slave

2015-06-08 Thread James King
I have two hosts 192.168.1.15 (Master) and 192.168.1.16 (Worker) These two hosts have exchanged public keys so they have free access to each other. But when I do /sbin/start-all.sh from 192.168.1.15 I still get 192.168.1.16: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). any though