Changjun Zhang created HUDI-2661:
------------------------------------

             Summary: 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
             Fix For: 0.10.0
         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.3.4#803005)

Reply via email to