Skip to content

Commit

Permalink
[FLINK-33285](debug) Adds -f parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 4, 2023
1 parent 8d07a62 commit 526ad69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
export USER_LIB=${FLINK_DIR}/examples/batch
docker-compose --verbose -f ${DOCKER_SCRIPTS}/docker-compose.test.yml up --force-recreate --abort-on-container-exit --exit-code-from job-cluster

docker-compose ps
docker-compose -f ${DOCKER_SCRIPTS}/docker-compose.test.yml ps

docker-compose --verbose -f ${DOCKER_SCRIPTS}/docker-compose.test.yml logs job-cluster > $FLINK_LOG_DIR/jobmanager.log
docker-compose --verbose -f ${DOCKER_SCRIPTS}/docker-compose.test.yml logs taskmanager > $FLINK_LOG_DIR/taskmanager.log
Expand Down

0 comments on commit 526ad69

Please sign in to comment.