File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Estimated completion time: <walkthrough-tutorial-duration duration="5"></walkthr
6
6
7
7
This [ Cloud Shell] ( https://cloud.google.com/shell/docs/ ) walkthrough leads you
8
8
through the steps to use the
9
- [ Google APIs Client Library for Python] ( http ://code.google.com/p/ google-api -python-client/ )
9
+ [ Google Cloud Client Libraries for Python] ( https ://googleapis.github.io/ google-cloud -python/latest/dataproc/index.html )
10
10
to programmatically interact with [ Cloud Dataproc] ( https://cloud.google.com/dataproc/docs/ ) .
11
11
12
12
As you follow this walkthrough, you run Python code that calls
13
- [ Cloud Dataproc REST API ] ( https://cloud.google.com// dataproc/docs/reference/rest / )
14
- methods to:
13
+ [ Cloud Dataproc gRPC APIs ] ( https://cloud.google.com/dataproc/docs/reference/rpc / )
14
+ to:
15
15
16
16
* create a Cloud Dataproc cluster
17
17
* submit a small PySpark word sort job to run on the cluster
@@ -121,7 +121,7 @@ Job output in Cloud Shell shows cluster creation, job submission,
121
121
...
122
122
Creating cluster...
123
123
Cluster created.
124
- Uploading pyspark file to Cloud Storage
124
+ Uploading pyspark file to Cloud Storage.
125
125
new-cluster-name - RUNNING
126
126
Submitted job ID ...
127
127
Waiting for job to finish...
@@ -162,4 +162,3 @@ Job output in Cloud Shell shows cluster creation, job submission,
162
162
163
163
* ** For more information.** See the [Cloud Dataproc documentation](https://cloud.google.com/dataproc/docs/)
164
164
for API reference and product feature information.
165
-
You can’t perform that action at this time.
0 commit comments