-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add support in user tools for running qualification on Dataproc GKE #612
Conversation
Signed-off-by: Partho Sarthi <[email protected]>
Signed-off-by: Partho Sarthi <[email protected]>
Do you have some example of Dataproc GKE qualification tool command and output, or how this is tested? |
Signed-off-by: Partho Sarthi <[email protected]>
2809f6f
to
1c6c2a2
Compare
Signed-off-by: Partho Sarthi <[email protected]>
1c6c2a2
to
565572b
Compare
Signed-off-by: Partho Sarthi <[email protected]>
I added references to run job on Dataproc GKE and sample commands for |
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
user_tools/src/spark_rapids_pytools/wrappers/dataproc_gke_wrapper.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Partho Sarthi <[email protected]>
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.
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. Thanks @parthosa
Contributes to #253. This PR adds support for Dataproc on Google Kubernetes Engine (GKE) platform in user tools.
Setting up Spark CPU job on Dataproc GKE
Usage
Tests
Created a separate PR with unit tests for better reviewing process -