You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/06 01:18:15 UTC

[GitHub] vogievetsky opened a new issue #7016: Wish list: Add the rowStats attributes of the columns of the sys.tasks table

vogievetsky opened a new issue #7016: Wish list: Add the rowStats attributes of the columns of the sys.tasks table
URL: https://github.com/apache/incubator-druid/issues/7016
 
 
   Specifically `processed`, `processedWithError`, `thrownAway`, `unparseable`
   
   This is currently available from the coordinator task report API but it would be amazing to be able to surface it via DruidSQL 
   
   `"rowStats":{"buildSegments":{"processed":3630,"processedWithError":0,"thrownAway":0,"unparseable":0}}`
   
   Then we could use all the cool SQL magic on it like filtering.
   
   In particular we could surface it in the [new Druid console](https://github.com/apache/incubator-druid/issues/6832) Tasks view as a column:
   
   ![image](https://user-images.githubusercontent.com/177816/52314988-cf6f6600-2969-11e9-9249-09d1f311c457.png)
   
   This will prevent the common confusion of "my task succeed but my where is my data (0 rows were ingested)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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