上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 49 下一页
摘要: #!/usr/bin/python # -*- coding:utf-8 -*- ''' 功能: 1. 取消内存占用超过一定值 执行时间超过一定值 查杀某些用户的任务 排除某些查询ID 用例: #取消查询QUERY,用户是zhagnwei 超过时间:10s 内存超过1E7 python cancle 阅读全文
posted @ 2020-09-01 10:02 醉城、 阅读(723) 评论(0) 推荐(0) 编辑
摘要: 存储单位是一种计量单位。指在某一领域以一个特定量,或标准做为一个记录(计数)点。再以此点的某个倍数再去定义另一个点,而这个点的代名词就是计数单位或存储单位。位(bit):二进制数中的一个数位,可以是0或者1,是计算机中数据的最小单位。字节(Byte,B):计算机中数据的基本单位,每8位组成一个字节。 阅读全文
posted @ 2020-08-26 11:32 醉城、 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 涉及的函数date_format(date, format) 函数unix_timestamp() 函数str_to_date(str, format) 函数from_unixtime(unix_timestamp, format) 函数1.字符串转化成时间select str_to_date('2 阅读全文
posted @ 2020-08-24 14:54 醉城、 阅读(2111) 评论(0) 推荐(0) 编辑
摘要: impala中拼接字符串的函数: concat(string a, string b...) Purpose: Returns a single string representing all the argument values joined together. Return type: str 阅读全文
posted @ 2020-06-17 18:37 醉城、 阅读(8076) 评论(0) 推荐(0) 编辑
摘要: 问题: 我想修改 a.sql 的指定字符串 文件如下: INSERT OVERWRITE WF_STUDIO_H( `WFID` ,`WFNAME` ,`WFSIGN` ,`WFSORT` ,`WFFOLDER` )PARTITION(dt = cast ('3000-12-31' as varch 阅读全文
posted @ 2020-06-05 17:40 醉城、 阅读(7279) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 49 下一页