XingChenBigData opened a new issue, #3601:
URL: https://github.com/apache/amoro/issues/3601

   ### What happened?
   
   The amoro web page, using Kyuubi as the Terminal, encountered the error 
"Multiple sources found for iceberg" when creating the Iceberg table.
   
   The error log is:
   Caused by: org.apache.kyuubi.jdbc.hive.KyuubiSQLException: 
org.apache.kyuubi.KyuubiSQLException: org.apache.kyuubi.KyuubiSQLException: 
Error operating ExecuteStatement: org.apache.spark.sql.AnalysisException: 
   Multiple sources found for iceberg 
(org.apache.amoro.shade.org.apache.iceberg.spark.source.IcebergSource, 
org.apache.iceberg.spark.source.IcebergSource),
    please specify the fully qualified class name.
   
   The reason is probably due to Spark's extension mechanism. If Iceberg and 
Amoro extensions 
(org.apache.amoro.shade.org.apache.iceberg.spark.source.IcebergSource, 
org.apache.iceberg.spark.source.IcebergSource) are configured in 
spark.sql.extensions at the same time, there will be conflicts.
   
   ### Affects Versions
   
   0.7.1
   
   ### What table formats are you seeing the problem on?
   
   _No response_
   
   ### What engines are you seeing the problem on?
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's Code of Conduct


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to