Re: Using Hive UDFs

2021-04-28 Thread Rui Li
ror: SQL validation failed. From line 1, column 18 to >>>> line 1, column 31: No match found for function signature >>>> ST_Point(, ) >>>> >>>> at >>>> org.apache.flink.client.program.PackagedProgram.callMain

Re: Using Hive UDFs

2021-04-28 Thread 김영우
ent.ClientUtils.executeProgram(ClientUtils.java:114) >>> >>> at >>> org.apache.flink.client.cli.CliFrontend.executeProgram(CliFrontend.java:812) >>> >>> at org.apache.flink.client.cli.CliFrontend.run(CliFrontend.java:246) >>> >>> at

Re: Using Hive UDFs

2021-04-28 Thread 김영우
security.UserGroupInformation.doAs(UserGroupInformation.java:1682) >> >> at >> org.apache.flink.runtime.security.contexts.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41) >> >> at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1132) >>

Re: Using Hive UDFs

2021-04-28 Thread Rui Li
ted the function ST_Point in your metastore, could you verify >> whether the current catalog is your HiveCatalog and the current database is >> the database in which ST_Point is registered? >> >> On Wed, Apr 28, 2021 at 12:24 PM Shengkai Fang wrote: >> >>&

Re: Using Hive UDFs

2021-04-27 Thread 김영우
: > >> Hi. >> >> The order of the module may influence the load of the function. >> >> [1] https://issues.apache.org/jira/browse/FLINK-22383 >> >> Youngwoo Kim (김영우) 于2021年4月28日周三 上午10:50写道: >> >>> Hi, >>> >>> I've

Re: Using Hive UDFs

2021-04-27 Thread Rui Li
metastore to use HiveCatalog in streaming >> application. So far, most of the features are working fine in hive >> integration. >> >> However, I have a problem in using Hive UDFs. Already done prerequisites >> to use Hive geospatial UDFs[1] >> >> To sanity check

Re: Using Hive UDFs

2021-04-27 Thread Shengkai Fang
the features are working fine in hive > integration. > > However, I have a problem in using Hive UDFs. Already done prerequisites > to use Hive geospatial UDFs[1] > > To sanity check, I did run a query like below: > > tableEnv.executeSql("SELECT ST_AsText(ST_Po

Using Hive UDFs

2021-04-27 Thread 김영우
Hi, I've configured Hive metastore to use HiveCatalog in streaming application. So far, most of the features are working fine in hive integration. However, I have a problem in using Hive UDFs. Already done prerequisites to use Hive geospatial UDFs[1] To sanity check, I did run a query like