GJL edited a comment on issue #10746: [FLINK-15417] Remove the docker volume or 
mount when starting Mesos e…
URL: https://github.com/apache/flink/pull/10746#issuecomment-580285665
 
 
   > The chmod -R ugo+rw looks good to me, but can you ensure this command will 
not meet permission issue? 
   
   Adding something like this
   ```
   docker exec mesos-master bash -c "chmod -R ogu+rw ${FLINK_DIR}/log/"
   docker exec mesos-master bash -c "chmod -R ogu+rw ${TEST_DATA_DIR}"
   ```
   to `cluster_shutdown()` should work (disclaimer: I haven't tested this on 
Linux but I can do it later or tomorrow). I don't see a permission issue here 
because by default these commands will be run by root (we do not use the `USER` 
command when building the docker image). 
   
   
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to