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 2018/08/01 18:29:40 UTC

[GitHub] jinyangli34 opened a new pull request #6092: Add defaultUsed option for druid ingest.

jinyangli34 opened a new pull request #6092: Add defaultUsed option for druid ingest.
URL: https://github.com/apache/incubator-druid/pull/6092
 
 
   Adding a new ingestion option to allow segments ingested but not replacing the current one.
   One use case we are using at Airbnb is backfill a datasource with long history segments into multiple small ingestions in parallel. With this option, the production datasource will not be affected during ingestion. Then enable datasource or change mysql metastore after all segments ingestions are done. 
   
   By default, defaultUsed will be true and behavior the same as today.
   When defaultUsed is specified as false in ingestion config, after ingestion finish, the segments will not be available until datasource enable get called.
   
   To use, add defaultUsed to tuning config:
   {"tuningConfig": {"defaultUsed": "false"}}}

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