摘要: 1、需求:业务中需要将发票开具明细作为发票开具表中一个字段,使用hive中array嵌套map解决该问题 2、创建hive表 1 CREATE TABLE `51fp_tmp`.`test`( 2 `fp_dm` string, 3 `mxList` array<map<string,string> 阅读全文
posted @ 2022-01-06 16:22 sunshineD 阅读(1155) 评论(0) 推荐(0)
摘要: 1 netstat -antp | grep 10950 //查询10950端口运行的进程 2 ps -ef |grep 27981 //查询这个进程运行的服务 阅读全文
posted @ 2022-01-06 14:08 sunshineD 阅读(2353) 评论(0) 推荐(0)