You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2017/09/19 19:18:00 UTC

[jira] [Created] (HBASE-18851) LICENSE failure after HADOOP-14799 with Hadoop 3

Josh Elser created HBASE-18851:
----------------------------------

             Summary: LICENSE failure after HADOOP-14799 with Hadoop 3
                 Key: HBASE-18851
                 URL: https://issues.apache.org/jira/browse/HBASE-18851
             Project: HBase
          Issue Type: Bug
          Components: build
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Critical
             Fix For: 2.0.0-alpha-4


Building against a new hadoop-3 snapshot nets a failure in generating the LICENSE file for hbase-assembly.

This is because hadoop-auth's dependency on com.nimbusds:nimbus-jose-jwt:jar:4.41.1 brings in org.ow2.asm:asm:jar:5.0.4 which is licensed was 3-clause BSD but just states the license as "BSD". This breaks our parsing.

Simple change to add "BSD" to our list {{non_aggregate_fine}} in {{LICENSE.vm}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)