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

[jira] [Closed] (HUDI-2661) java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.catalog.CatalogTable.copy

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

Raymond Xu closed HUDI-2661.
----------------------------
    Fix Version/s:     (was: 0.11.0)
                       (was: 0.10.1)
       Resolution: Not A Bug

> java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.catalog.CatalogTable.copy
> ------------------------------------------------------------------------------------
>
>                 Key: HUDI-2661
>                 URL: https://issues.apache.org/jira/browse/HUDI-2661
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Spark Integration
>    Affects Versions: 0.10.0
>            Reporter: Changjun Zhang
>            Assignee: Forward Xu
>            Priority: Critical
>         Attachments: image-2021-11-01-21-47-44-538.png, image-2021-11-01-21-48-22-765.png
>
>
> Hudi Integrate with Spark SQL  :
> when I add :
> {code:sh}
> // Some comments here
> spark-sql --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' \
> --conf 'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension'
> {code}
> to create a table on an existing hudi table: 
> {code:sql}
> create table testdb.tb_hudi_operation_test using hudi 
> location '/tmp/flinkdb/datas/tb_hudi_operation';
> {code}
> then throw Exception :
>  !image-2021-11-01-21-47-44-538.png|thumbnail! 
>  !image-2021-11-01-21-48-22-765.png|thumbnail! 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)