Github user scwf commented on the pull request: https://github.com/apache/spark/pull/3103#issuecomment-61840636 Actually i change like this, ``` diff --git a/assembly/pom.xml b/assembly/pom.xml index 1a9a445..1b85929 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -122,6 +122,7 @@ <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> + <exclude>META-INF/*.MF</exclude> ``` and build with mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.1 -Phive -DskipTests clean package then there still has the MANIFEST.MF in the assembly jar. i miss sth here?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org