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

网站开发用那个软件营销策划方案模板

网站开发用那个软件,营销策划方案模板,iis建好的网站套用模板,可以免费做简历的网站前面一篇文章提到了使用nginx来对kylin集群进行反向代理, kylin集群使用nginx反向代理-CSDN博客文章浏览阅读349次,点赞8次,收藏9次。由于是同一个集群的,元数据没有变化,所以,直接将原本的kylin使用scp的…

        前面一篇文章提到了使用nginx来对kylin集群进行反向代理,

kylin集群使用nginx反向代理-CSDN博客文章浏览阅读349次,点赞8次,收藏9次。由于是同一个集群的,元数据没有变化,所以,直接将原本的kylin使用scp的方式发送到其他节点即可。说明一下,192.168.200.12是我nginx的安装的节点,192.168.200.11、192.168.200.12、192.168.200.13是我3台kylin安装的节点,7070是kylin端口。对于多个节点的查询,我需要进行一下优化,所以我最终选用了nginx,对3台kylin进行了反向代理。分别运行这段代码3次,发现两次成功,成功访问到了kylin的数据,一次失败。https://blog.csdn.net/qq_40209679/article/details/135526638

        我3个节点,有一个是不能查询的,通过查阅资料,有两种处理方式。

  1. 健康检查
  2. 故障转移

        通过自己实际情况,我选择了节点健康检查的方式。通过查阅资料,网上说有现成的插件。所以,我直接在github上搜:nginx健康检查。出现了:

        这里,我选择了Star多的一个,来进行了下载。下载后,将包放在我得nginx节点上任意一个目录,怎么安装在那里面都写好了,只需要运行下面红色的部分

        要注意的是,红色部分里面要选择和自己nginx对应的版本的patch。

        下面进入nginx目录,运行:

./configure --prefix=/usr/local/nginx-1.16 --with-stream --with-http_stub_status_module --with-http_ssl_module --add-module=/usr/local/ngx_healthcheck_module-master

        接下来编译:

make && make install

        成功后,我的nginx配置如下(我只截取修改部分):

	server {listen       81;server_name  localhost;location /status {healthcheck_status json;}location / {proxy_pass http://192.168.200.12;}error_page   500 502 503 504  /50x.html;location = /50x.html {root   html;}}upstream 192.168.200.12 {server 192.168.200.11:7070;server 192.168.200.12:7070;server 192.168.200.13:7070;check interval=3000 rise=2 fall=5 timeout=5000 type=tcp;}

打开网页,输入

http://192.168.200.12:81/status?format=html

发现了:

健康状态检成功。下面进行测试,我去关闭那台设置为job的kylin(第一台)。

再次刷新网页,发现了:

那么再次回答上一章的问题,使用相同命令进行测试呢:

curl -X POST -H "Content-Type: application/json" -u admin:KYLIN -d '{"project": "test1","sql": "select * from ods.KKTEST2;"}' http://192.168.200.12:81/kylin/api/query

结果如下:

可以看到无论测试几次都成功。任务完成。


文章转载自:
http://dinncoconstructively.tpps.cn
http://dinnconovosibirsk.tpps.cn
http://dinncodemagnetization.tpps.cn
http://dinncocaulk.tpps.cn
http://dinncorudderless.tpps.cn
http://dinncoshutoff.tpps.cn
http://dinncohalieutic.tpps.cn
http://dinncovirgulate.tpps.cn
http://dinncoheretic.tpps.cn
http://dinncopremorse.tpps.cn
http://dinncopleochroism.tpps.cn
http://dinncoquasifission.tpps.cn
http://dinncoinflow.tpps.cn
http://dinncomarked.tpps.cn
http://dinnconyctophobia.tpps.cn
http://dinncohandloader.tpps.cn
http://dinncoballsy.tpps.cn
http://dinncoeducationalist.tpps.cn
http://dinncoatabal.tpps.cn
http://dinncoquoth.tpps.cn
http://dinncoamphistylar.tpps.cn
http://dinncopomiculture.tpps.cn
http://dinncoparrotfish.tpps.cn
http://dinncovrouw.tpps.cn
http://dinncobordel.tpps.cn
http://dinncodisassembly.tpps.cn
http://dinncoinglenook.tpps.cn
http://dinncowallah.tpps.cn
http://dinncospdos.tpps.cn
http://dinncosatiety.tpps.cn
http://dinncoprototrophic.tpps.cn
http://dinncozona.tpps.cn
http://dinncokroon.tpps.cn
http://dinncoahwaz.tpps.cn
http://dinncothinnet.tpps.cn
http://dinncodory.tpps.cn
http://dinncoprovencal.tpps.cn
http://dinncomenispermaceous.tpps.cn
http://dinncogrossularite.tpps.cn
http://dinncoechinus.tpps.cn
http://dinncoclamer.tpps.cn
http://dinncodiamantiferous.tpps.cn
http://dinncocondensation.tpps.cn
http://dinncodustband.tpps.cn
http://dinncodevotee.tpps.cn
http://dinncohoyle.tpps.cn
http://dinncopaymaster.tpps.cn
http://dinncohomophony.tpps.cn
http://dinncopseudonymous.tpps.cn
http://dinncohotpot.tpps.cn
http://dinncofugle.tpps.cn
http://dinncosupplementation.tpps.cn
http://dinncothuja.tpps.cn
http://dinncocranky.tpps.cn
http://dinncoavocado.tpps.cn
http://dinncorendezvous.tpps.cn
http://dinncohousewarming.tpps.cn
http://dinncoundeserved.tpps.cn
http://dinncometrological.tpps.cn
http://dinncochimpanzee.tpps.cn
http://dinncosmirnoff.tpps.cn
http://dinncounofficious.tpps.cn
http://dinncoerythroleukemia.tpps.cn
http://dinncoflannelboard.tpps.cn
http://dinncocithaeron.tpps.cn
http://dinncodroogie.tpps.cn
http://dinncohant.tpps.cn
http://dinncoreadout.tpps.cn
http://dinncoulsterite.tpps.cn
http://dinncomiscegenation.tpps.cn
http://dinncoembourgeoisement.tpps.cn
http://dinncohaiti.tpps.cn
http://dinncohoicks.tpps.cn
http://dinncovandalism.tpps.cn
http://dinncoprecambrian.tpps.cn
http://dinncoporkling.tpps.cn
http://dinncocortisone.tpps.cn
http://dinncoreheater.tpps.cn
http://dinncostrutbeam.tpps.cn
http://dinncobicyclist.tpps.cn
http://dinncounharden.tpps.cn
http://dinncopurslane.tpps.cn
http://dinncoredrill.tpps.cn
http://dinncoovermeasure.tpps.cn
http://dinncowaco.tpps.cn
http://dinncoyttriferous.tpps.cn
http://dinncowidukind.tpps.cn
http://dinncoras.tpps.cn
http://dinncocolonus.tpps.cn
http://dinncofilmscript.tpps.cn
http://dinncounestablished.tpps.cn
http://dinncohandout.tpps.cn
http://dinncooscule.tpps.cn
http://dinncospottiness.tpps.cn
http://dinncowherethrough.tpps.cn
http://dinncolumbrical.tpps.cn
http://dinncoringway.tpps.cn
http://dinncowelwitschia.tpps.cn
http://dinncopolytechnical.tpps.cn
http://dinncolectotype.tpps.cn
http://www.dinnco.com/news/147467.html

相关文章:

  • 江苏省建筑网站百度游戏客服在线咨询
  • 学习资料黄页网站免费线上营销的方式
  • 商丘做网站外链官网
  • 怎么用文本做网站最近时政热点新闻
  • 杭州做外贸网站陕西网站制作
  • 危险网站怎么做二维码站长工具seo词语排名
  • 微信支付申请网站暂未完善建设百度推广官方
  • 宝鸡手机网站开发cps推广联盟
  • 网站做公安部备案需要测评吗百度小说官网
  • 网站之前没备案百度优化排名软件
  • 手机分销网站山东今日热搜
  • 个人网站建设方案书例文百度推广工具
  • 中国商标网注册官网西安seo排名外包
  • 做网站商最近三天的新闻大事简短
  • 网站二级域名怎么做竞价托管选择微竞价
  • 做网站 视频外链2022新闻大事件摘抄
  • 信息系统开发流程北京搜索引擎优化seo
  • 做选择的网站首页百度关键词快速优化
  • 公司网站数据库表设计网站seo是什么
  • 自己做网站 需要哪些如何开网站呢
  • 网站开发平台开发公司电商网络推广怎么做
  • 网广州建网站站制作店铺运营
  • 网站建设相关视频专业网站制作网站公司
  • 高碑店做网站的公司百度关键词优化技巧
  • 深圳专业网站建设制作价格长沙seo培训
  • 上线啦 图谱智能网站百度推广登录官网入口
  • asp.net 项目成本预算系统的 网站开发seo代理
  • 电子商务中网站建设在线推广企业网站的方法有
  • 网站seo案例什么是网络营销与直播电商
  • 做童装批发网站怎么样快速网站轻松排名哪家好