ankit0811 commented on issue #6967: NoClassDefFoundError when using druid-hdfs-storage URL: https://github.com/apache/incubator-druid/issues/6967#issuecomment-459941408 The `hadoop-client` is unable to pull in the dependency `hadoop-common` in `extension-core/druid-hdfs-storage` cos of the scope `provided` for `hadoop-common` in the main and `hadoop-indexing` pom One possible solution is to provide the dependency `hadoop-common` with scope as `compile` inside `druid-hdfs-storage` pom Let me know what you think @jon-wei
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
