-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
runtime error: index out of range #927
Comments
our executor pod's executor container name is https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/pkg/webhook/patch.go#L203 not work, and index out of range at line 213 |
This has been fixed in #876. It will be included in the next release. |
Looks like #876 missed some places. Will create a PR to fix. |
liyinan926
added a commit
to liyinan926/spark-on-k8s-operator
that referenced
this issue
May 27, 2020
Merged
thx |
akhurana001
pushed a commit
to lyft/spark-on-k8s-operator
that referenced
this issue
Oct 29, 2020
jbhalodia-slack
pushed a commit
to jbhalodia-slack/spark-operator
that referenced
this issue
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
base spark image: 3.0.0-rc2
spark-on-k8s-operator: current master(8c480ac)
task failed due to
20/05/27 15:48:08 WARN TaskSetManager: Lost task 47.0 in stage 1.0 (TID 38, 172.18.12.113, executor 1): org.apache.hadoop.security.AccessControlException: Permission denied: user=5089, access=WRITE, inode="/user/camper42/streaming_checkpoint/query2":camper42:supergroup:drwxr-xr-x
5089 is
spark_uid
in spark Dockerfile, and I setrunAsUser: 3631
The text was updated successfully, but these errors were encountered: