Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f94f65

Browse filesBrowse files
aman-ebaytswast
authored andcommitted
Update python-api-walkthrough.md (GoogleCloudPlatform#2172)
1 parent 4325729 commit 0f94f65
Copy full SHA for 0f94f65

File tree

Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed

‎dataproc/python-api-walkthrough.md

Copy file name to clipboardExpand all lines: dataproc/python-api-walkthrough.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Estimated completion time: <walkthrough-tutorial-duration duration="5"></walkthr
66

77
This [Cloud Shell](https://cloud.google.com/shell/docs/) walkthrough leads you
88
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)
1010
to programmatically interact with [Cloud Dataproc](https://cloud.google.com/dataproc/docs/).
1111

1212
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:
1515

1616
* create a Cloud Dataproc cluster
1717
* 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,
121121
...
122122
Creating cluster...
123123
Cluster created.
124-
Uploading pyspark file to Cloud Storage
124+
Uploading pyspark file to Cloud Storage.
125125
new-cluster-name - RUNNING
126126
Submitted job ID ...
127127
Waiting for job to finish...
@@ -162,4 +162,3 @@ Job output in Cloud Shell shows cluster creation, job submission,
162162
163163
* **For more information.** See the [Cloud Dataproc documentation](https://cloud.google.com/dataproc/docs/)
164164
for API reference and product feature information.
165-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.