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
Cloud Shell walkthrough scripts no longer support enabling APIs. APIs must be enabled by linking to the console.
Updated product name: "Cloud Dataproc" -> "Dataproc".
* submit a small PySpark word sort job to run on the cluster
18
18
* get job status
19
19
* tear down the cluster after job completion
@@ -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 [Cloud Dataproc→Use the Python Client Library](https://cloud.google.com/dataproc/docs/tutorials/python-library-example) for
27
+
**For more information**: See [Dataproc→Use the Python Client Library](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
@@ -41,8 +41,13 @@ an explanation of how the code works.
41
41
1. Create or select a Google Cloud Platform project to use for this tutorial.
0 commit comments