-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(Spark-smoke-test): add spark smoke test #4158
feat(Spark-smoke-test): add spark smoke test #4158
Conversation
…ab/datahub into spark-logging
refactor(spark-lineage): enhance logging and documentation
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.
Have a few questions.
@@ -0,0 +1,188 @@ | |||
#!/usr/bin/env sh |
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.
why do we need to add in a new gradle here? can we not use the module-based way of building this?
smoke-test/spark-smoke-test/smoke.sh
Outdated
echo "--------------------------------------------------------------------" | ||
|
||
|
||
datahub docker quickstart \ |
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.
why not use the python way of starting the docker containers (like the other smoke tests)
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.
LGTM!
Checklist