RussellSpitzer commented on issue #6803: URL: https://github.com/apache/iceberg/issues/6803#issuecomment-1425896304
I believe @nastra meant to edit your cli command like this ~~--jars iceberg-hive-runtime-1.1.0.jar,iceberg-spark-runtime-3.2_2.12-0.13.2.jar,iceberg-api-1.1.0.jar~~ --packages org.apache.iceberg:iceberg-spark-runtime-3.2_2.12:1.1.0 This would prevent the multiple versions and remove the unnecessary "icberg-api" which is already included in the runtime, and "iceberg-hive-runtime" jar which is not needed at all with spark. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
