kbendick commented on issue #3585: URL: https://github.com/apache/iceberg/issues/3585#issuecomment-1021720639
**_As of Iceberg 0.13.0, the `iceberg-spark-runtime` jars have changed to reflect the Spark (and Scala) versions_**: You can test the 0.13.0-rc1, fetching it from the staging maven repository, with the following command line flags for Spark 3.2: `--packages 'org.apache.iceberg:iceberg-spark-runtime-3.2_2.12:0.13.0' --repositories https://repository.apache.org/content/repositories/orgapacheiceberg-1079/` For other Spark versions than 3.2, use the artifactIds below (in place of `iceberg-spark-runtime-3.2_2.12` above). **Iceberg 0.13.0 spark-runtime jar names** Spark 3.0: `iceberg-spark3-runtime:0.13.0` Spark 3.1: `iceberg-spark-runtime-3.1_2.12` Spark 3.2: `iceberg-spark-runtime-3.2_2.12` The complete package name for any depends on your spark version now. `iceberg-spark3-runtime` should only be used for Spark 3.0. -- 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]
