【发布时间】:2015-10-20 07:08:18
【问题描述】:
我正在尝试在蜂巢中使用UDF。但是当我尝试使用 userdate as 'unixtimeToDate' 创建一个临时函数时,我得到了这个异常
hive> create temporary function userdate1 as 'unixtimeToDate';
FAILED: ParseException line 1:25 character ' ' not supported here
line 1:35 character ' ' not supported here
我不确定为什么不支持该字符。请给我一些指导。
【问题讨论】:
标签: hive