diff --git a/.blog/images/java-python-flink-kickstarter-apps.png b/.blog/images/java-python-flink-kickstarter-apps.png index 33e85b4..f126f1e 100644 Binary files a/.blog/images/java-python-flink-kickstarter-apps.png and b/.blog/images/java-python-flink-kickstarter-apps.png differ diff --git a/java/README.md b/java/README.md index 4e1cacc..bca3c58 100644 --- a/java/README.md +++ b/java/README.md @@ -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 ` +**`DataGeneratorApp`**|`flink run --class kickstarter.DataGeneratorApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user --aws-region ` **`FlightImporterApp`**|`flink run --class kickstarter.FlightImporterApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user ` **`FlyerStatsApp`**|`flink run --class kickstarter.FlyerStatsApp apache_flink-kickstarter-x.xx.xx.xxx.jar --service-account-user ` > Argument placeholder|Replace with > -|- -> ``|specify the name of the service account user, used in the the AWS Secrets and Parameter Store Path name. \ No newline at end of file +> ``|specify the name of the service account user, used in the the AWS Secrets and Parameter Store Path name. +> ``|specify the AWS Region your AWS Glue infrastructure resides. \ No newline at end of file