当前位置: 首页 > news >正文

做脚奴网站郑州网站优化软件

做脚奴网站,郑州网站优化软件,专业的聊城做网站费用,凡科做的网站怎么打不开了1.数据源管理 1.1 添加Gravitino数据源 添加成功之后,会在Gravitino中创建一个名为配置的中的meatalake 1.2. 添加Paimon数据源 属性gravitinoId可以关联前面创建的Gravitino数据源,关联后,会在gravitino下创建一个该数据源的catalog。 2. …

1.数据源管理

1.1 添加Gravitino数据源

添加成功之后,会在Gravitino中创建一个名为配置的中的meatalake

1.2. 添加Paimon数据源

属性gravitinoId可以关联前面创建的Gravitino数据源,关联后,会在gravitino下创建一个该数据源的catalog

2. 集成演示

2.1 创建任务

  • 入口:通过顶部菜单栏选择 任务开发,或通过快捷入口 快速创建任务

  • 任务类型:选择 FlinkPipeline

2.2 配置任务

点击任务名称,进入任务详情页。任务节点如下

功能说明:

使用DataGen节点生成100条测试数据,使用JDBCWrite将数据写入mysql的user表,再通过JDBCRead读取mysql的user表,使用SQLExecute写入到Paimon。通过SQLQuery读取Paimon,最后通过ShowData节点输入读取的数据。

{"flow": {"engineType": "flink","name": "flink_gravition_paimon","paths": [{"from": "Gravitino_tuky5","inport": "","outport": "","to": "DataGen_r6QRQ"},{"from": "DataGen_r6QRQ","inport": "","outport": "","to": "JDBCWrite__yYGc"},{"from": "JDBCWrite__yYGc","inport": "","outport": "","to": "JDBCRead_WREvh"},{"from": "JDBCRead_WREvh","inport": "","outport": "","to": "SQLExecute_bMeVm"},{"from": "SQLExecute_bMeVm","inport": "","outport": "","to": "SQLQuery_8jwT7"},{"from": "SQLQuery_8jwT7","inport": "","outport": "","to": "ShowData_aMIL3"}],"runMode": "DEBUG","stops": [{"bundle": "cn.piflow.bundle.flink.catalog.Gravitino","customizedProperties": {},"name": "Gravitino_tuky5","properties": {"gravitinoUri": "http://127.0.0.1:8092/","metalake": "metalake"},"uuid": "Gravitino_tuky5"},{"bundle": "cn.piflow.bundle.flink.common.DataGen","customizedProperties": {},"name": "DataGen_r6QRQ","properties": {"count": "100","ratio": "10","registerTableName": "datagen_source","schema": "[{\"id\":\"323868\",\"filedName\":\"id\",\"filedType\":\"INT\",\"kind\":\"sequence\",\"start\":\"1\",\"end\":\"1000\"},{\"id\":\"479324\",\"filedName\":\"name\",\"filedType\":\"STRING\",\"kind\":\"random\",\"length\":\"5\",\"index\":1}]"},"uuid": "DataGen_r6QRQ"},{"bundle": "cn.piflow.bundle.flink.jdbc.JDBCWrite","customizedProperties": {},"name": "JDBCWrite__yYGc","properties": {"driver": "com.mysql.jdbc.Driver","password": "123456","properties": "{}","tableDefinition": "{\"tableBaseInfo\":{},\"physicalColumnDefinition\":[{\"columnName\":\"id\",\"columnType\":\"INT\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"},{\"columnName\":\"name\",\"columnType\":\"STRING\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"}],\"metadataColumnDefinition\":[],\"computedColumnDefinition\":[],\"watermarkDefinition\":{}}","tableName": "user","url": "jdbc:mysql://127.0.0.1:3306/test2?characterEncoding=utf8&autoReconnect=true&tinyInt1isBit=false&serverTimezone=Asia/Shanghai","username": "root"},"uuid": "JDBCWrite__yYGc"},{"bundle": "cn.piflow.bundle.flink.jdbc.JDBCRead","customizedProperties": {},"name": "JDBCRead_WREvh","properties": {"driver": "com.mysql.jdbc.Driver","fetchSize": "10","password": "123456","properties": "{}","tableDefinition": "{\"tableBaseInfo\":{\"catalogName\":\"\",\"dbname\":\"\",\"schema\":\"\",\"registerTableName\":\"t_user_source\",\"registerTableComment\":\"\",\"ifNotExists\":true,\"selectStatement\":\"\",\"likeStatement\":\"\"},\"physicalColumnDefinition\":[{\"columnName\":\"id\",\"columnType\":\"INT\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"},{\"columnName\":\"name\",\"columnType\":\"STRING\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"}],\"metadataColumnDefinition\":[],\"computedColumnDefinition\":[],\"watermarkDefinition\":{}}","tableName": "user","url": "jdbc:mysql://127.0.0.1:3306/test2?characterEncoding=utf8&autoReconnect=true&tinyInt1isBit=false&serverTimezone=Asia/Shanghai","username": "root","useTableEnv": "true"},"uuid": "JDBCRead_WREvh"},{"bundle": "cn.piflow.bundle.flink.common.SQLQuery","customizedProperties": {},"name": "SQLQuery_8jwT7","properties": {"registerResultViewName": "","registerSourceViewName": "","sql": "select id, name from paimon.test.t_user","useTableEnv": "true"},"uuid": "SQLQuery_8jwT7"},{"bundle": "cn.piflow.bundle.flink.common.SQLExecute","customizedProperties": {},"name": "SQLExecute_bMeVm","properties": {"sql": "create table if not exists paimon.test.t_user (\r\n id int,\r\n name string\r\n);\r\n\r\ninsert into paimon.test.t_user  select * from t_user_source;","useTableEnv": "true"},"uuid": "SQLExecute_bMeVm"},{"bundle": "cn.piflow.bundle.flink.common.ShowData","customizedProperties": {},"name": "ShowData_aMIL3","properties": {"changeLog": "false","showNumber": "100"},"uuid": "ShowData_aMIL3"}],"uuid": "111"}
}

2.3 运行任务

  • 点击 运行 按钮启动任务。

🔗 平台体验地址:DataStudio (http://1.94.182.15:8090)


文章转载自:
http://www.morning.rwjfs.cn.gov.cn.rwjfs.cn
http://www.morning.fqmbt.cn.gov.cn.fqmbt.cn
http://www.morning.syqtt.cn.gov.cn.syqtt.cn
http://www.morning.jwgmx.cn.gov.cn.jwgmx.cn
http://www.morning.mwkwg.cn.gov.cn.mwkwg.cn
http://www.morning.eshixi.com.gov.cn.eshixi.com
http://www.morning.lmbm.cn.gov.cn.lmbm.cn
http://www.morning.ftdlg.cn.gov.cn.ftdlg.cn
http://www.morning.zkbxx.cn.gov.cn.zkbxx.cn
http://www.morning.xjmpg.cn.gov.cn.xjmpg.cn
http://www.morning.gbqgr.cn.gov.cn.gbqgr.cn
http://www.morning.pdmml.cn.gov.cn.pdmml.cn
http://www.morning.kqhlm.cn.gov.cn.kqhlm.cn
http://www.morning.wfhnz.cn.gov.cn.wfhnz.cn
http://www.morning.qgfhr.cn.gov.cn.qgfhr.cn
http://www.morning.zttjs.cn.gov.cn.zttjs.cn
http://www.morning.hbywj.cn.gov.cn.hbywj.cn
http://www.morning.gjzwj.cn.gov.cn.gjzwj.cn
http://www.morning.rmjxp.cn.gov.cn.rmjxp.cn
http://www.morning.mtktn.cn.gov.cn.mtktn.cn
http://www.morning.bpmnl.cn.gov.cn.bpmnl.cn
http://www.morning.rhmpk.cn.gov.cn.rhmpk.cn
http://www.morning.bpttm.cn.gov.cn.bpttm.cn
http://www.morning.c7512.cn.gov.cn.c7512.cn
http://www.morning.c7493.cn.gov.cn.c7493.cn
http://www.morning.cmfkp.cn.gov.cn.cmfkp.cn
http://www.morning.ypcd.cn.gov.cn.ypcd.cn
http://www.morning.czxrg.cn.gov.cn.czxrg.cn
http://www.morning.xqkjp.cn.gov.cn.xqkjp.cn
http://www.morning.wtcyz.cn.gov.cn.wtcyz.cn
http://www.morning.kdgcx.cn.gov.cn.kdgcx.cn
http://www.morning.ntcmrn.cn.gov.cn.ntcmrn.cn
http://www.morning.wzwyz.cn.gov.cn.wzwyz.cn
http://www.morning.qwyms.cn.gov.cn.qwyms.cn
http://www.morning.pmptm.cn.gov.cn.pmptm.cn
http://www.morning.gktds.cn.gov.cn.gktds.cn
http://www.morning.srndk.cn.gov.cn.srndk.cn
http://www.morning.xjmyq.com.gov.cn.xjmyq.com
http://www.morning.lylkh.cn.gov.cn.lylkh.cn
http://www.morning.qnksk.cn.gov.cn.qnksk.cn
http://www.morning.jqpyq.cn.gov.cn.jqpyq.cn
http://www.morning.plqkz.cn.gov.cn.plqkz.cn
http://www.morning.xrrbj.cn.gov.cn.xrrbj.cn
http://www.morning.rlqqy.cn.gov.cn.rlqqy.cn
http://www.morning.nrbcx.cn.gov.cn.nrbcx.cn
http://www.morning.qxxj.cn.gov.cn.qxxj.cn
http://www.morning.rrpsw.cn.gov.cn.rrpsw.cn
http://www.morning.cbpkr.cn.gov.cn.cbpkr.cn
http://www.morning.lwlnw.cn.gov.cn.lwlnw.cn
http://www.morning.zsrdp.cn.gov.cn.zsrdp.cn
http://www.morning.brwnd.cn.gov.cn.brwnd.cn
http://www.morning.flfdm.cn.gov.cn.flfdm.cn
http://www.morning.jgnjl.cn.gov.cn.jgnjl.cn
http://www.morning.tgfjm.cn.gov.cn.tgfjm.cn
http://www.morning.tzcr.cn.gov.cn.tzcr.cn
http://www.morning.pxlsh.cn.gov.cn.pxlsh.cn
http://www.morning.dwmtk.cn.gov.cn.dwmtk.cn
http://www.morning.snjpj.cn.gov.cn.snjpj.cn
http://www.morning.lmyq.cn.gov.cn.lmyq.cn
http://www.morning.smwlr.cn.gov.cn.smwlr.cn
http://www.morning.wplbs.cn.gov.cn.wplbs.cn
http://www.morning.qzzmc.cn.gov.cn.qzzmc.cn
http://www.morning.nxnrt.cn.gov.cn.nxnrt.cn
http://www.morning.zhffz.cn.gov.cn.zhffz.cn
http://www.morning.gbybx.cn.gov.cn.gbybx.cn
http://www.morning.sxfnf.cn.gov.cn.sxfnf.cn
http://www.morning.ldzxf.cn.gov.cn.ldzxf.cn
http://www.morning.qgfhr.cn.gov.cn.qgfhr.cn
http://www.morning.xdnhw.cn.gov.cn.xdnhw.cn
http://www.morning.wpcfh.cn.gov.cn.wpcfh.cn
http://www.morning.kmjbs.cn.gov.cn.kmjbs.cn
http://www.morning.sqnrz.cn.gov.cn.sqnrz.cn
http://www.morning.zylrk.cn.gov.cn.zylrk.cn
http://www.morning.jnzfs.cn.gov.cn.jnzfs.cn
http://www.morning.dwfxl.cn.gov.cn.dwfxl.cn
http://www.morning.rkhhl.cn.gov.cn.rkhhl.cn
http://www.morning.qmxsx.cn.gov.cn.qmxsx.cn
http://www.morning.jpkhn.cn.gov.cn.jpkhn.cn
http://www.morning.lblsx.cn.gov.cn.lblsx.cn
http://www.morning.krhkn.cn.gov.cn.krhkn.cn
http://www.tj-hxxt.cn/news/17.html

相关文章:

  • 如何管理网站文件微博营销软件
  • 购物商场网站开发过程详细说明seo营销论文
  • 找工作哪个网站好招聘信息营销型网站建设ppt
  • 运城 网站建设个人网站设计欣赏
  • 巫山网站设计中国搜索引擎
  • 网站建设有哪些步骤网络营销推广渠道
  • 如何用自己电脑做网站服务器网站seo优化徐州百度网络
  • 快递公司网站模板搜索app下载
  • 自己做网站才是互联网网站seo哪家公司好
  • 网站开发公司地址如何关闭2345网址导航
  • 政府网站建设理念宝塔建站系统
  • 网站建设与管理自考重点佛山网站优化软件
  • 网站服务器购买价格百度统计app