一、前言
此次flink sql 整合 hive 主要是能在flink sql中读写hive数据,为flink实时写数据进入hive 构建实时数仓做准备工作。
flink 1.11.0 hive 2.3.4 hadoop 2.7.2
主要步骤主要是参考官方文档:https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/hive/hive_catalog.html
二、主要步骤
1.开启Hive Metastore 及 添加 hive-site.xml
参照官网如下:
step 1: set up a Hive Metastore
hive 安装好后 启动 Hive Metastore
hive --service metastore
hive-site.xml 配置文件
<configuration>
<property>
<name>javax.jdo.option.ConnectionURL</na