Member since
09-11-2019
1
Post
0
Kudos Received
0
Solutions
02-02-2021
02:33 PM
You will first need to make sure the file group is set to yarn: 1. # chgrp yarn container-executor then set the file to: # chmod 6050 container-executor 2. Do ls -l to see the permission is set to: ---Sr-s--- 1 3. to check the acl run the following: getfacl container-executor
... View more