You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This [Cloud Shell](https://cloud.google.com/shell/docs/) walkthrough leads you
8
8
through the steps to use the
9
-
[Google Cloud Client Libraries for Python](https://googleapis.github.io/google-cloud-python/latest/dataproc/index.html)
9
+
[Cloud Client Libraries for Python](https://googleapis.github.io/google-cloud-python/latest/dataproc/index.html)
10
10
to programmatically interact with [Dataproc](https://cloud.google.com/dataproc/docs/).
11
11
12
12
As you follow this walkthrough, you run Python code that calls
@@ -24,7 +24,7 @@ The `submit_job_to_cluster.py file` used in this walkthrough is opened in the
24
24
Cloud Shell editor when you launch the walkthrough. You can view
25
25
the code as your follow the walkthrough steps.
26
26
27
-
**For more information**: See [Dataproc→Use the Python Client Library](https://cloud.google.com/dataproc/docs/tutorials/python-library-example) for
27
+
**For more information**: See [Use the Cloud Client Libraries for Python](https://cloud.google.com/dataproc/docs/tutorials/python-library-example) for
28
28
an explanation of how the code works.
29
29
30
30
**To reload this walkthrough:** Run the following command from the
@@ -38,16 +38,21 @@ an explanation of how the code works.
38
38
39
39
## Prerequisites (1)
40
40
41
-
1. Create or select a Google Cloud Platform project to use for this tutorial.
0 commit comments