Skip to content

Commit 61c76fd

Browse files
Merge pull request #268053 from yeturis/patch-25
Update use-flink-cli-to-submit-jobs.md
2 parents 524529d + 01e7f00 commit 61c76fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/hdinsight-aks/flink/use-flink-cli-to-submit-jobs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Both installing and updating the CLI require rerunning the install script. Insta
3131
curl -L https://aka.ms/hdionaksflinkcliinstalllinux | bash
3232
```
3333

34+
If you are using Flink 1.17, you can use the below CLI
35+
```bash
36+
curl -L https://aka.ms/hdionaksflink117clilinux | bash
37+
```
38+
3439
This command installs Flink CLI in the user's home directory (`$HOME/flink-cli`). The script can also be downloaded and run locally. You might have to restart your shell in order for changes to take effect.
3540

3641
## Run an Apache Flink command to test

0 commit comments

Comments
 (0)