metatron-discovery icon indicating copy to clipboard operation
metatron-discovery copied to clipboard

Allow explicit setting of extensions of hadoop tasks

Open navis opened this issue 2 years ago • 0 comments

Cause hadoop tasks exploits single flat classloader, it's not possible to use competitive modules concurrently, like lucene7 and lucene8 extension.

it's just a temporary measure.

{
   "type":"index_hadoop",
   "extensions": [ "druid-lucene8-extensions"],
   "spec":{
      "dataSchema":{
         "dataSource":"lineitem",

navis avatar May 10 '22 06:05 navis