[
https://issues.apache.org/jira/browse/HIVEMALL-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855621#comment-15855621
]
Makoto Yui commented on HIVEMALL-52:
------------------------------------
Fixed.
Better to use
https://github.com/apache/incubator-hivemall/blob/master/resources/ddl/define-all.spark
for Spark though.
> Support spark-sql to execute source define-all.hive, define-additional.hive,
> define-all.deprecated.hive
> -------------------------------------------------------------------------------------------------------
>
> Key: HIVEMALL-52
> URL: https://issues.apache.org/jira/browse/HIVEMALL-52
> Project: Hivemall
> Issue Type: Bug
> Reporter: Yuming Wang
> Assignee: Makoto Yui
>
> According to
> [installation|http://hivemall.incubator.apache.org/userguide/getting_started/installation.html#installation]
> {code:sql}
> add jar /tmp/hivemall-core-xxx-with-dependencies.jar;
> source /tmp/define-all.hive;
> {code}
> Hive is OK, But Spark isn't, exceptions:
> {noformat}
> 17/02/07 16:09:32 INFO SparkSqlParser: Parsing command: drop temporary
> function hivemall_version
> Error in query: Temporary function 'hivemall_version' not found;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)