lenmom

博客园 首页 新随笔 联系 订阅 管理

2019年11月25日 #

摘要: logstash日志采集工具的安装部署 阅读全文
posted @ 2019-11-25 22:05 老董 阅读(157) 评论(0) 推荐(0)

摘要: https://www.cnblogs.com/niutao/p/10548003.html 1. maven导入avro dependency 2. maven导入avro的构建插件 3. 在${project.basedir}/src/main/avro/ 下导入json文件,就是所谓的数据sc 阅读全文
posted @ 2019-11-25 13:49 老董 阅读(497) 评论(0) 推荐(0)

摘要: 在SpringBoot上使用spark的时候会遇到的混合编译问题,在java代码中打包会找不到scala定义的包,即可参考使用如下配置。 or reference: https://www.jianshu.com/p/c2f4f14200b1 https://www.cnblogs.com/shen 阅读全文
posted @ 2019-11-25 11:24 老董 阅读(4019) 评论(0) 推荐(0)

摘要: 1. maven-jar-plugin configuration in pom.xml build->plugins->plugin node. then we can use java -jar assemble-file.jar to execute the application. note 阅读全文
posted @ 2019-11-25 11:07 老董 阅读(905) 评论(0) 推荐(0)