META-INF/*.SF files in REGISTERed jars can cause problems
---------------------------------------------------------

                 Key: PIG-2333
                 URL: https://issues.apache.org/jira/browse/PIG-2333
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.10
            Reporter: Erik Hetzner


I am parsing data using tika, which depends on a jar that contains a 
META-INF/*.SF (signature) file. This file contains a signature for the 
MANIFEST.MF file, which is obviously different when pig creates its jar. 
Processing works locally, but fails on a hadoop cluster.

I am attaching a patch that skips adding any zip entry that starts with 
META-INF and ends with .SF which fixes the problem I have.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to