You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2019/09/04 19:24:00 UTC

[jira] [Commented] (HBASE-22954) Whitelist net.java.dev.jna which got pulled in through Hadoop 3.3.0

    [ https://issues.apache.org/jira/browse/HBASE-22954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16922779#comment-16922779 ] 

Hudson commented on HBASE-22954:
--------------------------------

Results for branch branch-2.1
	[build #1559 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1559/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(x) {color:red}-1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1559//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1559//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1559//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Whitelist net.java.dev.jna which got pulled in through Hadoop 3.3.0
> -------------------------------------------------------------------
>
>                 Key: HBASE-22954
>                 URL: https://issues.apache.org/jira/browse/HBASE-22954
>             Project: HBase
>          Issue Type: Improvement
>          Components: community, hadoop3
>    Affects Versions: 3.0.0, 2.3.0, 2.1.7, 2.2.2
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Minor
>             Fix For: 3.0.0, 2.3.0, 2.2.1, 2.1.7
>
>         Attachments: HBASE-22954.001.patch, HBASE-22954.master.001.patch
>
>
> YARN-9477 added a new dependency net.java.dev.jna, which resulted in license check failure in HBase because the checker thinks it's LGPL 2.1 licensed. But in fact, it is dual licensed.
> {code}
>   <name>Java Native Access</name>
>   <description>Java Native Access</description>
>   <url>https://github.com/java-native-access/jna</url>
>   <licenses>
>       <license>
>           <name>LGPL, version 2.1</name>
>           <url>http://www.gnu.org/licenses/licenses.html</url>
>           <distribution>repo</distribution>
>       </license>
>       <license>
>           <name>Apache License v2.0</name>
>           <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
>           <distribution>repo</distribution>
>       </license>
>   </licenses>
> {code}
> We can
> (1) white list this dependency
> (2) or update the license checker to search for if any of the licenses is permitted



--
This message was sent by Atlassian Jira
(v8.3.2#803003)