Details
Description
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.
<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>
We can
(1) white list this dependency
(2) or update the license checker to search for if any of the licenses is permitted
Attachments
Attachments
Issue Links
- is related to
-
HBASE-22953 Supporting Hadoop 3.3.0
- Resolved
- relates to
-
YARN-9477 Implement VE discovery using libudev
- Resolved