Hi, I was new to apache sparks and I was trying to recognize it.
When creating a new autonomous cluster, I met this error.
I started my wizard and it is active in port 7077, I see that in ui (port 8080)
When starting the server using the command
./bin/spark-class org.apache.spark.deploy.worker.Worker spark:
I encounter a communication failure error
14/07/22 13:18:30 ERROR EndpointWriter: AssociationError [akka.tcp://sparkWorker@node- physical:55124] -> [akka.tcp://sparkMaster@192.168.0.56:7077]: Error [Association failed with [akka.tcp://sparkMaster@192.168.0.56:7077]] [
akka.remote.EndpointAssociationException: Association failed with [akka.tcp://sparkMaster@192.168.0.56:7077]
Caused by: akka.remote.transport.netty.NettyTransport$$anonfun$associate$1$$anon$2: Connection refused: /192.168.0.56:7077
Please help me with the error that I have broken here for a long time.
I hope there is enough information. Please, help
source
share