mirror of
https://github.com/apache/druid.git
synced 2025-02-21 17:58:42 +00:00
changes: * removed `Firehose` and `FirehoseFactory` and remaining implementations which were mostly no longer used after #16602 * Moved `IngestSegmentFirehose` which was still used internally by Hadoop ingestion to `DatasourceRecordReader.SegmentReader` * Rename `SQLFirehoseFactoryDatabaseConnector` to `SQLInputSourceDatabaseConnector` and similar renames for sub-classes * Moved anything remaining in a 'firehose' package somewhere else * Clean up docs on firehose stuff
2.0 KiB
2.0 KiB
id | title |
---|---|
cloudfiles | Rackspace Cloud Files |
To use this Apache Druid extension, include druid-cloudfiles-extensions
in the extensions load list.
Deep Storage
Rackspace Cloud Files is another option for deep storage. This requires some additional Druid configuration.
Property | Possible Values | Description | Default |
---|---|---|---|
druid.storage.type |
cloudfiles | Must be set. | |
druid.storage.region |
Rackspace Cloud Files region. | Must be set. | |
druid.storage.container |
Rackspace Cloud Files container name. | Must be set. | |
druid.storage.basePath |
Rackspace Cloud Files base path to use in the container. | Must be set. | |
druid.storage.operationMaxRetries |
Number of tries before cancel a Rackspace operation. | 10 | |
druid.cloudfiles.userName |
Rackspace Cloud username | Must be set. | |
druid.cloudfiles.apiKey |
Rackspace Cloud API key. | Must be set. | |
druid.cloudfiles.provider |
rackspace-cloudfiles-us,rackspace-cloudfiles-uk | Name of the provider depending on the region. | Must be set. |
druid.cloudfiles.useServiceNet |
true,false | Whether to use the internal service net. | true |