morningman opened a new pull request #490: Enhance the usability of Load 
operation
URL: https://github.com/apache/incubator-doris/pull/490
 
 
   1. Add broker load error hub
   A broker load error hub will collect error messages in load process and 
saves them as a file to the specified remote storage via broker. In case that 
in broker/min/streaming load process, user may not be able to access the error 
log file in Backend directly.
   We also add a new header option: 'enable_hub' in streaming load request, and 
default is false. Because if we enable the broker load error hub, it will 
significantly slow down the processing speed of streaming load, due to the 
visit of remote storage via broker. So use can disable the error load hub using 
this header option, to avoid slowing down the load speed.
   
   2. Support now() function in broker load
   User can mapping a column to now() in broker load stmt, which means this 
column will be filled with time when the ETL started.
   
   3. Support more types of wildcard in broker load
   Currently, we only support wildcard '*' to match the file names. wildcard 
like '/path/to/20190[1-4]*' is not support.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to