flink1.10中hive module 没有plus,greaterThan等函数

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

flink1.10中hive module 没有plus,greaterThan等函数

faaron zheng
Hi all, 我在使用flink1.10的sql-client时候发现使用hive module时会缺少某些core module 中的build-in function比如plus,greaterThan。这会导致同样的sql core module可以执行成功,hive module却会报错,比如在使用row_number() over()时候。这是什么原因?
Reply | Threaded
Open this post in threaded view
|

Re: flink1.10中hive module 没有plus,greaterThan等函数

Rui Li
是只用了hive module么?建议的方式是同时加载hive module和core
module,解析函数的时候会根据加载的顺序去每个module里查找。

On Fri, Aug 21, 2020 at 11:06 AM faaron zheng <[hidden email]> wrote:

> Hi all, 我在使用flink1.10的sql-client时候发现使用hive module时会缺少某些core module
> 中的build-in function比如plus,greaterThan。这会导致同样的sql core module可以执行成功,hive
> module却会报错,比如在使用row_number() over()时候。这是什么原因?



--
Best regards!
Rui Li
Reply | Threaded
Open this post in threaded view
|

回复:flink1.10中hive module 没有plus,greaterThan等函数

faaron zheng
Thanks,原来是我的打开方式不对 在2020年08月21日 11:17,Rui Li 写道: 是只用了hive module么?建议的方式是同时加载hive module和core module,解析函数的时候会根据加载的顺序去每个module里查找。 On Fri, Aug 21, 2020 at 11:06 AM faaron zheng <[hidden email]> wrote: > Hi all, 我在使用flink1.10的sql-client时候发现使用hive module时会缺少某些core module > 中的build-in function比如plus,greaterThan。这会导致同样的sql core module可以执行成功,hive > module却会报错,比如在使用row_number() over()时候。这是什么原因? -- Best regards! Rui Li
Reply | Threaded
Open this post in threaded view
|

Re: flink1.10中hive module 没有plus,greaterThan等函数

Chesnay Schepler
In reply to this post by faaron zheng
Moving this to the chinese user mailing list.

On 21/08/2020 04:43, faaron zheng wrote:
> Hi all,
>
> 我在使用flink1.10的sql-client时候发现使用hive module时会缺少某些core
> module 中的build-in function比如plus,greaterThan。这会导致同样的sql core
> module可以执行成功,hive module却会报错,比如在使用row_number()
> over()时候。这是什么原因?
>

Reply | Threaded
Open this post in threaded view
|

Re: flink1.10中hive module 没有plus,greaterThan等函数

Chesnay Schepler
In reply to this post by faaron zheng
Moving this to the chinese user mailing  list.

On 25/08/2020 16:16, Andrey Zagrebin wrote:

> Hi Faaron,
>
> This mailing list is for support in English.
> Could you translate your question into English?
> You can also subscribe to the user mailing list in Chinese to get
> support in Chinese [1]
>
> Best,
> Andrey
>
> [1] [hidden email]
> <mailto:[hidden email]>
>
> On Fri, Aug 21, 2020 at 4:43 AM faaron zheng <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Hi all,
>
>     我在使用flink1.10的sql-client时候发现使用hive module时会缺少某些core
>     module 中的build-in function比如plus,greaterThan。这会导致同样的sql
>     core module可以执行成功,hive module却会报错,比如在使用row_number()
>     over()时候。这是什么原因?
>