You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2018/12/10 12:59:00 UTC

[jira] [Resolved] (AMBARI-25023) Admin View cannot be Deployed Due to META-INF Ordering

     [ https://issues.apache.org/jira/browse/AMBARI-25023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hurley resolved AMBARI-25023.
--------------------------------------
    Resolution: Fixed

> Admin View cannot be Deployed Due to META-INF Ordering
> ------------------------------------------------------
>
>                 Key: AMBARI-25023
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25023
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-admin
>    Affects Versions: 2.8.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The new build process which was changed in AMBARI-24804 is causing JARs to be built slightly differently:
> {code:title=unzip -l ambari-admin-2.7.3.0.0.jar | grep META-INF}
>         0  12-07-2018 10:53   META-INF/
>       133  12-07-2018 10:53   META-INF/MANIFEST.MF
>         0  12-07-2018 10:53   META-INF/maven/
>         0  12-07-2018 10:53   META-INF/maven/org.apache.ambari/
>         0  12-07-2018 10:53   META-INF/maven/org.apache.ambari/ambari-admin/
>     11110  12-05-2018 14:31   META-INF/maven/org.apache.ambari/ambari-admin/pom.xml
>       118  12-07-2018 10:53   META-INF/maven/org.apache.ambari/ambari-admin/pom.properties
> {code}
> {code:title=unzip -l ambari-admin-3.0.0.0-SNAPSHOT.jar | grep META-INF}
>     473  12-07-2018 11:37   META-INF/MANIFEST.MF
>         0  12-07-2018 11:37   META-INF/
>         0  12-07-2018 11:37   META-INF/maven/
>         0  12-07-2018 11:37   META-INF/maven/org.apache.ambari/
>         0  12-07-2018 11:37   META-INF/maven/org.apache.ambari/ambari-admin/
>       106  12-07-2018 11:37   META-INF/maven/org.apache.ambari/ambari-admin/pom.properties
>     11358  12-07-2018 11:37   META-INF/LICENSE
>      5060  12-07-2018 11:37   META-INF/maven/org.apache.ambari/ambari-admin/pom.xml
>       267  12-07-2018 11:37   META-INF/DEPENDENCIES
>       165  12-07-2018 11:37   META-INF/NOTICE
> {code}
> Since the file {{META-INF/MANIFEST.MF}} appears before {{META-INF}}, it exposes a bug in the {{ViewExtractor}}



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