You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Steve Loughran (Jira)" <ji...@apache.org> on 2022/08/16 19:35:00 UTC

[jira] [Created] (PARQUET-2173) Fix parquet build against hadoop 3.3.3+

Steve Loughran created PARQUET-2173:
---------------------------------------

             Summary: Fix parquet build against hadoop 3.3.3+
                 Key: PARQUET-2173
                 URL: https://issues.apache.org/jira/browse/PARQUET-2173
             Project: Parquet
          Issue Type: Bug
          Components: parquet-cli
    Affects Versions: 1.13.0
            Reporter: Steve Loughran


parquet won't build against hadoop 3.3.3+ because it swapped out log4j 1.17 for reload4j, and this creates maven dependency problems in parquet cli


{code}
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (default) @ parquet-cli ---
[WARNING] Used undeclared dependencies found:
[WARNING]    ch.qos.reload4j:reload4j:jar:1.2.22:provided

{code}

the hadoop common dependencies need to exclude this jar and any changed slf4j ones.



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