Navis Ryu
Navis Ryu
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": [...
1. Allow extensions loaded in hadoop task 2. Switch instance of lucene filter with different lucene extension 3. etc..
``` navis@navisui-MacBook-Pro:druid % cat conf/druid/broker/multitenants.properties lineitem=L_LINENUMBER ``` ``` sql> select L_ORDERKEY, L_LINENUMBER from lineitem_1 limit 3; [L_ORDERKEY, L_LINENUMBER] -------------------------- [1018657, 1] [1024647, 1] [1025121, 1] > Retrieved 3 rows in...