-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the bug
My Spark application's UID is different from GroupID, ie. use 999:1000 to access /data/rssadmin. In the init container command, why do you setup the permission via GID:GID instead of the format of UID:GID for the host paths?
The pod securityContext I set is:
securityContext:
runAsUser: 999
fsGroup: 1000
Both coordinator and server pods threw the permission error:
/data/rssadmin/rss/bin/start-coordinator.sh: line 73: /data/rssadmin/rss/logs/coordinator.out: Permission denied
AND
/data/rssadmin/rss/bin/start-shuffle-server.sh: line 96: /data/rssadmin/rss/logs/shuffle_server.out: Permission denied
Affects Version(s)
0.7.0-snapshot
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels