Unable to run spark master in dse 4.5 and slaves file is missing

大憨熊 提交于 2019-12-06 07:29:00
Helena

Look at the configured Akka Remote host:port for your SparkConf and any related akka configuration in a reference.conf file. This seems like an akka startup conflict related to akka remote and a host:port it expects to use but is already taken: i.e. the ChannelException. Something else is already using 54.xx.xx.xx:0 when Spark's akka ActorSystem starts up.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!