KarmaGYZ commented on a change in pull request #10666: [FLINK-15214] Introduce
multiple submission e2e test
URL: https://github.com/apache/flink/pull/10666#discussion_r363316956
##########
File path:
flink-end-to-end-tests/test-scripts/docker-mesos-cluster/docker-compose.yml
##########
@@ -55,6 +55,7 @@ services:
volumes:
- ${END_TO_END_DIR}:${END_TO_END_DIR}
environment:
+ MESOS_RESOURCES: "cpus:1"
Review comment:
I think we could export a global variable `MESOS_CPU` in `common_mesos.sh`.
In `test_mesos_multiple_submissions`, we just need to set the cpu of
taskExecutor to this value.
----------------------------------------------------------------
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