FileNotFountException: file:/home/hadoop/lib/tunan-spark-core-1.0.jar!/ip2region.db

以后看到标题这种Error,先别管其他的,首先看看代码中有没有把Master注释掉,不然jar包中的文件永远到不了服务器的环境中去,就算把文件在服务器上的路径写死都没用。

由于Spark不会自动清理–files和–jars传到服务器中的文件,因此只要我们传上去的jar包运行通一次,后面不管代码中有没有指定Master,都能找到服务器中的文件。

报错图示1:

notfount1

报错图示2:

notfount2

Author: Tunan
Link: http://yerias.github.io/2020/04/28/error/8/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.