You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Miklos Szegedi (JIRA)" <ji...@apache.org> on 2018/02/02 05:52:00 UTC

[jira] [Created] (YARN-7876) Workaround ZipInputStream limitation for YARN-2185

Miklos Szegedi created YARN-7876:
------------------------------------

             Summary: Workaround ZipInputStream limitation for YARN-2185
                 Key: YARN-7876
                 URL: https://issues.apache.org/jira/browse/YARN-7876
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Miklos Szegedi
            Assignee: Miklos Szegedi


YARN-2185 added the ability to localize jar files as a stream instead of copying to local disk and then extracting. ZipInputStream does not need the end of the file. Let's read it out. This helps with an additional TeeInputStream on the input.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org