Closed karanalang closed 1 month ago
this seems to be the cause of this -> https://github.com/kubeflow/spark-operator/issues/1619 .. the secret is not getting mounted die to this error -> MountVolume.SetUp failed for volume “spark-conf-volume-driver” .. any updates on how to fix this ?
the issue was with the permissions (added roles/storage.admin) to the service account, this is fixed now .. closing the issue
/close
Thanks for following up with what the error was.
@jacobsalway: Closing this issue.
Description
I've kubeflow spark-operator installed on K8s (GKE), and i'm running a structured streaming job which reads data from kafka .. the job is run every 10 mins. kubeflow version : 1.1.27, SparkApplication 3.1.3
It is giving an error shown below:
Code reading data from kafka on GKE :
I'm unable to understand why error states - bucket.storage.create privilege not there when the code is actually reading data from kafka
any ideas on how to debug/fix ? Anyone used the kubeflow spark-operator (v3.1.1) for streaming jobs on kubernetes ?
tia!
Environment & Versions