Skip to content

Commit 7486f2f

Browse files
authored
Update week 4 README.md
1 parent 8fb3405 commit 7486f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootcamp/materials/4-apache-flink-training/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ cd bootcamp/materials/4-apache-flink-training
104104
make job
105105
106106
#// if you dont have make, you can run:
107-
# docker-compose exec jobmanager ./bin/flink run -py /opt/job/start_job.py -d
107+
# docker-compose exec jobmanager ./bin/flink run -py /opt/src/job/start_job.py -d
108108
```
109109
110110
After about a minute, you should see a prompt that the job's been submitted (e.g., `Job has been submitted with JobID <job_id_number>`). Now go back to the [Flink UI](http://localhost:8081/#/job/running) to see the job running! :tada:

0 commit comments

Comments
 (0)