摘要: 环境:maven3.6.3、jdk1.8、已在settings.xml加入阿里云镜像源 1. 加载pom.xml的依赖包azkaban失败,出现以下错误: Cannot resolve /usr/local/maven3.6.3/maven_repo/com/linkedin/azkaban/azk 阅读全文
posted @ 2022-03-11 23:43 递茶大户 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 终端执行systemctl start supervisord,遇到错误 Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut thi 阅读全文
posted @ 2022-03-11 22:05 递茶大户 阅读(1497) 评论(0) 推荐(0) 编辑
摘要: 1. 在${AZKABAN_HOME}/bin目录下启动azkaban 2. 查看log文件webServerLog_xxxxxx.out 在log文件中找不到钉钉机器人的相关服务 3. 解决方法 3.1 在${AZKABAN_HOME}目录下启动azkaban 3.2 查看log文件webServ 阅读全文
posted @ 2022-03-10 21:23 递茶大户 阅读(162) 评论(2) 推荐(0) 编辑
摘要: 1. Hive初始化mysql数据库 [root@sam02 hive1.2]# schematool -initSchema -dbType mysql 2. 出错 Metastore connection URL: jdbc:mysql://sam03:3306/hive1?createData 阅读全文
posted @ 2022-03-10 20:18 递茶大户 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: 环境:hive2.1.1 1.Azkaban通过hive连接mysql,出现以下错误 WARNING: Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using 阅读全文
posted @ 2022-03-10 19:56 递茶大户 阅读(1912) 评论(0) 推荐(0) 编辑
摘要: #beeline通过hive连接mysql,建表的错误 1. 终端输入 beeline -u jdbc:hive2://sam02:10000 -n root 2. 输入以下建表语句 CREATE EXTERNAL TABLE if not exists news ( project string, 阅读全文
posted @ 2022-03-10 16:27 递茶大户 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 1.使用maven-assembly-plugin报错 2. 解决方法 2.1在pom.xml添加依赖 <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifa 阅读全文
posted @ 2022-03-08 22:14 递茶大户 阅读(3067) 评论(0) 推荐(0) 编辑
摘要: BUG如下 三月 07, 2022 10:28:52 下午 topsdk logApiError 严重: 2022-03-07 22:28:52.638^_^_dingtalk_^_^dingtalk.oapi.robot.send^_^172.22.192.106^_^Mac OS X^_^475 阅读全文
posted @ 2022-03-07 22:38 递茶大户 阅读(3047) 评论(0) 推荐(0) 编辑
摘要: 1. 环境:jdk1.8、maven3.8.3、idea2021版 2. settings.xml配置如下 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSc 阅读全文
posted @ 2022-03-07 16:34 递茶大户 阅读(6572) 评论(0) 推荐(0) 编辑
摘要: 环境:Mac系统、jdk1.8、maven3.8.4 终端输入mvn -v出现: The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this 阅读全文
posted @ 2022-03-05 16:07 递茶大户 阅读(3091) 评论(0) 推荐(0) 编辑