dcoliversun

Results 23 comments of dcoliversun

@Transurgeon Hi. Look like that CI is disabled in your fork repo. Maybe the [doc](https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow#enabling-a-workflow) can help you :)

https://github.com/kubernetes-client/java/blob/master/docs/generate-model-from-third-party-resources.md Maybe it can help you :)

Please make sure that the spark entrypoint.sh in the spark operator image is the same as the spark entrypoint.sh at runtime

No. The base image of spark-operator is spark, and you need to keep base image version with spark version which is needed for spark application. I suspect the cause of...

@yevsh OK. The version inconsistency I suspected earlier does not appear to be the cause of the problem. Do you have the following information in your log? https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/3b58b2632545b1f20e105a6080d6597513af60da/pkg/controller/sparkapplication/submission.go#L292

@liyinan926 It would be good if you could take a look when you have time, thanks!

I see e2e test failed. And log is as follow: ```plain PASS coverage: 11.6% of statements ok github.com/GoogleCloudPlatform/spark-on-k8s-operator/sparkctl/cmd 0.029s coverage: 11.6% of statements 2022/05/26 23:44:47 No kubeconfig found. Bypassing e2e...

`TestSyncSparkApplication_ExecutingState` unit test failed and I'm working on it.

@josecsotomorales Awesome. Looking forward to the this

It looks like the connection to the APIServer has timed out, so check the APIServer logs.