Gschiavon commented on issue #5946:
URL: https://github.com/apache/iceberg/issues/5946#issuecomment-1367851261
A quick solution (workaround) to this is to add the package in the
`--packages` while doing spark submit
Like this:
`--packages org.apache.iceberg:iceberg-spark-runtime-3.3_2.13:1.1.0`
I had to add this too `--conf
spark.driver.extraJavaOptions=-Divy.cache.dir=/tmp -Divy.home=/tmp`
in case someone runs to the same error using k8s
`Exception in thread "main" java.io.FileNotFoundException:
/opt/spark/.ivy2/cache/resolved-org.apache.spark-spark-submit-parent-785919a8-9943-4aa2-8694-d58267a93470-1.0.xml
(No such file or directory)`
Another workaround would be to download the iceberg package into the docker
image
--
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]