当前位置:网站首页>canal scrape data
canal scrape data
2022-07-30 14:59:00 【future shadow】
Article table of contents
canal installation and configuration
Prepare the canal package in advance
Note: canal is scattered after decompression, so it needs to be decompressed in a specific canal directory
module>mkdir canaltar -zxvf canal.deployer-1.1.4.tar.gz -C /opt/module/canal1. Set the security level
mysql> set global validate_password_length=4;mysql> set global validate_password_policy=02. Assign an account (canal) to operate the database
mysql> GRANT SELECT, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'canal'@'%' IDENTIFIED BY 'canal' ;canal monitoring captures MySQL data
1. Modify canal/conf/canal.properties
canal.serverMode = kafkacanal.mq.servers = hadoop102:9092,hadoop103:9092,hadoop104:90922. Modify conf/example/instance.properties
canal.instance.master.address=hadoop102:3306canal.instance.dbUsername=canalcanal.instance.dbPassword=canalcanal.mq.topic=ods_base_db_c3. Start canal
canal>bin/startup.sh4. Start the kafka consumer client test
Enable zookeeper and kafak in advance
bin/kafka-console-consumer.sh --bootstrap-server hadoop102:9092 --topic ods_base_db_c5. Operate the database and view the effect of the kafak consumer client

边栏推荐
猜你喜欢

Why did I switch from developer to testing, 3 years software testing engineer, tell you the secret of this

手把手教你写让人眼前一亮的软件测试简历,收不到面试邀请算我输

Use of SLF4J

接口自动化框架,lm-easytest内测版发布,赶紧用起来~

基于5G的仓储信息化解决方案2022

Teach you how to write an eye-catching software testing resume, if you don't receive an interview invitation, I will lose

关于容器的小案例

【回归预测-lssvm分类】基于最小二乘支持向量机lssvm实现数据分类代码

自动化办公|办公软件和亿图脑图MindMaster快捷键

Application of time series database in the field of ship risk management
随机推荐
吃透Chisel语言.28.Chisel进阶之有限状态机(二)——Mealy状态机及与Moore状态机的对比
产品年度营销计划书
ECCV 2022 | 通往数据高效的Transformer目标检测器
00 testers of seasoning after nearly a year, whether to change careers or to learn the software testing students summarized the following heart advice
Understand the Chisel language. 29. Chisel advanced communication state machine (1) - communication state machine: take the flash as an example
关于华为应用市场审核App无法启动的问题
华为7年经验的软件测试总监,给所有想转行学软件测试的朋友几点建议
Six-faced ant financial clothing, resisting the bombardment of the interviewer, came to interview for review
打破原则引入SQL,MongoDB到底想要干啥?
Container sorting case
Get the Google Advertising ID as a unique identifier
Web3创始人和建设者必备指南:如何构建适合的社区?
Huawei's 7-year-experienced software testing director, gives some advice to all friends who want to change careers to learn software testing
我为何从开发人员转做测试,3年软件测试工程师,带你聊聊这其中的秘辛
MaxWell抓取数据
MongoDB starts an error Process: 29784 ExecStart=/usr/bin/mongod $OPTIONS (code=exited, status=14)
canal抓取数据
Some thoughts on String
CS内网横向移动 模拟渗透实操 超详细
手把手教你写让人眼前一亮的软件测试简历,收不到面试邀请算我输