arina-ielchiieva commented on a change in pull request #1345: DRILL-6494: Drill
Plugins Handler
URL: https://github.com/apache/drill/pull/1345#discussion_r198847564
##########
File path: exec/java-exec/src/main/resources/drill-module.conf
##########
@@ -393,7 +393,11 @@ drill.exec: {
//port hunting for drillbits. Enabled only for testing purposes.
port_hunt : false,
// Allow drillbit to bind to loopback address in distributed mode. Enabled
only for testing purposes.
- allow_loopback_address_binding : false
+ allow_loopback_address_binding : false,
+ // Allow overwrite storage plugins configs from the storage-plugins.conf
file in the process of drillbit starting
+ storage_plugins.update: {
+ enabled: true
Review comment:
Please write in one line.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services