prabcs commented on a change in pull request #9218: Update docs for extensions URL: https://github.com/apache/druid/pull/9218#discussion_r369137273
########## File path: docs/development/extensions-core/google.md ########## @@ -22,23 +22,36 @@ title: "Google Cloud Storage" ~ under the License. --> +## Google Cloud Storage 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. +This extension allows you to do 2 things: +* [Ingest data](#reading-data-from-google-cloud-storage) from files stored in Google Cloud Storage. +* Write segments to [deep storage](#deep-storage) in S3. -## Deep Storage +To use this Apache Druid extension, make sure to [include](../../development/extensions.md#loading-extensions) `druid-google-extensions` extension. + +### Required Configuration + +To configure connectivity to google cloud, run druid processes with `GOOGLE_APPLICATION_CREDENTIALS=/path/to/service_account_keyfile` in the environment. Review comment: 👍 ---------------------------------------------------------------- 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]
