I've been investigating the issue (#7387) and got this error while the indexing task was starting up:
2019-04-08T20:38:23,441 ERROR [main] org.apache.druid.cli.CliPeon - Error when starting up. Failing.
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting constructor, java.lang.NoClassDefFoundError: org/cliffc/high_scale_lib/NonBlockingHashMap
druid-cassandra-storage extension lacks high-scale-lib dependency and it was excluded sometime ago:
extensions-contrib/cassandra-storage/pom.xml:116
<exclusion>
<groupId>com.github.stephenc.high-scale-lib</groupId>
<artifactId>high-scale-lib</artifactId>
</exclusion>
probably this is related #4313
I've been investigating the issue (#7387) and got this error while the indexing task was starting up:
druid-cassandra-storageextension lackshigh-scale-libdependency and it was excluded sometime ago:extensions-contrib/cassandra-storage/pom.xml:116probably this is related #4313