AlexLWei commented on issue #19386:
URL: https://github.com/apache/doris/issues/19386#issuecomment-1552501025

   ```
   CREATE ROUTINE LOAD mapp_play_source_task ON app_play_source_tb
   WITH APPEND
   
COLUMNS(date,dateTime,appId,bussType,userId,cdnType,title,mCode,programCode,appVer,catonNum,catonDuration,playDuration,duration,errsSum,eCode,category,model,sn,netType,cause,player,vcodec,quality,source,sourceCount,host,domain,ip,country,city,ISP,playCount,accumulative)
   PROPERTIES
   (
   "desired_concurrent_number" = "1",
   "max_error_number" = "3000",
   "max_batch_interval" = "20",
   "max_batch_rows" = "300000",
   "max_batch_size" = "209715200",
   "format" = "json",
   "strip_outer_array" = "false",
   "num_as_string" = "false",
   "fuzzy_parse" = "false",
   "strict_mode" = "false",
   "timezone" = "+00:00",
   "exec_mem_limit" = "4294967296"
   )
   FROM KAFKA
   (
   "kafka_broker_list" = "@@@",
   "kafka_topic" = "AppPlaySourceSink3",
   "property.group.id" = "AppPlaySourceGroupDoris",
   "property.client.id" = "AppPlaySourceClientDoris",
   "kafka_partitions" = "0, 1, 2",
   "kafka_offsets" = "@@@, @@@, @@@"
   );
   ```
   以上是 routineload 的创建语句,
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to