gianm commented on issue #8082: DumpSegment tool does not resolve type id 'quantilesDoublesSketchMerge' URL: https://github.com/apache/incubator-druid/issues/8082#issuecomment-512613629 I think the solution is that the dump-segment tool needs to be told to load those extensions. One way to do that is add your Druid config files (`conf/_common` or some such) to the tool's classpath, which will make them pick up your extension load list. We could make this easier with a command line harness that runs these tools with the proper working directory and classpath (similar to the `run-druid` script but a bit different, since it wouldn't require a `main.config` or `jvm.config`). That would be a great contribution.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
