
数据分析碰到的问题
数据分析碰到的问题
Eistert
文章大部分都是前人总结的知识点,我只是一个搬运工……
展开
-
Switch-零基础完全上手指南(日版)
https://zhuanlan.zhihu.com/p/210620964?utm_source=wechat_sessionSwitch新手攻略:零基础完全上手指南(日版)https://zhuanlan.zhihu.com/p/163721735暑假在家,Switch有哪些一个人就能玩的很嗨的游戏?https://zhuanlan.zhihu.com/p/335829985switch玩什么?100款常见switch游戏简介https://baijiahao.baidu.com/s?id=原创 2021-09-11 11:20:15 · 4019 阅读 · 0 评论 -
Flink Job 任务从kafka topic中抓取数据时,出现问题(Timeout expired while fetching topic metadata)
错误:org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata在测试环境的时候一点事都没有,当部署到生产后出现了这个问题,找了很多网上的都是不行又说版本对不上不兼容的,有改变listeners=PLAINTEXT://当前服务器的ip:9092 这种的这两种都不行打开spring 打开dubug 日志,发现 连接kafka 的地址变成了 kafka主机名加9092如原创 2021-07-02 16:59:28 · 4270 阅读 · 0 评论 -
spring boot 不占用端口方式启动 && spring-boot自定义启动端口
参考文章:https://www.cnblogs.com/angryprogrammer/p/11757302.htmlspring boot 不占用端口方式启动spring boot 不占用端口方式启动有时候一台机器上部署的项目多的时候,端口资源就比较紧张了,其实有的微服务组件仅仅只是提供RPC服务,可以不用占用web启动的端口,此时spring boot 不占用web端口的方式就派上用场了,但是spring boot 1.x与spring boot 2.x的配置是有区别的,在使用时一定要注意一原创 2021-07-02 16:47:32 · 1897 阅读 · 0 评论 -
Maven多模块项目创建至打包运行流程&&java启动jar包中的指定类
SpringBoot+Maven多模块项目(创建、依赖、打包可执行jar包部署测试)完整流程参考文章:https://blog.csdn.net/baidu_41885330/article/details/81875395https://www.jianshu.com/p/6c1c441ca487SpringBoot+Maven多模块项目 打jar可执行包https://www.cnblogs.com/expiator/p/9926428.htmlidea使用maven打包jar包ht原创 2021-07-02 16:36:36 · 506 阅读 · 0 评论 -
SpringBoot整合log4j2
原先有一段时间在整合SpringBoot和Flink1.10上花了一些时间,结果以失败告终。中间碰到很多问题。把目前能记住印象最深的记录下:1.log4j2和logback jar包冲突问题。出错当时没有截图,哎,有点遗憾…解决方式很简单,全局排除spring-boot-starter-logging内的所有依赖 <!--全局排除spring-boot-starter-logging内的所有依赖--> <dependency>原创 2021-07-02 16:16:53 · 257 阅读 · 0 评论 -
往公司gitlab上提交新建的一个flink工程时,提示HTTP 413 curl 22 The requested URL returned error
问题git push -u origin masterEnumerating objects: 281, done.Counting objects: 100% (281/281), done.Delta compression using up to 8 threadsCompressing objects: 100% (254/254), done.Writing objects: 100% (281/281), 98.58 MiB | 21.57 MiB/s, done.Total 2转载 2021-06-23 10:39:58 · 196 阅读 · 0 评论 -
flink maven 工程加hive-exec依赖时 org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde下载不下来
问题Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in aliyun (http://maven.aliyun.com/nexus/content/groups/public/)解决方法:1.到maven中央仓库或pentaho nexus网站上下载pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde jar包,存在自己本地的maven仓库中。原创 2021-06-23 10:15:15 · 854 阅读 · 0 评论