zenfenan commented on issue #10254:
URL: https://github.com/apache/druid/issues/10254#issuecomment-670610202


   I specified the same segmentGranularity in the compaction which is in the 
ingestion spec. Please find it below. 
   
   ```
   {
        "type": "compact",
        "dataSource": "compact_kafka_ist_hourly",
        "interval": "2020-07-28T18:30:00.000Z/2020-07-29T18:30:00.000Z",
        "segmentGranularity": {
                "type": "period",
                "period": "P1D",
                "timeZone": "Asia/Kolkata"
        },
        "tuningConfig": {
                "type": "index_parallel",
                "maxBytesInMemory": -1,
                "partitionsSpec": {
                        "type": "dynamic",
                        "maxTotalRows": "750000"
                }
        }
   }
   ```


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to