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/06/07 07:17:08 UTC

[GitHub] [incubator-druid] vogievetsky opened a new pull request #7847: Web console: Normalize ingestion spec type

vogievetsky opened a new pull request #7847: Web console: Normalize ingestion spec type
URL: https://github.com/apache/incubator-druid/pull/7847
 
 
   Add a helper function to normalize the ingestions spec types when the `Open in data loader` feature is used.
   
   ![image](https://user-images.githubusercontent.com/177816/59087263-007c8a80-88b9-11e9-8b5c-0758b4df22f5.png)
   
   The data loader expects the spec, ioConfig, and tuningConfig to have types for some reason these types do not come back in payload in the following cases:
   
   - A task does not have a type in the root of the spec
   - A supervisor (kafka, kinesis) does not have a type in the returned `tuningConfig`
   
   This PR 'normalizes' the type of the spec and its sub-components by setting it to be the same everywhere.

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