标签:main submit directory command jar his included park this
When using spark-submit to run a jar, you may encounter this error:
Invalid signature file digest for Manifest main attributes
The error occurs when one of the included libraries in the jar‘s META-INF directory has a bad signature.
Solve the error with this command:
zip -d <jar file name>.jar META-INF/*.RSA META-INF/*.DSA META-INF/*.SF
Invalid signature file digest for Manifest main attributes
标签:main submit directory command jar his included park this
原文地址:http://www.cnblogs.com/yako/p/6020405.html