Github user eminency commented on a diff in the pull request:
https://github.com/apache/tajo/pull/1026#discussion_r63645423
--- Diff: tajo-docs/src/main/sphinx/functions/hivefunc.rst ---
@@ -0,0 +1,81 @@
+##############
+Hive Functions
+##############
+
+Tajo provides a feature to use Hive functions directly without
re-compilation or additional code.
+
+*************
+Configuration
+*************
+
+Only thing to do is registering path to a directory for jar files
containing your hive functions.
+You can do this by set ``tajo.function.hive.code-dir`` in
``tajo-site.xml`` like the following.
--- End diff --
ok
---
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.
---