Skip to content

Commit

Permalink
Merge pull request #367 from j3-signalroom/github_issue-364
Browse files Browse the repository at this point in the history
Resolved #364.
  • Loading branch information
j3-signalroom authored Oct 17, 2024
2 parents 8bd6dc5 + 72d7147 commit e9f7b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified .blog/images/java-python-flink-kickstarter-apps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ Finally, to launch one of the Flink applications, choose your app and use the co
Flink App|Flink Run Command
-|-
**`DataGeneratorApp`**|`flink run --class kickstarter.DataGeneratorApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user <SERVICE_ACCOUNT_USER>`
**`DataGeneratorApp`**|`flink run --class kickstarter.DataGeneratorApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user <SERVICE_ACCOUNT_USER> --aws-region <AWS_REGION_NAME>`
**`FlightImporterApp`**|`flink run --class kickstarter.FlightImporterApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user <SERVICE_ACCOUNT_USER>`
**`FlyerStatsApp`**|`flink run --class kickstarter.FlyerStatsApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user <SERVICE_ACCOUNT_USER>`
> Argument placeholder|Replace with
> -|-
> `<SERVICE_ACCOUNT_USER>`|specify the name of the service account user, used in the the AWS Secrets and Parameter Store Path name.
> `<SERVICE_ACCOUNT_USER>`|specify the name of the service account user, used in the the AWS Secrets and Parameter Store Path name.
> `<AWS_REGION_NAME>`|specify the AWS Region your AWS Glue infrastructure resides.

0 comments on commit e9f7b41

Please sign in to comment.