Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-14799 Update nimbus-jose-jwt to 4.41.1
- Resolved