You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/20 20:02:56 UTC

[GitHub] gianm commented on issue #6442: [WIP] Druid 0.13.0-incubating release notes

gianm commented on issue #6442: [WIP] Druid 0.13.0-incubating release notes
URL: https://github.com/apache/incubator-druid/issues/6442#issuecomment-440411202
 
 
   @dclim I noticed in testing that with the switch to the AWS S3 SDK instead of jets3t, a non-EC2 cluster that is using S3 as deep storage fails to start up properly. The issue is that you need to have an AWS region set (unlike jets3t, it won't default to us-east-1).
   
   One way to work around this is:
   
   - Add `-Daws.region=us-east-1` to all jvm.configs.
   - And, add `-Daws.region=us-east-1` to druid.indexer.runner.javaOpts in middleManager/runtime.properties.
   
   Probably setting the AWS_REGION=us-east-1 environment variable would help too, but I haven't tested that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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