This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new edee576  Add doc for druid.storage.useS3aSchema. (#6964)
edee576 is described below

commit edee576a7adc4a691705bd1920720e4d57bc9357
Author: Gian Merlino <gianmerl...@gmail.com>
AuthorDate: Wed Jan 30 13:26:37 2019 -0500

    Add doc for druid.storage.useS3aSchema. (#6964)
---
 docs/content/configuration/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/content/configuration/index.md 
b/docs/content/configuration/index.md
index 6d80de3..0b114a4 100644
--- a/docs/content/configuration/index.md
+++ b/docs/content/configuration/index.md
@@ -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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to