我是靠谱客的博主 高贵牛排,最近开发中收集的这篇文章主要介绍【Spark】Spark常见错误,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1、报错 ERROR TaskSchedulerImpl: Lost executor 3 on 172.16.0.24: Unable to create executor due to Unable to register with external shuffle server due to : Failed to connect to /172.16.0.24:7337

在spark-defaults.conf文件中添加:

spark.shuffle.service.enabled
true

2、spark-submit后运行程序连接不上子节点

java.net.ConnectException: Connectionrefused

INFOzookeeper.ClientCnxn: Opening socket connection to serverlocalhost/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknownerror)
估计是用到了Hbase:

将Hbase目录中conf下hbase-site.xml拷贝到spark的conf目录下

最后

以上就是高贵牛排为你收集整理的【Spark】Spark常见错误的全部内容,希望文章能够帮你解决【Spark】Spark常见错误所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(104)

评论列表共有 0 条评论

立即
投稿
返回
顶部