sachidananda007 commented on issue #13540: URL: https://github.com/apache/druid/issues/13540#issuecomment-1344450569
I have got the steps to reproduce the issue. Here it is - untar apache-druid-0.22.1-bin.tar.gz and start druid with` bin/start-micro-quickstart` - run command from [here](https://druid.apache.org/docs/latest/tutorials/tutorial-compaction.html) to create initial datasource` bin/post-index-task --file quickstart/tutorial/compaction-init-index.json --url http://localhost:8081` - run the following compaction spec with this `bin/post-index-task --file compaction-hour.json --url http://localhost:8081` ``` cat compaction-hour.json { "type": "compact", "dataSource": "compaction-tutorial", "interval": "2015-09-12/2015-09-13", "tuningConfig" : { "type" : "index_parallel", "maxRowsPerSegment" : 5000000, "maxRowsInMemory" : 25000 }, "granularitySpec" : { "segmentGranularity" : "HOUR", "queryGranularity" : "none" } } ``` - verify that the compaction task is failing -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
