-
Notifications
You must be signed in to change notification settings - Fork 1
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
Etl jobs #6
Conversation
bucket.grantReadWrite(role, cleanSparkUiPrefixForGrant(sparkUiProps.prefix)); | ||
const args = { | ||
'--enable-spark-ui': 'true', | ||
'--spark-event-logs-path': bucket.s3UrlForObject(sparkUiProps.prefix), |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean up comments
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