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