spark driver not found

夙愿已清 提交于 2019-12-02 05:53:45

The issue is that spark is not finding driver jar file. So download jar and place in all worker nodes of spark cluster on the same path and add this path to SPARK_CLASSPATH in spark-env.sh file as follow

SPARK_CLASSPATH=/home/mysql-connector-java-5.1.6.jar

hope it will help

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