add config values for GCS deep storage (#5875)

* add config values for GCS deep storage

* fix config values for GCS deep storage
This commit is contained in:
Caroline1000 2018-07-05 09:53:41 -07:00 committed by Fangjin Yang
parent 10642ef9ca
commit ee4a5aafb0
1 changed files with 9 additions and 5 deletions

View File

@ -8,12 +8,16 @@ To use this extension, make sure to [include](../../operations/including-extensi
## Deep Storage
[Google Cloud Storage](https://cloud.google.com/storage/) is another option for deep storage. This requires some additional druid configuration.
Deep storage can be written to Google Cloud Storage either via this extension or the [druid-hdfs-storage extension](../extensions-core/hdfs.html).
### Configuration
|Property|Possible Values|Description|Default|
|--------|---------------|-----------|-------|
|`druid.storage.type`|google||Must be set.|
|`druid.google.bucket`||GCS bucket name.|Must be set.|
|`druid.google.prefix`||GCS prefix.|Must be set.|
|Property|Description|Default|Required?|
|--------|-----------|-------|---------|
|bucket|Name of the Google Cloud bucket|N/A|yes|
|prefix|The path where data is located.|N/A|yes|
## Firehose