From f7b5158aef1edef1bdec46526b8f7365ccc0d613 Mon Sep 17 00:00:00 2001 From: aman-ebay Date: Wed, 30 Nov 2016 09:52:26 -0800 Subject: [PATCH 1/2] Update README.md Complete the information on Application Default Credentials by adding a link to the information. --- dataproc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataproc/README.md b/dataproc/README.md index 8fe04973304..9b61437effa 100644 --- a/dataproc/README.md +++ b/dataproc/README.md @@ -60,4 +60,4 @@ you create the instance with the correct scopes. gcloud compute instances create --scopes="https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/compute.readonly" test-instance If you did not create the instance with the right scopes, you can still upload a JSON service -account and set GOOGLE_APPLICATION_CREDENTIALS as described below. +account and set GOOGLE_APPLICATION_CREDENTIALS—see [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials). From da59ffb1fbb981e5f9aa3f0dd137210d4d329ba2 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Wed, 30 Nov 2016 10:02:05 -0800 Subject: [PATCH 2/2] Update README.md --- dataproc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataproc/README.md b/dataproc/README.md index 9b61437effa..32bde698f5d 100644 --- a/dataproc/README.md +++ b/dataproc/README.md @@ -60,4 +60,4 @@ you create the instance with the correct scopes. gcloud compute instances create --scopes="https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/compute.readonly" test-instance If you did not create the instance with the right scopes, you can still upload a JSON service -account and set GOOGLE_APPLICATION_CREDENTIALS—see [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials). +account and set `GOOGLE_APPLICATION_CREDENTIALS`. See [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials) for more details.