1 Star 0 Fork 360

稍稍 / flink-streaming-platform-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
demo_batch.md 384 Bytes
一键复制 编辑 原始数据 按行查看 历史

提前先在hive test的库下创建好test的表

create table  test(
id int,
name string
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t';
CREATE CATALOG testmyhive WITH (
    'type' = 'hive',
    'default-database' = 'test',
    'hive-conf-dir' = '/alidata/server/zhp/catalog/config'
);
USE CATALOG testmyhive;

insert into test.test values(4,'n2');
1
https://gitee.com/EA89B45B220E/flink-streaming-platform-web.git
git@gitee.com:EA89B45B220E/flink-streaming-platform-web.git
EA89B45B220E
flink-streaming-platform-web
flink-streaming-platform-web
master

搜索帮助