知道

安装日志审计服务 audit yum install audit 2. 启动 audit后台守护进程auditd systemctl start auditd systemctl enable auditd systemctl status auditd audit配置文件路径 /etc/audit...

查看更多
分享
头像随风提问于 2024年09月19日
69浏览
1点赞

Hive表小文件合并-表数据覆盖重写: tablename=$1 #带库名的表面 dateStr=$2 #需要过滤的分区子字符串 # 列出所有分区进行grep分区 for i in `hive -e "show partitions $tablename" | grep $dateStr` do ...

查看更多
已采纳 分享
头像海星之梦提问于 2024年07月22日
130浏览
1回答