mirror of https://github.com/apache/druid.git
add deets about the keyfile (#9209)
This commit is contained in:
parent
12b84cfb33
commit
936b9bdfd0
|
@ -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.
|
||||
|
||||
## Deep Storage
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ title: "HDFS"
|
|||
-->
|
||||
|
||||
|
||||
To use this Apache Druid extension, make sure to [include](../../development/extensions.md#loading-extensions) `druid-hdfs-storage` as an extension.
|
||||
To use this Apache Druid extension, make sure to [include](../../development/extensions.md#loading-extensions) `druid-hdfs-storage` as an extension and run druid processes with `GOOGLE_APPLICATION_CREDENTIALS=/path/to/service_account_keyfile` in the environment.
|
||||
|
||||
## Deep Storage
|
||||
|
||||
|
|
Loading…
Reference in New Issue