KarlManong commented on issue #5732: URL: https://github.com/apache/iceberg/issues/5732#issuecomment-1245042725
The key point is setting "spark.executor.userClassPathFirst" to true. @Fokko @ajantha-bhat I have uploaded files to https://gist.github.com/KarlManong/cb30a80624788f4f7804c232dc2f743c. Septs: 1. please change the metastore uri at file '[spark-defaults.conf](https://gist.github.com/KarlManong/cb30a80624788f4f7804c232dc2f743c#file-spark-defaults-conf)' 2. run `docker build` 3. run `docker run -it <image-id> /bin/bash` 4. execute `./bin/kyuubi start` in the container 5. execute `./bin/beeline -u "jdbc:hive2://localhost:10009"` in the container Thank You! -- 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]
