You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/23 07:52:15 UTC

[GitHub] [incubator-doris] morningman opened a new issue #4157: [New Feature] Support modify routine load property

morningman opened a new issue #4157:
URL: https://github.com/apache/incubator-doris/issues/4157


   **Motivation**
   
   Currently, it is not supported to modify the created routine load job. If the user wants to modify some properties of the job, such as concurrency, Kafka consumption progress, etc., a new job needs to be created. Very unfriendly to use.
   
   **Alter job**
   
   Support `ALTER ROUTINE LOAD JOB` stmt, for example:
   
   ```
   alter routine load db1.label1
   properties
   (
   "desired_concurrent_number"="3",
   "max_batch_interval" = "5",
   "max_batch_rows" = "300000",
   "max_batch_size" = "209715200",
   "strict_mode" = "false",
   "timezone" = "+08:00"
   )
   ```


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



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


[GitHub] [incubator-doris] morningman closed issue #4157: [New Feature] Support modify routine load property

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4157:
URL: https://github.com/apache/incubator-doris/issues/4157


   


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



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