You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2020/01/10 22:47:00 UTC

[jira] [Created] (PARQUET-1753) Ensure Parquet Version slf4j Libraries Are Included

David Mollitor created PARQUET-1753:
---------------------------------------

             Summary: Ensure Parquet Version slf4j Libraries Are Included
                 Key: PARQUET-1753
                 URL: https://issues.apache.org/jira/browse/PARQUET-1753
             Project: Parquet
          Issue Type: Improvement
            Reporter: David Mollitor
            Assignee: David Mollitor


{code:none}
### parquet-thrift
[1;34mINFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.0 from the shaded jar.
[1;34mINFO] Excluding com.twitter.elephantbird:elephant-bird-core:jar:4.4 from the shaded jar.
[1;34mINFO] Excluding com.twitter.elephantbird:elephant-bird-hadoop-compat:jar:4.4 from the shaded jar.
***[1;34mINFO] Excluding org.slf4j:slf4j-api:jar:1.6.4 from the shaded jar.***
[1;34mINFO] Excluding commons-lang:commons-lang:jar:2.4 from the shaded jar.
[1;34mINFO] Excluding com.google.guava:guava:jar:11.0.1 from the shaded jar.
{code}

You can see that slf4j-api is version *1.6.4*.  All other parquet modules are using *1.7.x*.

1.6.4 is being brought in by some old dependencies (primarily {{com.twitter.elephantbird}}).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)