prabcs commented on a change in pull request #9209: [Extensions][Google] Add details about the keyfile URL: https://github.com/apache/druid/pull/9209#discussion_r367992248
########## File path: docs/development/extensions-core/google.md ########## @@ -23,7 +23,7 @@ title: "Google Cloud Storage" --> -To use this Apache Druid extension, make sure to [include](../../development/extensions.md#loading-extensions) `druid-google-extensions` extension. +To use this Apache Druid extension, make sure to [include](../../development/extensions.md#loading-extensions) `druid-google-extensions` extension and run druid processes with `GOOGLE_APPLICATION_CREDENTIALS=/path/to/service_account_keyfile` in the environment. Review comment: Question to reviewers: Do all druid processes need this or just the ones that are talking to GCS ?? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
