Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Sep 23, 2023
1 parent ea55c3a commit c260636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ The Flink SQL Application within this project is written in Kotlin for SQL Reada

You can run it as an Application in IDEA. (it is not a Kotlin Application)
For Flink Application, the required dependencies are already included within the Production Docker Image or EMR cluster.

Therefore, they are set as 'Provided' dependencies in the Maven project, so to run them locally,
you can include the `Add dependencies with "provided" scope to classpath"` IDEA option as shown in the screenshot below.

After running the Local Flink Application, you can access the Flink Job Manager UI from localhost:8081.
- [(Flink Job Manager UI of Local Application) http://localhost:8081/](http://localhost:8081/)

![idea](./docs/images/idea.png)

Expand Down

0 comments on commit c260636

Please sign in to comment.