You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2018/04/30 15:05:00 UTC

[jira] [Created] (STORM-3052) Let blobs un archive

Robert Joseph Evans created STORM-3052:
------------------------------------------

             Summary: Let blobs un archive
                 Key: STORM-3052
                 URL: https://issues.apache.org/jira/browse/STORM-3052
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-server
    Affects Versions: 1.0.0
            Reporter: Robert Joseph Evans
            Assignee: Robert Joseph Evans


I noticed that in 1.x trying to unzip/untar etc an archive does not work because '.' is not allowed in the names of blobs.  To work around this we will match either '_' or '.' in the name of a blob when deciding how to decompress it.

 

At the same time I cleaned up the unzip/unjar code to make it more common, and added in support to the java untar to support symlinks and permissions.  At some point in the future we could then remove the shell version of untar.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)