摘要: package com.audaque.udf; import org.apache.hadoop.hive.ql.exec.UDF;import org.apache.hadoop.io.Text; import java.util.*;import java.util.regex.Matcher 阅读全文
posted @ 2024-12-19 15:51 似懂非懂视为不懂 阅读(6) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright 2023 tu.cn All right reserved. This software is the * confidential and proprietary information of tu.cn ("Confidential * Information"). 阅读全文
posted @ 2024-12-19 15:50 似懂非懂视为不懂 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package com.audaque.udf; import org.apache.hadoop.hive.ql.exec.UDF;import org.apache.hadoop.io.Text; import java.text.ParseException;import java.text. 阅读全文
posted @ 2024-12-19 15:50 似懂非懂视为不懂 阅读(12) 评论(0) 推荐(0) 编辑
摘要: package com.audaque.udf; import org.apache.hadoop.hive.ql.exec.UDF;import org.apache.hadoop.io.Text; import java.text.ParseException;import java.text. 阅读全文
posted @ 2024-12-19 15:49 似懂非懂视为不懂 阅读(9) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright 2023 tu.cn All right reserved. This software is the * confidential and proprietary information of tu.cn ("Confidential * Information"). 阅读全文
posted @ 2024-12-19 15:48 似懂非懂视为不懂 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashused=`free -m | awk 'NR==2' | awk '{print $3}'`free=`free -m | awk 'NR==2' | awk '{print $4}'`echo " " >> /tmp/mem.logdate >> /tmp/mem.loge 阅读全文
posted @ 2024-12-10 10:31 似懂非懂视为不懂 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 创建mkdir genHttpsCert.sh文件并插入以下内容。 执行方式 sh genHttpsCert.sh [ip1,ip2……ipn] #!/bin/bash cur_dir=$(cd `dirname $0`; pwd) ssl_dir=$cur_dir"/ssl" mkdir "$ss 阅读全文
posted @ 2024-12-10 10:27 似懂非懂视为不懂 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 移除无效consul中的无效服务1、查询,找到对应的ServiceIDhttps://172.16.44.200:28500/v1/health/state/critical2、移除curl -k -X PUT -u audaque:Huaao@123 https://172.16.44.200:2 阅读全文
posted @ 2024-12-10 10:22 似懂非懂视为不懂 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 达梦相关的:create user DM_GUEST identified by dm2023###;grant SOI to DM_GUEST; 要通过数字重庆的产品访问表及字段:grant select on DBA_OBJECTS to DM_GUEST;grant select on DBA 阅读全文
posted @ 2024-12-10 10:20 似懂非懂视为不懂 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 默认单元配置文件 - /usr/lib/systemd/system运行时的配置文件 - /run/systemd/system系统特定的配置文件 - /etc/systemd/system 阅读全文
posted @ 2024-12-10 10:18 似懂非懂视为不懂 阅读(6) 评论(0) 推荐(0) 编辑