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 jakwebin...@gmail.com wrote:

 Thanks Akhil, yes that works fine it just lets me straight in.

 On Mon, Jun 8, 2015 at 11:58 AM, Akhil Das ak...@sigmoidanalytics.com
 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 jakwebin...@gmail.com wrote:

 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 spark home/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 thoughts why? or what i could check to fix this.

 Regards














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 jakwebin...@gmail.com wrote:

 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 spark home/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 thoughts why? or what i could check to fix this.

 Regards












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 ak...@sigmoidanalytics.com
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 jakwebin...@gmail.com wrote:

 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 spark home/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 thoughts why? or what i could check to fix this.

 Regards













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 spark home/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 thoughts why? or what i could check to fix this.

Regards