dchristle commented on pull request #32688: URL: https://github.com/apache/spark/pull/32688#issuecomment-856977913
> Or, is your Spark app using `kubernetes-client` library directly for some extension? It would be great if you can provide an reproducible example to us. We want to help you because K8s is GA in Apache Spark community. :) That was the root cause. I refactored my workflow to compile Spark from the `master` branch inside my Docker image, so I could be sure the environment was clean. Replacing the GCS jar I was using with the `-shaded` variant seems to have fixed the problem, which suggests that jar was pulling in a slightly older incompatible Jackson version. Thank you for the help! -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
