Skip to content

Commit

Permalink
Merge pull request #412 from j3-signalroom/github_issue-411
Browse files Browse the repository at this point in the history
Resolved #411.
  • Loading branch information
j3-signalroom authored Oct 25, 2024
2 parents 1f155b9 + 88d513a commit 93bbd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ scripts/run-flink-locally.sh on --profile=<AWS_SSO_PROFILE_NAME>
To learn more about this script, click [here](../.blog/run-flink-locally-script-explanation.md).
## 2.0 Discover What You Can Do with These Flink Apps
To access the JobManager (`apache_flink-kickstarter-jobmanager-1`) container, open the interactive shell by running:
To access the Flink JobManager (`apache_flink-kickstarter-jobmanager-1`) container, open the interactive shell by running:
```bash
docker exec -it -w /opt/flink/java_apps/app/build/libs apache_flink-kickstarter-jobmanager-1 /bin/bash
```
This command drops you right into the container, giving you full control to execute commands, explore the file system, or handle any tasks directly.
Finally, to launch one of the Flink applications, choose your app and use the corresponding Flink Run command listed below. Let’s have some fun with Flink!
Finally, to launch one of the **pre-complied** Flink applications, choose your app and use the corresponding [`flink run`](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/cli/) command listed below. Let’s have some fun with Flink!
Flink App|Flink Run Command
-|-
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ scripts/run-flink-locally.sh on --profile=<AWS_SSO_PROFILE_NAME>
To learn more about this script, click [here](../.blog/run-flink-locally-script-explanation.md).
## 3.0 Discover What You Can Do with These Flink Apps
To access the JobManager (`apache_flink-kickstarter-jobmanager-1`) container, open the interactive shell by running:
To access the Flink JobManager (`apache_flink-kickstarter-jobmanager-1`) container, open the interactive shell by running:
```bash
docker exec -it -u root -w /opt/flink/python_apps/src apache_flink-kickstarter-jobmanager-1 /bin/bash
```
Expand Down

0 comments on commit 93bbd28

Please sign in to comment.