You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/21 15:56:05 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1686: Add a loaded rows in SHOW LOAD result

morningman opened a new pull request #1686: Add a loaded rows in SHOW LOAD result 
URL: https://github.com/apache/incubator-doris/pull/1686
 
 
   Loaded rows will be updated periodically by query report. So that
   user can see that a load job is still running or being blocked.
   
   eg:
   
   ```
            JobId: 12010
            Label: fact_20190811_0000
            State: LOADING
         Progress: ETL:N/A; LOAD:0%
             Type: BROKER
          EtlInfo: N/A
         TaskInfo: cluster:N/A; timeout(s):36000; max_filter_ratio:0.01
         ErrorMsg: N/A
       CreateTime: 2019-08-21 23:38:40
     EtlStartTime: 2019-08-21 23:38:41
    EtlFinishTime: 2019-08-21 23:38:41
    LoadStartTime: 2019-08-21 23:38:41
   LoadFinishTime: N/A
              URL: N/A
       LoadedRows: 415744
   ```

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org