shuqi7 opened a new pull request #7242: [Console] Add compaction dialog in 
druid console which allows users to add/edit data source compaction 
configuration
URL: https://github.com/apache/incubator-druid/pull/7242
 
 
   The compaction dialog is implemented in order to allow users to add and edit 
the compaction configuration for each data source, where they could specify 
input segment size bytes. maximum number of segments to compact and etc..
   
   - If the compaction configuration is already set, users could edit or delete 
the configuration through the dialog
   <img 
src="https://user-images.githubusercontent.com/29443129/54158910-e68df180-4408-11e9-905c-f53ccb06db97.png";
 alt="t" width="260px" height="400px">
   
   - If the compaction configuration has not been set yet, the dialog will load 
the default values for every property and the user can make the changes.
   <img 
src="https://user-images.githubusercontent.com/29443129/54158983-12a97280-4409-11e9-9ce3-2a1a64cf43aa.png";
 alt="t" width="260px" height="400px">
   
   - Two fields `Task context` and `Tuning config` require users to input 
either nothing at all or valid JSON representation before they can submit the 
configuration

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to