You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2015/04/30 04:33:05 UTC

[jira] [Updated] (HBASE-13600) check_compatibility.sh should ignore shaded jars

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

Nick Dimiduk updated HBASE-13600:
---------------------------------
    Attachment: 13600.patch

> check_compatibility.sh should ignore shaded jars
> ------------------------------------------------
>
>                 Key: HBASE-13600
>                 URL: https://issues.apache.org/jira/browse/HBASE-13600
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Minor
>         Attachments: 13600.patch
>
>
> Shaded jars don't extract cleanly, even when working on a case-insensitive file system.
> {noformat}
> java.io.IOException: META-INF/license : could not create directory
> 	at sun.tools.jar.Main.extractFile(Main.java:934)
> 	at sun.tools.jar.Main.extract(Main.java:877)
> 	at sun.tools.jar.Main.run(Main.java:263)
> 	at sun.tools.jar.Main.main(Main.java:1177)
> ERROR: can't extract '/Volumes/hbase-1.1.0RC0/hbase/dev-support/target/compatibility/2/hbase-shaded/hbase-shaded-server/target/hbase-shaded-server-1.1.0.jar'
> {noformat}
> There's no need to check them anyway, so don't bother.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)