You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/26 00:55:45 UTC

[GitHub] [incubator-druid] jihoonson commented on issue #8061: Native parallel batch indexing with shuffle

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


With regards,
Apache Git Services

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