- 博客(6)
- 资源 (2)
- 收藏
- 关注
原创 canal-adapter踩坑
canal-adapter启动时提示:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
2022-08-27 17:14:07
829
1
原创 linux自运行脚本
写一个linux脚本 监控程序的运行状态 如果没有运行则启动运行, 程序已运行不做操作。启动脚本必须 nohup sh xxx.sh &while truedo ps -ef | grep "程序名" | grep -v "grep" if [ "$?" -eq 1 ] then nohup XXXXXX & #修改成自己的应用脚本启动命令 echo "process has been restar...
2021-01-28 13:39:38
194
原创 kafka删除topic时提示 Command not found rmr。
1、进入zookeeper根目录:bin/zkCli.sh2、找到topic所在目录查看topic列表:ls /brokers/topics3、删除topic: rmr /brokers/topics/【topic name】 提示 Command not found rmr。4、使用 deleteall /brokers/topics/【topic name】命令进行删除;进行以上操作删除topic就搞定了,当然了有时间的小伙伴可以上百度找找未找到rmr命令的具体原因;...
2020-08-11 19:56:43
4234
5
原创 flink踩坑记
把本地运行无错的flink项目打包在服务器的时候报错:Error: A JNI error has occurred, please check your installation and try againException in thread "main" java.lang.NoClassDefFoundError: org/apache/flink/api/common/serialization/DeserializationSchema原因是flink-core 1.6版本依赖...
2020-06-24 17:25:02
718
原创 学习kafka+flink时踩过的坑
小菜鸟在用flink读取kafka topic中的数据进行清洗过程中,秃然提示kafkaProducer版本不兼容java.lang.RuntimeException: Incompatible KafkaProducer version at org.apache.flink.streaming.connectors.kafka.internal.FlinkKafkaInternalProducer.getValue(FlinkKafkaInternalProducer.java:256) a.
2020-06-17 16:54:09
1470
原创 springcloud配置中心config上线时配置文件被其他服务无法读取的两种情况
错误日志:1. Cannot clone or checkout repository: http://xxxxx:xxxx/xxxx/xxx-config.git" 2. You need to configure a uri for the git repository--------------------------------------------------------------------------------------------------...
2020-06-16 14:28:26
5380
分布式环境搭建指南
2019-04-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人