我正在尝试使用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)
我不确定为什么角色不受支持.请问我能得到一些指导.
这个例外很明显,你的SQL中有错误.SQL中有一个全宽的空间.有关Halfwidth_and_fullwidth_forms的更多信息
hive> create temporary function userdate1 as 'unixtimeToDate';
^^^here, you have a full width space
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
15068 次 |
| 最近记录: |