-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marking application failed because of error: javax.net.ssl.SSLPeerUnverifiedException: Hostname kubernetes.default.svc.cluster.local not verified: #311
Comments
It looks like a configuration issuse. Maybe something is wrong with Service Account or Role binding (I'd imagine in that case errors would be different, but maybe..) Did you change something in that documentation to fit your needs?
You can also try changing |
Hi @pdambrauskas, Gotcha! I'm just surprised because if Lighter just inherits the Kubernetes service account under
I did follow the Kubernetes guide you reference, and I seem to have all the required resources:
You don't seem to have Spark installed separately, does |
I've tried setting That seems to have change the results a bit.
|
We do not run Spark in standalone mode, so no Spark master is needed. More details here: https://spark.apache.org/docs/latest/running-on-kubernetes.html
It looks like it launched the session somewhat successfully.
But your next statement failed:
I do not understand how you manged to send empty code wit this statement ( |
I think that was caused by running a cell with just Executing this example from SparkMagic
gives me
(and basically the same error shown in the notebook) The Lighter UI shows no Batches and one Session: |
Driver pod logs
|
Just use Also I see, that you've selected |
When I try to start an Application via SparkMagic through Lighter, the application seems to fail to start and the Lighter logs show the followin error:
I'm unsure where exactly that certificate error occurs; is it in the Spark driver pod that Lighter presumably starts in the Kubernetes cluster that I have it and Spark running in? (Although I have not seen a Pod spawning between clicking "Create Session" in SparkMagic and the error showing up in the Lighter logs) Or is it ni the Lighter configuration that I need to make aware of my cluster's CA?
The text was updated successfully, but these errors were encountered: