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:05:00 UTC

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

Masatake Iwasaki created HBASE-27292:
----------------------------------------

             Summary: 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


{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)