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/05/10 07:06:56 UTC

[GitHub] [incubator-druid] vogievetsky opened a new issue #7631: Add ability for task and supervisor to recall the exact spec that was sent to them

vogievetsky opened a new issue #7631: Add ability for task and supervisor to recall the exact spec that was sent to them
URL: https://github.com/apache/incubator-druid/issues/7631
 
 
   ### Description
   
   It would be helpful if a task / supervisor could recall the exact JSON spec that was sent to it rather than on that has been through Jackson.
   
   ### Motivation
   
   This would greatly improve the usability of any tool that sends a spec to Druid such as the new [data loader](https://github.com/apache/incubator-druid/issues/7502) and then expects to retrieve it. Right now all the default values are inlined by Jackson which means that some information is lost (i.e. did the user really set `taskStatusCheckPeriodMs: 1000` or was that the inlined default?)
   

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