我試圖在配置單元中使用UDF
。但是,當我嘗試創建使用userdate as 'unixtimeToDate'
臨時函數,我得到這個例外Hive中的ParseException
hive> create temporary function userdate1 as 'unixtimeToDate';
FAILED: ParseException line 1:25 character ' ' not supported here
line 1:35 character ' ' not supported here
我不知道爲什麼不支持的字符。請給我一些指導。
謝謝!有效。 – Harshi
請接受它是否解決了您的問題@Harshi – luoluo