10 2022 档案
摘要:进入flink sql 客户端 /opt/flink/bin/sql-client.sh 查看topic列表 ./bin/kafka-topics.sh --list --zookeeper localhost:2181 设置表格模式 set sql-client.execution.result-
阅读全文
摘要:####自动生成一下json数据脚本 json数据样例 {"provinceCode": "290","companyName": "test","appId": "10","appName": "apptest","eventTime": "2022-10-17 09:52:","errorTyp
阅读全文
摘要:生产者 ./kafka-console-producer.sh --broker-list 192.168.10.106:6667 --topic applet-topic json数据 {"provinceCode": "100","companyName": "test","appId": "1
阅读全文
摘要:--参数设置 --设置并行度 set 'parallelism.default' ='5'; --设置执行结果展示模式为tableau set 'sql-client.execution.result-mode' = 'tableau'; reset execution.savepoint.path
阅读全文
摘要:--参数 --并行度设置 set 'parallelism.default' ='2'; --reset execution.savepoint.path; --reset execution.checkpoint.path; --设置队列 set 'yarn.application.queue'
阅读全文
摘要:-- 定义 source 表 drop table IF EXISTS source_applet_kafka; CREATE TABLE IF NOT EXISTS source_applet_kafka (provinceCode String,companyName String,appId
阅读全文
摘要:部署文档: https://blog.csdn.net/z3225167/article/details/92803720 1.###confirm hosts时出现注册失败的解决方法: https://blog.csdn.net/qq_41805514/article/details/888714
阅读全文