jihoonson commented on issue #8061: Native parallel batch indexing with shuffle
URL: 
https://github.com/apache/incubator-druid/issues/8061#issuecomment-535282349
 
 
   Hi @quenlang, you should be able to do it. An example tuningConfig could be
   
   ```json
       "tuningConfig" : {
         "type" : "index_parallel",
         "maxNumConcurrentSubTasks": 2, // max number of sub queries that can 
be run at the same time
         "forceGuaranteedRollup": true,
         "partitionsSpec": {
           "type": "hashed",
           "numShards": 3 // number of segments per time chunk after compaction
         }
       }
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to