Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To be able to use Dataproc and on-premise Hadoop, a few things need to be set up
* A JSON key for the service account, and the environment variable [GOOGLE_APPLICATION_CREDENTIALS](https://developers.google.com/identity/protocols/application-default-credentials)
needs to point to the location of this service account JSON key. This cannot be a user credential.
* If the [GOOGLE_APPLICATION_CREDENTIALS](https://developers.google.com/identity/protocols/application-default-credentials)
environment variable is not set, Spydra will attempt to use application default credentails. In a local development environment
environment variable is not set, Spydra will attempt to use application default credentials. In a local development environment
application default credentials can be obtained by authenticating with the command
[gcloud auth application-default login](https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login). When running
on Google Compute Platform managed nodes, the application default credentials are provided by the default service account of the node.
Expand Down