wangyang0918 commented on a change in pull request #10746: [FLINK-15417] Remove the docker volume or mount when starting Mesos e… URL: https://github.com/apache/flink/pull/10746#discussion_r363718014
########## File path: flink-end-to-end-tests/test-scripts/common_mesos_docker.sh ########## @@ -25,6 +25,8 @@ source "$(dirname "$0")"/common_docker.sh MAX_RETRY_SECONDS=120 IMAGE_BUILD_RETRIES=5 NODENAME=${NODENAME:-`hostname -f`} +export MESOS_FLINK_DIR="/flink" Review comment: Do not need to export. `common_mesos_docker.sh` will be `source` in the mesos related tests. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services