Hi, I want to connect my Flink streaming job to Hive. At the moment, what is the best way to connect to Hive. Some features seems to be in development. Some really cool features have been described here: https://fr.slideshare.net/BowenLi9/integrating-flink-with-hive-xuefu-zhang-and-bowen-li-seattle-flink-meetup-feb-2019 My first need is to read and update Hive metadata. Concerning the Hive data I can store them directly in HDFS (as Orc format) in a first step. thx.
David