Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Etl jobs #6

Merged
merged 6 commits into from
Jun 18, 2024
Merged

Etl jobs #6

merged 6 commits into from
Jun 18, 2024

Conversation

mjanardhan
Copy link
Owner

Issue # (if applicable)

Closes #.

Reason for this change

Description of changes

Description of how you validated changes

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

bucket.grantReadWrite(role, cleanSparkUiPrefixForGrant(sparkUiProps.prefix));
const args = {
'--enable-spark-ui': 'true',
'--spark-event-logs-path': bucket.s3UrlForObject(sparkUiProps.prefix),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't rollback the fix available on the upstream.
https://github.com/aws/aws-cdk/pull/29357/files

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is a great call-out

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be addressed in the next PR to this repo. Thanks again for catching this as we are further behind the upstream than we ever intended to be.

@@ -16,6 +16,7 @@ export * from './constants';
export * from './jobs/job';
// export * from './jobs/flex-job';
export * from './jobs/pyspark-etl-job';
export * from './jobs/scala-spark-etl-job';
// export * from './jobs/python-shell-job';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up comments

@natalie-white-aws natalie-white-aws merged commit 121b21e into main Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants