These instructions have been tested with Imply 2.8 (based on Druid 0.13.0).
Oracle Cloud provides an S3-compatible Object Storage API, which can be used as a Druid deep storage. This requires Imply 2.8 or later. To achieve this, add the following properties to your common.runtime.properties:
druid.storage.type=s3
druid.storage.bucket=yourBucket
druid.storage.baseKey=druid/segments
druid.storage.disableAcl=true
druid.s3.endpoint.url=<hostname>:443
druid.s3.endpoint.signingRegion=<region>
druid.s3.accessKey=<accessKey>
druid.s3.secretKey=<secretKey>
druid.s3.disableChunkedEncoding=true
druid.s3.enablePathStyleAccess=true
druid.s3.forceGlobalBucketAccessEnabled=false
See https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/s3compatibleapi.htm for more information about Oracle's S3 compatible Object Storage API.
Comments
0 comments
Please sign in to leave a comment.