vdiravka commented on a change in pull request #1345: DRILL-6494: Drill Plugins
Handler
URL: https://github.com/apache/drill/pull/1345#discussion_r198931779
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
##########
@@ -248,6 +248,12 @@ private ExecConstants() {
*/
public static final String DEFAULT_TEMPORARY_WORKSPACE =
"drill.exec.default_temporary_workspace";
+ /**
+ * Storage plugins configs will be updated in the case, when
+ * {@link
org.apache.drill.common.config.CommonConstants#STORAGE_PLUGINS_UPDATER_FILE}
file is present
+ */
+ public static final String STORAGE_PLUGINS_UPDATE =
"drill.exec.storage_plugins.update.enabled";
Review comment:
The option isn't really helpful. Removed.
----------------------------------------------------------------
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