Why is Hive dependency flink-sql-connector-hive not available on Maven Central?

2021-04-01 Thread Yik San Chan
The question is cross-posted in StackOverflow https://stackoverflow.com/questions/66914119/flink-why-is-hive-dependency-flink-sql-connector-hive-not-available-on-maven-ce According to [Flink SQL Hive: Using bundled hive jar]( https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/connect

Re: Why is Hive dependency flink-sql-connector-hive not available on Maven Central?

2021-04-06 Thread Tzu-Li (Gordon) Tai
Hi, I'm pulling in Rui Li (cc'ed) who might be able to help you here as he actively maintains the hive connectors. Cheers, Gordon On Fri, Apr 2, 2021 at 11:36 AM Yik San Chan wrote: > The question is cross-posted in StackOverflow > https://stackoverflow.com/questions/66914119/flink-why-is-hiv

Re: Why is Hive dependency flink-sql-connector-hive not available on Maven Central?

2021-04-06 Thread Yik San Chan
Hi, I am able to find the jar from Maven central. See updates in the StackOverflow post. Thank you! Best, Yik San On Tue, Apr 6, 2021 at 4:05 PM Tzu-Li (Gordon) Tai wrote: > Hi, > > I'm pulling in Rui Li (cc'ed) who might be able to help you here as he > actively maintains the hive connectors

Re: Why is Hive dependency flink-sql-connector-hive not available on Maven Central?

2021-04-06 Thread Rui Li
Hi Yik San, Glad to know you've found the jar. Another option to locate the jar is to just use maven dependency plugin like this: *mvn dependency:get -Dartifact=org.apache.flink:flink-sql-connector-hive-2.3.6_2.12:1.12.2* On Tue, Apr 6, 2021 at 4:10 PM Yik San Chan wrote: > Hi, > > I am able t

Re: Why is Hive dependency flink-sql-connector-hive not available on Maven Central?

2021-04-06 Thread Yik San Chan
Thanks for the tip! On Tue, Apr 6, 2021 at 4:25 PM Rui Li wrote: > Hi Yik San, > > Glad to know you've found the jar. Another option to locate the jar is to > just use maven dependency plugin like this: > > *mvn dependency:get > -Dartifact=org.apache.flink:flink-sql-connector-hive-2.3.6_2.12:1.1