第一个坑:无法指定被请求的地址: Service 'sparkDriver' failed after 16 retries (starting from 0)!

时间:2018-07-22 10:29:36   收藏:0   阅读:2089

 这个代码是我从mac上编译通过的,但是换到了linux上,再用intellij idea跑,挂了。。。

技术分享图片

问题很简单,记住就行了,加一句就好

conf.set("spark.driver.host", "localhost");(就是注释掉那段)

先记下来,我再找找这个有没有配置:

 

原文:https://www.cnblogs.com/ChristianKula/p/9349055.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!