druid/extensions-core/druid-kerberos
Stas Sukhanov b0ecfee1ab Fix ClassNotFoundException in druid-kerberos extension (#4776)
Class org.apache.hadoop.conf.Configuration inside extensions should be used with caution.
By default, the configuration uses the context class loader of the current thread set to the
class loader used to load the application. Because of isolation between the application and
extensions we must explicitely set the class loader to extension class loader to be able
load classes specified in hadoop configuration file.
2018-07-27 16:23:09 -07:00
..
src Fix ClassNotFoundException in druid-kerberos extension (#4776) 2018-07-27 16:23:09 -07:00
pom.xml Update license headers. (#5976) 2018-07-11 09:55:18 -07:00