-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update GCP doc and scripts [skip ci] #5326
Conversation
Signed-off-by: Hao Zhu <hazhu@nvidia.com>
Signed-off-by: Hao Zhu <hazhu@nvidia.com>
verified “## Submit Spark jobs to a Dataproc Cluster Accelerated by GPUs” section, works fine |
@@ -89,8 +93,11 @@ If you'd like to further accelerate init time to 4-5 minutes, create a custom Da | |||
To use notebooks with a Dataproc cluster, click on the cluster name under the Dataproc cluster tab | |||
and navigate to the "Web Interfaces" tab. Under "Web Interfaces", click on the JupyterLab or | |||
Jupyter link to start to use sample | |||
[Mortgage ETL on GPU Jupyter Notebook](../demo/GCP/Mortgage-ETL-GPU.ipynb) to process full 17 years | |||
[Mortgage data](https://docs.rapids.ai/datasets/mortgage-data). | |||
[Mortgage ETL on GPU Jupyter Notebook](../demo/GCP/Mortgage-ETL-GPU.ipynb). |
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.
how does hte ipynb file get to the notebook, is there an easy way to open it from the notebook directly or do you have to download and then reupload?
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.
As per my test, only upload/download option. So I just added some words to let user firstly download and upload it in jupyter.
Signed-off-by: Hao Zhu <hazhu@nvidia.com>
Signed-off-by: Hao Zhu <hazhu@nvidia.com>
build |
Updated the GCP doc and scripts to reflect the most recent GCP init scripts to address #5282 .