Wei-Chiu Chuang created HBASE-23998:
---------------------------------------
Summary: Update license for jetty-client
Key: HBASE-23998
URL: https://issues.apache.org/jira/browse/HBASE-23998
Project: HBase
Issue Type: Bug
Components: build, dependencies
Affects Versions: 3.0.0
Environment: HBase master branch on Apache Hadoop 3.3.0
Reporter: Wei-Chiu Chuang
After HBASE-22103, compiling on Haddop 3.3.0 has the following error:
{{mvn clean install -Dhadoop.profile=3.0 -Dhadoop.version=3.3.0-SNAPSHOT
-DskipTests -Dmaven.javadoc.skip=true}}
{noformat}
This product includes Jetty :: Asynchronous HTTP Client licensed under the
Apache Software License - Version 2.0.
ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
https://www.apache.org/legal/resolved
If it is okay, then update the list named 'non_aggregate_fine' in the
LICENSE.vm file.
If it isn't okay, then revert the change that added the dependency.
More info on the dependency:
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.4.20.v20190813</version>
{noformat}
This is caused by YARN-8778 which added dependency on
org.eclipse.jetty.websocket:websocket-client, and the Jetty 9.4 update in
HADOOP-16152.
{noformat}
[INFO] +-
org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.3.0-SNAPSHOT:compile
[INFO] | +- org.apache.hadoop:hadoop-yarn-client:jar:3.3.0-SNAPSHOT:compile
[INFO] | | +-
org.eclipse.jetty.websocket:websocket-client:jar:9.4.20.v20190813:compile
[INFO] | | | +- org.eclipse.jetty:jetty-client:jar:9.4.20.v20190813:compile
[INFO] | | | \-
org.eclipse.jetty.websocket:websocket-common:jar:9.4.20.v20190813:compile
[INFO] | | | \-
org.eclipse.jetty.websocket:websocket-api:jar:9.4.20.v20190813:compile
{noformat}
Propose: update
hbase-resource-bundle/src/main/resources/supplemental-models.xml to update the
license text for jetty-client.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)