win7下运行的scala程序无法连接到Linux中的spark集群,老是报这样的错误:
16/01/06 10:59:32 INFO AbstractConnector: Started [email protected]:4040
16/01/06 10:59:32 INFO Utils: Successfully started service 'SparkUI' on port 4040.
16/01/06 10:59:32 INFO SparkUI: Started SparkUI at http://Silence-PC:4040
16/01/06 10:59:32 INFO AppClient$ClientActor: Connecting to master akka.tcp://[email protected]:7077/user/Master...
16/01/06 10:59:33 WARN ReliableDeliverySupervisor: Association with remote system [akka.tcp://[email protected]:7077] has failed, address is now gated for [5000] ms. Reason is: [Disassociated].
16/01/06 10:59:52 INFO AppClient$ClientActor: Connecting to master akka.tcp://[email protected]:7077/user/Master...
16/01/06 10:59:52 WARN ReliableDeliverySupervisor: Association with remote system [akka.tcp://[email protected]:7077] has failed, address is now gated for [5000] ms. Reason is: [Disassociated].
16/01/06 11:00:12 INFO AppClient$ClientActor: Connecting to master akka.tcp://[email protected]:7077/user/Master...
16/01/06 11:00:12 WARN ReliableDeliverySupervisor: Association with remote system [akka.tcp://[email protected]:7077] has failed, address is now gated for [5000] ms. Reason is: [Disassociated].
16/01/06 11:00:32 ERROR SparkDeploySchedulerBackend: Application has been killed. Reason: All masters are unresponsive! Giving up.
16/01/06 11:00:32 WARN SparkDeploySchedulerBackend: Application ID is not initialized yet.
16/01/06 11:00:32 ERROR TaskSchedulerImpl: Exiting due to error from cluster scheduler: All masters are unresponsive! Giving up.