zzvara commented on PR #32610: URL: https://github.com/apache/spark/pull/32610#issuecomment-1177978867
Our jobs do not start after upgrading to Spark 3.3.0 due to: `java.lang.IllegalArgumentException: 'abcdef-backend-capturing-job-1657214789009532113-50323181d9b37b11' in spark.kubernetes.executor.podNamePrefix is invalid. must conform https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names and the value length <= 47` The part "50323181d9b37b11" is added to the `spark.kubernetes.executor.podNamePrefix` but noone gives that to Spark. The `spark.conf` does not contain it. How does that 50323181d9b37b11 is added? -- 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]
