From 6ed7021bd126281c467827d11148ee3b930da670 Mon Sep 17 00:00:00 2001 From: Prashanna B Date: Fri, 12 Apr 2024 08:24:23 +0000 Subject: [PATCH] Modifications to comments --- .../aws-glue-alpha/test/integ.job-pysparkflex-etl.ts | 6 +++--- .../aws-glue-alpha/test/integ.job-scalasparkflex-etl.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/@aws-cdk/aws-glue-alpha/test/integ.job-pysparkflex-etl.ts b/packages/@aws-cdk/aws-glue-alpha/test/integ.job-pysparkflex-etl.ts index ce3145dc0ff2b..09e662c579791 100644 --- a/packages/@aws-cdk/aws-glue-alpha/test/integ.job-pysparkflex-etl.ts +++ b/packages/@aws-cdk/aws-glue-alpha/test/integ.job-pysparkflex-etl.ts @@ -14,9 +14,9 @@ import * as iam from 'aws-cdk-lib/aws-iam'; * Get the status of the job run using * `aws glue get-job-run --region us-east-1 --job-name --run-id ` * - * For example, to test the ShellJob - * - Run: `aws glue start-job-run --region us-east-1 --job-name ShellJob` - * - Get Status: `aws glue get-job-run --region us-east-1 --job-name ShellJob --run-id ` + * For example, to test the ETLJob + * - Run: `aws glue start-job-run --region us-east-1 --job-name ETLJob` + * - Get Status: `aws glue get-job-run --region us-east-1 --job-name ETLJob --run-id ` * - Check output: `aws logs get-log-events --region us-east-1 --log-group-name "/aws-glue/python-jobs/output" --log-stream-name ">` which should show "hello world" */ diff --git a/packages/@aws-cdk/aws-glue-alpha/test/integ.job-scalasparkflex-etl.ts b/packages/@aws-cdk/aws-glue-alpha/test/integ.job-scalasparkflex-etl.ts index 0a69d3f5a517d..58c1bf7a36348 100644 --- a/packages/@aws-cdk/aws-glue-alpha/test/integ.job-scalasparkflex-etl.ts +++ b/packages/@aws-cdk/aws-glue-alpha/test/integ.job-scalasparkflex-etl.ts @@ -14,9 +14,9 @@ import * as iam from 'aws-cdk-lib/aws-iam'; * Get the status of the job run using * `aws glue get-job-run --region us-east-1 --job-name --run-id ` * - * For example, to test the ShellJob - * - Run: `aws glue start-job-run --region us-east-1 --job-name ShellJob` - * - Get Status: `aws glue get-job-run --region us-east-1 --job-name ShellJob --run-id ` + * For example, to test the ETLJob + * - Run: `aws glue start-job-run --region us-east-1 --job-name ETLJob` + * - Get Status: `aws glue get-job-run --region us-east-1 --job-name ETLJob --run-id ` * - Check output: `aws logs get-log-events --region us-east-1 --log-group-name "/aws-glue/python-jobs/output" --log-stream-name ">` which should show "hello world" */