Open AlejandroUPC opened 1 year ago
I have the same issue on kubernetes v28.
I have faced the same problem. In my case, it seems likely that there're several SparkApplication having same name are submitted in same time. You should check the spark operator pods' logs for more information.
Same. Don't have detailed log messages (just the first WARN
line that's normal) and happens only occasionally (e.g 9 out of 10 times in 5 seconds).
I'm seeing similar issue on my setup .. spark operator crashed and I re-installed spark-operator, after that sparkapplication is not sjhowing any status.
In fact, there are no events for this spark application ->
(base) Karans-MacBook-Pro:~ karanalang$ kc get sparkapplication -n spark-operator NAME STATUS ATTEMPTS START FINISH AGE structured-streaming-350-1727739477 13m
ntw, this is installed on GKE
Just had a spark application that connects to some streaming service and consumes data, but the sparkapplication is stuck without sate for a too long time?
When checking the driver logs, all I see:
No pod is being created, other than the operator one and I am completely blind here, how can I debug this?
Thanks
Edit: After a while it crashed but the message error is just showing warnings?