Re: Hive version in Flink

2019-08-26 Thread Bowen Li
Hi, You can read Hive related documentation [1] first. Should be ok to just specify the Hive version as 1.2.1 for your Cloudera Hive 1.1.0 deployment. Hive 1.1 will be officially supported in Flink 1.10. [1] https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/hive/index.html#su

Hive version in Flink

2019-08-23 Thread Yebgenya Lazarkhosrouabadi
Hello, I'm using Flink on Cloudera-quickstart-vm-5.13 and need to access the Hive-Tables. The version of hive on Cloudera is 1.1.0 , but in order to access the data of the Hive-Tables, a higher version of hive is needed. Unfortunately it is not possible to easily change the version of Hive on C