[
https://issues.apache.org/jira/browse/TAJO-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15186597#comment-15186597
]
ASF GitHub Bot commented on TAJO-1686:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/929#issuecomment-194132955
Hi @eminency, I left some comments.
In addition, I found the below error when I start a tajo cluster. I put the
hive udf jar file on hdfs and specified it in tajo-site.xml.
```
2016-03-09 14:34:06,613 FATAL org.apache.tajo.master.TajoMaster: Error
starting TajoMaster
org.apache.tajo.exception.TajoInternalError: internal error: unknown
protocol: hdfs
at
org.apache.tajo.engine.function.hiveudf.HiveFunctionLoader.loadHiveUDFs(HiveFunctionLoader.java:70)
at
org.apache.tajo.master.TajoMaster.loadFunctions(TajoMaster.java:229)
at
org.apache.tajo.master.TajoMaster.serviceInit(TajoMaster.java:181)
at
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at org.apache.tajo.master.TajoMaster.main(TajoMaster.java:628)
```
> Allow Tajo to use Hive UDF
> --------------------------
>
> Key: TAJO-1686
> URL: https://issues.apache.org/jira/browse/TAJO-1686
> Project: Tajo
> Issue Type: New Feature
> Components: Function/UDF
> Reporter: Jaehwa Jung
> Assignee: Jongyoung Park
>
> Hive has been widely used in this area. Many users have maintained lots of
> big tables through Hive metastore using HiveQL and UDFs. Currently, Tajo
> provides own UDF and Hive users can implement their UDFs in Tajo. But if we
> can wrap Hive UDF in Tajo, it seems that they would be able to use Tajo
> easily for their analysis infrastructure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)