我正在尝试使用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
Run Code Online (Sandbox Code Playgroud)
我不确定为什么角色不受支持.请问我能得到一些指导.
hive ×1