You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xi chaomin (Jira)" <ji...@apache.org> on 2022/09/09 06:05:00 UTC

[jira] [Updated] (HUDI-4820) ORC dependency conflict with spark 3.1

     [ https://issues.apache.org/jira/browse/HUDI-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xi chaomin updated HUDI-4820:
-----------------------------
    Description: 
Set _*hoodie.table.base.file.format*_ to *ORC,* I get an Exception

 
{code:java}
java.lang.NoSuchMethodError: org.apache.orc.OrcProto$UserMetadataItem.getValue()Lcom/google/protobuf25/ByteString; {code}
 

ORC version in hudi is 1.6.0 , while the version in spark 3.1 is 1.5.12. 

> ORC dependency conflict with spark 3.1
> --------------------------------------
>
>                 Key: HUDI-4820
>                 URL: https://issues.apache.org/jira/browse/HUDI-4820
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: xi chaomin
>            Priority: Major
>
> Set _*hoodie.table.base.file.format*_ to *ORC,* I get an Exception
>  
> {code:java}
> java.lang.NoSuchMethodError: org.apache.orc.OrcProto$UserMetadataItem.getValue()Lcom/google/protobuf25/ByteString; {code}
>  
> ORC version in hudi is 1.6.0 , while the version in spark 3.1 is 1.5.12. 



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