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

Ada Wong edited comment on FLINK-23074 at 6/22/21, 4:09 AM:
------------------------------------------------------------

Could we add  a <exclusion> parquet-hadoop in connector-hive-2.3.6 pom.
{code:xml}
                                                        <relocations>
                                                                <relocation>
                                                                        
<pattern>org.apache.parquet</pattern>
                                                                        
<shadedPattern>org.apache.flink.hive.shaded.parquet</shadedPattern>
                                                                </relocation>
                                                                <relocation>
                                                                        
<pattern>shaded.parquet</pattern>
                                                                        
<shadedPattern>org.apache.flink.hive.reshaded.parquet</shadedPattern>
                                                                </relocation>
                                                        </relocations>
{code}



was (Author: ana4):
Could we add  a <exclusion> parquet-hadoop in connector-hive pom.
{code:xml}
                <dependency>
                        <groupId>org.apache.hive</groupId>
                        <artifactId>hive-exec</artifactId>
                        <version>2.3.6</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.apache.parquet</groupId>
                                        
<artifactId>parquet-hadoop-bundle</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
{code}


> There is a class conflict between flink-connector-hive and flink-parquet
> ------------------------------------------------------------------------
>
>                 Key: FLINK-23074
>                 URL: https://issues.apache.org/jira/browse/FLINK-23074
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Hive
>    Affects Versions: 1.13.1, 1.12.4
>            Reporter: Ada Wong
>            Priority: Major
>
> flink-connector-hive 2.3.6 include parquet-hadoop 1.8.1 version but 
> flink-parquet include 1.11.1.
> org.apache.parquet.hadoop.example.GroupWriteSupport
>  is different.



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

Reply via email to