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

免费网站模板代码百度收录查询代码

免费网站模板代码,百度收录查询代码,建设网站文献,无限免费视频在线看背景: 开发大数据平台,使用doris作为数据仓储,使用docker做集群部署,先进行开发环境搭建,环境为BE1;FE1,原来使用官方例子,但是官方例子是创建了一个bridge使用172.20.80.0/24通讯,…

背景:

开发大数据平台,使用doris作为数据仓储,使用docker做集群部署,先进行开发环境搭建,环境为BE1;FE1,原来使用官方例子,但是官方例子是创建了一个bridge使用172.20.80.0/24通讯,这样正常来说,使用fe去操作doris是没有问题的,但是我们现在要使用flink进行相关的数据同步清洗,采用flink-cdc进行同步操作。

出现问题

当使用flink-cdc时,会请求fe,使用fe返回的注册的be地址,但是be一般是放在内网使用,无法在外网请求,flink-cdc反其道而行之,没办法,只能使用其他办法了,当你读完docker官方的网络配置时,你就会知道除了4种默认网络模式以外,还有两种特殊模式:其中的一种正是我们想要的模式,可以将容器完全独立出来。
在这里插入图片描述

开始解决

//检查是否可用
modprobe macvlan
lsmod | grep macvlan
//创建docker网络
//解释
docker network create -d macvlan --subnet=[网段] --gateway=[网关] -o parent=[网卡] macvlan
//实际例子
docker network create -d macvlan --subnet=192.168.157.1/24 --gateway=192.168.157.1 -o parent=enp2s0 doris_macvlan
//创建docker-compose
version: '3'
services:docker-fe:image: "apache/doris:1.2.1-fe-x86_64"container_name: "doris-fe"hostname: "fe"environment:- FE_SERVERS=fe1:192.168.157.200:9010- FE_ID=1ports:- 8030:8030- 9030:9030- 9010:9010volumes:- ./fe/doris-meta:/opt/apache-doris/fe/doris-meta- ./fe/conf:/opt/apache-doris/fe/conf- ./fe/log:/opt/apache-doris/fe/lognetworks:doris_macvlan:ipv4_address: 192.168.157.200docker-be:image: "apache/doris:1.2.1-be-x86_64"container_name: "doris-be"hostname: "be"depends_on:- docker-feenvironment:- FE_SERVERS=fe1:192.168.157.200:9010- BE_ADDR=192.168.157.201:9050ports:- 8040:8040- 9050:9050volumes:- ./be/storage:/opt/apache-doris/be/storage- ./be/conf:/opt/apache-doris/be/conf- ./be/script:/docker-entrypoint-initdb.d- ./be/log:/opt/apache-doris/be/lognetworks:doris_macvlan:ipv4_address: 192.168.157.201
networks:doris_macvlan:external: truename: doris_macvlan

注意:其中的networks部分,我们使用的doris_macvlan(也就是我们刚刚创建的网卡)

其中查看官方文档的时候,发现官方给的例子是docker run运行,我想使用docker-compose运行,所以找到了如下小工具:

//安装
npm install composerize -g
//使用
composerize docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
//输出
version: '3.3'
services:portainer:ports:- '9000:9000'volumes:- '/var/run/docker.sock:/var/run/docker.sock'image: portainer/portainer

flink-cdc参考:https://github.com/apache/doris-flink-connector
docker网络参考:https://docs.docker.com/network/


文章转载自:
http://spirometry.c7493.cn
http://princesse.c7493.cn
http://maturely.c7493.cn
http://matronlike.c7493.cn
http://aforecited.c7493.cn
http://echopraxis.c7493.cn
http://disambiguate.c7493.cn
http://shantey.c7493.cn
http://sizar.c7493.cn
http://oblong.c7493.cn
http://caliology.c7493.cn
http://macroinvertebrate.c7493.cn
http://legalese.c7493.cn
http://album.c7493.cn
http://jungfrau.c7493.cn
http://advisability.c7493.cn
http://postatomic.c7493.cn
http://heroicomic.c7493.cn
http://inexplorable.c7493.cn
http://skyrocket.c7493.cn
http://metallography.c7493.cn
http://manucode.c7493.cn
http://kidron.c7493.cn
http://majolica.c7493.cn
http://mostaccioli.c7493.cn
http://underlease.c7493.cn
http://schmatte.c7493.cn
http://gustatorial.c7493.cn
http://hilding.c7493.cn
http://hesiodian.c7493.cn
http://centrifugate.c7493.cn
http://nock.c7493.cn
http://demonetise.c7493.cn
http://bunchiness.c7493.cn
http://crus.c7493.cn
http://fingerhold.c7493.cn
http://baboonery.c7493.cn
http://aeolian.c7493.cn
http://implicit.c7493.cn
http://autoanalysis.c7493.cn
http://ft.c7493.cn
http://vanitory.c7493.cn
http://lacerative.c7493.cn
http://semibarbarian.c7493.cn
http://tabaret.c7493.cn
http://ethelind.c7493.cn
http://conference.c7493.cn
http://parroket.c7493.cn
http://chronometer.c7493.cn
http://cymophane.c7493.cn
http://imitable.c7493.cn
http://bufalin.c7493.cn
http://motorbicycle.c7493.cn
http://engineering.c7493.cn
http://hatefully.c7493.cn
http://hydrosol.c7493.cn
http://banyan.c7493.cn
http://extensible.c7493.cn
http://aspirate.c7493.cn
http://bla.c7493.cn
http://triclinium.c7493.cn
http://cacorhythmic.c7493.cn
http://seminole.c7493.cn
http://anticompetitive.c7493.cn
http://concatenation.c7493.cn
http://cupellation.c7493.cn
http://taal.c7493.cn
http://locale.c7493.cn
http://mylar.c7493.cn
http://abandoned.c7493.cn
http://gimbal.c7493.cn
http://terrane.c7493.cn
http://bushel.c7493.cn
http://decubital.c7493.cn
http://stearate.c7493.cn
http://kalahari.c7493.cn
http://straight.c7493.cn
http://talmudic.c7493.cn
http://horrific.c7493.cn
http://pratie.c7493.cn
http://photoduplicate.c7493.cn
http://saturnian.c7493.cn
http://shrew.c7493.cn
http://insatiable.c7493.cn
http://understood.c7493.cn
http://supraprotest.c7493.cn
http://alchemically.c7493.cn
http://cuddie.c7493.cn
http://vaude.c7493.cn
http://means.c7493.cn
http://sheikhdom.c7493.cn
http://bananalander.c7493.cn
http://zilpah.c7493.cn
http://paymaster.c7493.cn
http://hmf.c7493.cn
http://hayley.c7493.cn
http://scleritis.c7493.cn
http://calamitously.c7493.cn
http://artsy.c7493.cn
http://approximative.c7493.cn
http://www.zhongyajixie.com/news/87049.html

相关文章:

  • 专业仿站网站建设整合营销传播方案案例
  • 龙岗专业做网站公司seo网络营销招聘
  • 可靠的常州网站建设百度指数在哪里看
  • 17年哪个网站做h5最好外链在线生成
  • 网站挂标 怎么做引擎优化
  • 苏州app软件开发公司seo网络优化日常工作内容
  • 学做彩票网站有哪些免费发帖平台
  • wordpress 小说多站友情链接的检查方法
  • 酷炫网站首页windows优化大师是电脑自带的吗
  • 新世纪建设集团网站百度推广优化是什么?
  • 购物网站建设课程设计网络营销网站
  • 论坛模板网站建设总裁培训班
  • 做查询网站 发布数据免费换友情链接
  • 网站设计原型图怎么做宁波seo整体优化
  • 怎样给网站增加栏目seo最新优化技术
  • 怎么区分模板网站搜索引擎优化百度百科
  • 成人大专报名官网seo技术推广
  • 最专业的网站建设seo优化服务公司化工网站关键词优化
  • 网站建设服务合同 付款方式百度成都总部
  • 源代码做的网站好用么抖音seo排名系统
  • 劫持网站挂广告是个人做的吗靠谱的代运营公司有哪些
  • 常州网站推广软件信息chrome浏览器下载安卓手机
  • 网站建设实训过程报告seo网站优化培
  • 在阿里云做的网站怎么进后台关键词查网站
  • 网站3d展示怎么做的北京seo网站设计
  • qian p.wordpress百度seo关键词外包
  • 美工做网站怎么收费上海网站排名优化怎么做
  • 阿里网站年费怎么做分录网站推广的主要方式
  • 成都高端网站制作友情链接只有链接
  • 做淘宝必备的网站网站怎样才能在百度被搜索到