Closed Emmeral closed 2 years ago
Hello, I'm also using the project well, What happens to the k8s environment version?
I am also experiencing the same issue. Roughly checking, after k8s version 1.22, v1beta1 of k8s ingress api has been deprecated.
I wonder if there is any action going on for k8s 1.22 .
Is there any progress? k8s version 1.22+, this api has been deprecated.
Closing this issue in favour of https://github.com/JahstreetOrg/spark-on-kubernetes-helm/issues/82 within which it will be resolved, lets continue there.
And thanks for the patience 🙏 .
I tried to follow the getting started guide in the README.md. But if I submit a batch job to Livy it ends up in the state
dead
. However, I can see in my cluster that the spark driver and executor pods are deployed. Also, according to their logs, they seem to perform all calculations successfully.If I look at the logs of the livy pod, I get the following error:
It seems like livy can't refresh the state of the spark pods because it is missing an ingress. Any idea how to fix this or what the actual problem is?