You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/07/14 21:31:00 UTC

[jira] [Updated] (HBASE-23998) Update license for jetty-client

     [ https://issues.apache.org/jira/browse/HBASE-23998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Dimiduk updated HBASE-23998:
---------------------------------
    Fix Version/s:     (was: 2.4.0)

> 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-alpha-1
>         Environment: HBase master branch on Apache Hadoop 3.3.0
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.3.0, 2.2.5
>
>
> 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)