I am trying to boot a Druid cluster using Whirr following the steps in Druid website http://druid.io/docs/latest/Booting-a-production-cluster.html
The cluster is instantiated, but the different Druid nodes (overlord, middleManager, historical and coordinator) have the following error downloading some dependencies causing them to fail
Failed to collect dependencies at io.druid.extensions:druid-s3-extensions:jar:0.6.115
Did anyone face a similar issue or know how to resolve it?
This issue may have been answered in the Druid dev discussion group on Google. Basically it's an incompatibility with JDK versions > 1.7.0_45. Downgrading to 1.7.0_45 seems to have helped people.