Add doc for druid.storage.useS3aSchema. (#6964)

This commit is contained in:
Gian Merlino 2019-01-30 13:26:37 -05:00 committed by Fangjin Yang
parent de810286cd
commit edee576a7a
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ This deep storage is used to interface with Amazon's S3. Note that the `druid-s3
|`druid.storage.disableAcl`|Boolean flag for ACL.|false|
|`druid.storage.archiveBucket`|S3 bucket name for archiving when running the indexing-service *archive task*.|none|
|`druid.storage.archiveBaseKey`|S3 object key prefix for archiving.|none|
|`druid.storage.useS3aSchema`|If true, use the "s3a" filesystem when using Hadoop-based ingestion. If false, the "s3n" filesystem will be used. Only affects Hadoop-based ingestion.|false|
#### HDFS Deep Storage