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/04/16 02:50:21 UTC

[GitHub] [incubator-druid] shizhengchao edited a comment on issue #7485: why so many littleEndByteBuff

shizhengchao edited a comment on issue #7485: why so many littleEndByteBuff 
URL: https://github.com/apache/incubator-druid/issues/7485#issuecomment-483490621
 
 
   this is my realtime task json:
   ```json
   {
     "dataSources": [
       {
         "spec": {
           "dataSchema": {
             "dataSource": "fcbox_send",
             "metricsSpec": [
               { "type" : "count", "name" : "count" },
               { "type" : "longSum", "fieldName" : "order_count", "name" : "order_count" },
               { "type" : "longSum", "fieldName" : "drop_send_count", "name" : "drop_send_count" },
               { "type" : "longSum", "fieldName" : "staff_get_count", "name" : "staff_get_count" },
               { "type" : "longSum", "fieldName" : "in_flight_count", "name" : "in_flight_count" },
               { "type" : "longSum", "fieldName" : "cancel_count", "name" : "cancel_count" }
             ],
             "granularitySpec": {
               "type": "uniform",
               "segmentGranularity": "day",
               "queryGranularity": "none",
               "rollup": false
             },
             "parser": {
               "type": "map",
               "parseSpec": {
                 "format": "json",
                 "timestampSpec": {
                   "column": "timestamp",
                   "format": "auto"
                 },
                 "dimensionsSpec": {
                   "dimensions": [
                     "order_time",
                     "client_post_time",
                     "staff_get_time",
                     "in_flight_time",
                     "cancel_time",
                     "send_status",
                     "dis_code",
                     "company_id",
                     "source_type",
                     "box_type",
                     "throw_area_type"
                   ]
                 }
               }
             }
           },
           "tuningConfig": {
             "type" : "realtime",
             "windowPeriod" : "PT10M",
             "intermediatePersistPeriod" : "PT5M",
             "maxRowsInMemory" : 250000
           },
           "properties" : {
             "task.partitions" : "1",
             "task.replicants" : "2"
           }
         }
       }
     ]
   }
   ```

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