[
https://issues.apache.org/jira/browse/YARN-9591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18047155#comment-18047155
]
ASF GitHub Bot commented on YARN-9591:
--------------------------------------
github-actions[bot] commented on PR #897:
URL: https://github.com/apache/hadoop/pull/897#issuecomment-3684629056
We're closing this stale PR because it has been open for 100 days with no
activity. This isn't a judgement on the merit of the PR in any way. It's just a
way of keeping the PR queue manageable.
If you feel like this was a mistake, or you would like to continue working
on it, please feel free to re-open it and ask for a committer to remove the
stale tag and review again.
Thanks all for your contribution.
> JAR archive expansion doesn't faithfully restore the jar file content
> ---------------------------------------------------------------------
>
> Key: YARN-9591
> URL: https://issues.apache.org/jira/browse/YARN-9591
> Project: Hadoop YARN
> Issue Type: Bug
> Components: nodemanager
> Affects Versions: 3.1.0
> Reporter: Terence Yim
> Priority: Major
>
> Due to change in YARN-2185, jar archives are unjar using {{JarInputStream}},
> which will skip writing out the {{META-INF/MANIFEST.MF}} file.
> Before the YARN-2185 change, it was unarchive using {{JarFile}} instead, and
> the {{META-INF/MANIFEST.MF}} file was written out correctly.
> This change of behavior is causing some applications to fail.
> Suggested to change to use {{ZipInputStream}} instead to faithfully restoring
> all entries inside a jar file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]