You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/06/27 23:43:00 UTC

[GitHub] vdiravka opened a new pull request #1345: DRILL-6494: Drill Plugins Handler

vdiravka opened a new pull request #1345: DRILL-6494: Drill Plugins Handler
URL: https://github.com/apache/drill/pull/1345
 
 
   - StoragePluginsHandler is added and implementation as StoragePluginsUpdater. It is used in the init()
     stage of StoragePluginRegistryImpl and updates storage plugins configs from storage-plugins.conf file.
     If plugins configs are present in the persistence store - they are updated, otherwise bootstrap plugins are updated
     and the result configs are loaded to persistence store. If the enabled status is absent in the storage-plugins.conf
     file, the last plugin config enabled status persists.
   - The "NULL" issue with updating Hive plugin config by REST is solved. But clients are still being instantiated for disabled
     plugins - DRILL-6412.
   - "org.honton.chas.hocon:jackson-dataformat-hocon" library is added for the proper deserializing HOCON conf file
   - additional refactoring: "com.typesafe:config" and "org.apache.commons:commons-lang3" are placed into DependencyManagement
       block with proper versions; correct properties in DrillMetrics class are specified

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