The spark master log includes the following:
15/05/19 21:05:19 INFO Remoting: Remoting started; listening on addresses :[akka.tcp://[email protected]:7077]
But the Worker is not able to connect:
15/05/19 21:27:13 INFO Worker: Connecting to master akka.tcp://[email protected]:7077/user/Master... 15/05/19 21:27:13 WARN Remoting: Tried to associate with unreachable remote address [akka.tcp://[email protected]:7077]. Address is now gated for 5000 ms, all messages to this address will be delivered to dead letters. Reason: Connection refused: mellyrn.local/25.101.19.24:7077 15/05/19 21:27:25 INFO Worker: Retrying connection to master (attempt # 1) 15/05/19 21:27:25 INFO Worker: Connecting to master akka.tcp://[email protected]:7077/user/Master... 15/05/19 21:27:25 WARN Remoting: Tried to associate with unreachable remote address [akka.tcp://[email protected]:7077]. Address is now gated for 5000 ms, all messages to this address will be delivered to dead letters. Reason: Connection refused: mellyrn.local/25.101.19.24:7077
Any hints what to try here?