You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying docker-spark on Ubuntu 14.04. When running the test
spark-shell --master yarn-client --driver-memory 1g --executor-memory 1g --executor-cores 1
It throws the following exception:
java.net.ConnectException: Call From spark/172.17.0.5 to spark:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
The text was updated successfully, but these errors were encountered:
I'm trying docker-spark on Ubuntu 14.04. When running the test
spark-shell --master yarn-client --driver-memory 1g --executor-memory 1g --executor-cores 1
It throws the following exception:
java.net.ConnectException: Call From spark/172.17.0.5 to spark:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
The text was updated successfully, but these errors were encountered: