Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/929#issuecomment-211224626
  
    Hi @eminency, I met this warning message while starting up Tajo. This is 
weird because I configured the path to hive udf like below. Would you check it?
    
    ```
    # in tajo-site.xml
     <property>
      <name>tajo.function.hive.code-dir</name>
      <value>${TAJO_HOME}/tajo-core-tests/src/test/resources/hiveudf/</value>
     </property>
    
    # in TajoCli
    default> select my_upper('abcd');
    ERROR: function does not exist: my_upper(text)
    
    # in the master log
    ...
    2016-04-18 15:15:19,987 WARN 
org.apache.tajo.engine.function.hiveudf.HiveFunctionLoader: Hive UDF directory 
doesn't exist
    ...
    ```


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