Skip to content

Commit

Permalink
e2e_add_k8s_native
Browse files Browse the repository at this point in the history
  • Loading branch information
zackyoungh committed Dec 27, 2024
1 parent 6d463a4 commit 5a505cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions e2e_test/docker-compose-env/flink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
command: jobmanager
environment:
- HADOOP_CONF_DIR=/opt/flink/conf
- |
FLINK_PROPERTIES=
jobmanager.rpc.address: jobmanager
parallelism.default: 1
volumes:
- ./conf:/opt/flink/conf
- ./flink-shaded-hadoop-2-uber-2.8.3-10.0.jar:/opt/flink/lib/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
Expand All @@ -23,6 +27,11 @@ services:
command: taskmanager
environment:
- HADOOP_CONF_DIR=/opt/flink/conf
- |
FLINK_PROPERTIES=
jobmanager.rpc.address: jobmanager
taskmanager.numberOfTaskSlots: 20
parallelism.default: 1
volumes:
- ./conf:/opt/flink/conf
- ./flink-shaded-hadoop-2-uber-2.8.3-10.0.jar:/opt/flink/lib/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
Expand Down

0 comments on commit 5a505cb

Please sign in to comment.