-
Notifications
You must be signed in to change notification settings - Fork 75
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
Initial job has not accepted #1
Comments
Thanks for your answer but I don't think that this be the problem, because when I download your image from docker hub, I don't have this problem, but I really need to built the image with the dockerfile, any other suggestion? |
Running spark on Kubernetes, I am getting the same error:
I have narrowed it down to the worker not knowing the ip of spark-master, however, the worker pod logs are empty to investigate further. Also, I believe that the following two are not the same
Edit: Was caused by the pod network [See Issue] Fixed with:
|
I'm trying to create my own image using your Dockerfile, and its is build without problems and I create de master deployment and worker deployment, and the pods are running, but when I execute the example with pyspark I get this error:
$ kubectl exec spark-master-2-7dd86dc9d7-tftnr -it pyspark
Any idea what is the problem?
The text was updated successfully, but these errors were encountered: