Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/929#discussion_r51850654
  
    --- Diff: tajo-core/src/main/java/org/apache/tajo/worker/TajoWorker.java ---
    @@ -200,6 +200,7 @@ public void serviceInit(Configuration conf) throws 
Exception {
         historyReader = new HistoryReader(workerContext.getWorkerName(), 
this.systemConf);
     
         FunctionLoader.loadUserDefinedFunctions(systemConf);
    +    HiveFunctionLoader.loadHiveUDFs(systemConf);
    --- End diff --
    
    It seems that TajoWorker also needs to check duplicated functions as 
TajoMaster. In addition, it will be better if the routine to load functions is 
consistent no matter where it is called from.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to