jihoonson commented on issue #6674: Fix NPE at io.druid.cli.CliInternalHadoopIndexer (fixes #6673) URL: https://github.com/apache/incubator-druid/pull/6674#issuecomment-442575051 Hi @Tagar, thank you for your contribution! The CI fail looks legit. If you scroll up a bit, you can find maven test failure. They failed because of NPE at `metadataUpdateSpec`. This is because `metadataUpdateSpec` is mandatory for only Cli Hadoop indexer and should be null for hadoop index task. Please check http://druid.io/docs/latest/ingestion/hadoop.html#ioconfig.
---------------------------------------------------------------- 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]
