You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2022/08/09 14:22:00 UTC

[jira] [Comment Edited] (HBASE-27292) Fix build failure against Hadoop 3.3.4 due to added dependency on okhttp

    [ https://issues.apache.org/jira/browse/HBASE-27292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577445#comment-17577445 ] 

Masatake Iwasaki edited comment on HBASE-27292 at 8/9/22 2:21 PM:
------------------------------------------------------------------

The dependency on okhttp was added by HDFS-16453. While it may be removed by HDFS-16714 later, we need to address this issue for already released Hadoop 3.3.4.


was (Author: iwasakims):
The dependency on okhttp was added by HDFS-16453. While it may be removed by HDFS-16714 later, we need address this issue for already released Hadoop 3.3.4.

> Fix build failure against Hadoop 3.3.4 due to added dependency on okhttp
> ------------------------------------------------------------------------
>
>                 Key: HBASE-27292
>                 URL: https://issues.apache.org/jira/browse/HBASE-27292
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> {noformat}
> $ mvn clean install -DskipTests -Phadoop-3.0 -Dhadoop-three.version=3.3.4
> ...
> [ERROR] Found artifact with unexpected contents: '/home/rocky/srcs/hbase/hbase-shaded/hbase-shaded-mapreduce/target/hbase-shaded-mapreduce-3.0.0-alpha-4-SNAPSHOT.jar'
>     Please check the following and either correct the build or update
>     the allowed list with reasoning.
>     okhttp3/
>     okhttp3/Request$Builder.class
>     ...
>     kotlin/
>     kotlin/collections/
>     kotlin/collections/ArraysUtilJVM.class
>     ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)