You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/30 14:46:16 UTC

[GitHub] [flink] GJL edited a comment on issue #10746: [FLINK-15417] Remove the docker volume or mount when starting Mesos e…

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:
users@infra.apache.org


With regards,
Apache Git Services