Yuming Wang created HIVEMALL-52:
-----------------------------------
Summary: 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
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)