[
https://issues.apache.org/jira/browse/HBASE-22954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16922845#comment-16922845
]
Hudson commented on HBASE-22954:
--------------------------------
Results for branch branch-2.2
[build #574 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/574/]:
(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.2/574//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.2/574//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.2/574//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for
details|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/574//artifact/output-integration/hadoop-2.log].
(note that this means we didn't run on Hadoop 3)
> 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)