From 435ed9703dce97a336e1115ed5f8adb8bae3ea51 Mon Sep 17 00:00:00 2001 From: aman-ebay Date: Fri, 17 Jan 2020 12:22:16 -0800 Subject: [PATCH] Update Python Cloud Shell walkthrough script Cloud Shell walkthrough scripts no longer support enabling APIs. APIs must be enabled by linking to the console. Updated product name: "Cloud Dataproc" -> "Dataproc". --- dataproc/python-api-walkthrough.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/dataproc/python-api-walkthrough.md b/dataproc/python-api-walkthrough.md index 0004e2419cd..639aef891a3 100644 --- a/dataproc/python-api-walkthrough.md +++ b/dataproc/python-api-walkthrough.md @@ -1,4 +1,4 @@ -# Use the Python Client Library to call Cloud Dataproc APIs +# Use the Python Client Library to call Dataproc APIs Estimated completion time: @@ -7,13 +7,13 @@ Estimated completion time: -1. Enable the Cloud Dataproc, Compute Engine, and Cloud Storage APIs in your project. - * +1. Click the link below to enable the Dataproc, Compute Engine, and Cloud Storage APIs + in a separate GCP console tab in your browser. + + **Note:** After you select your project and enable the APIs, return to this tutorial by clicking + on the **Cloud Shell** tab in your browser. + + * [Enable APIs](https://console.cloud.google.com/flows/enableapi?apiid=dataproc,compute_component,storage-component.googleapis.com&redirect=https://console.cloud.google.com) ## Prerequisites (2) @@ -140,7 +145,7 @@ Job output in Cloud Shell shows cluster creation, job submission, ### Next Steps: * **View job details from the Console.** View job details by selecting the - PySpark job from the Cloud Dataproc + PySpark job from the Dataproc [Jobs page](https://console.cloud.google.com/dataproc/jobs) in the Google Cloud Platform Console. @@ -160,6 +165,6 @@ Job output in Cloud Shell shows cluster creation, job submission, gsutil rm -r gs://$BUCKET ``` -* **For more information.** See the [Cloud Dataproc documentation](https://cloud.google.com/dataproc/docs/) +* **For more information.** See the [Dataproc documentation](https://cloud.google.com/dataproc/docs/) for API reference and product feature information.