Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH question? #40

Open
alexleethinker opened this issue May 22, 2018 · 1 comment
Open

SSH question? #40

alexleethinker opened this issue May 22, 2018 · 1 comment

Comments

@alexleethinker
Copy link

Hello,
Thanks for sharing this great work. It worked very well on my machine. But as I am a new learner of Docker and Hadoop/Spark. I got a confusing question about ssh when reading the Dockerfile.

Traditionally, when setting up a multi-node cluster we will need to set up ssh and hosts files in master/slave hosts, to enable communications between hosts. But in the Dockerfile I didn't find anything related to ssh. Even no ssh service is installed.

So I am really wondering how the master node is controlling slave nodes without ssh?

Sorry to disturb if you think this question is stupid, as I am new in this field.

Alex

@OneCricketeer
Copy link

OneCricketeer commented Jan 20, 2020

Spark doesn't need SSH. It communicates over RPC calls to the schduler between drivers & workers

If you would like to ask Spark specific questions, join their mailing lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants