mirror of https://github.com/apache/druid.git
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:
parent
10642ef9ca
commit
ee4a5aafb0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue