[
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.TypeDescription.createRowBatch()Lorg/apache/orc/storage/ql/exec/vector/VectorizedRowBatch{code}
ORC version in hudi is 1.6.0 , while the version in spark 3.1 is 1.5.12.
was:
Set _*hoodie.table.base.file.format*_ to *ORC,* I get an Exception
{code:java}
java.lang.NoSuchMethodError:
org.apache.orc.TypeDescription.createRowBatch(Lorg/apache/orc/storage/ql/exec/vector/VectorizedRowBatch{code}
ORC version in hudi is 1.6.0 , while the version in spark 3.1 is 1.5.12.
> ORC dependency conflicts 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
> Labels: pull-request-available
>
> Set _*hoodie.table.base.file.format*_ to *ORC,* I get an Exception
>
> {code:java}
> java.lang.NoSuchMethodError:
> org.apache.orc.TypeDescription.createRowBatch()Lorg/apache/orc/storage/ql/exec/vector/VectorizedRowBatch{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)