
hive
文章平均质量分 70
三生暮雨渡瀟瀟
无善无恶心之体 有善有恶意之动 知善知恶是良知 为善去恶是格物
展开
-
Hive工作所遇问题之Hive -e命令中使用正则表达式问题
今天工作因为之前建表时,看不到数据,导致建表的字段格式有问题,然后使用split函数拆分时,发现是正则表达式使用的问题。下面来说明问题。原创 2025-03-26 21:33:35 · 422 阅读 · 0 评论 -
hive之lag函数
hivedelag函数 lag函数原创 2025-03-02 16:22:49 · 1361 阅读 · 0 评论 -
Hive之正则表达式RLIKE详解及示例
hive正则表达式 hive的RLIKE原创 2025-03-02 14:22:17 · 1181 阅读 · 0 评论 -
Hive之正则表达式
hive的正则表达式 hive的REGEXP_REPLACE hive的regexp_extract原创 2025-03-02 13:54:40 · 1539 阅读 · 0 评论 -
HiveSQL之collect_set()/collect_list()聚合函数
Hive collect_set() collect_list() Hive实现listagg函数原创 2025-03-01 22:47:36 · 1448 阅读 · 0 评论 -
解决Hive:org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many counters: 121 max=120
hivesql org.apache.hadoop.mapreduce.counters.LimitExceededException: Too many counters: 121 max=120原创 2025-01-21 22:38:54 · 192 阅读 · 0 评论 -
解决HiveSQL查询出现Java.lang.OutMemoryError.java heap space
HiveSQL查询,报错Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask Hive查询内存溢出原创 2025-01-21 22:03:17 · 883 阅读 · 0 评论 -
Hive的数据存储格式
Hive存储格式 Hive建表格式原创 2024-10-28 17:08:25 · 1084 阅读 · 0 评论 -
Hive SQL调优,distict去重效率竟然比group by高?union该如何优化?
hive优化 Hive SQL调优原创 2024-10-23 20:12:38 · 754 阅读 · 0 评论 -
hive中date_add的一点小说明
hive 日期函数 date_add原创 2024-10-17 15:18:29 · 960 阅读 · 0 评论 -
oracle和hive之间关于sql的语法差异及转换
Oracle与hive相互转换原创 2024-10-17 11:28:22 · 1645 阅读 · 1 评论 -
Apache Hive3.1.3 遇到DATE_FORMAT转换2021年12月格式的问题
比如:需要将时间2021-12-28 00:00:00转换成2021-12的格式,用date_format会将2021-12转换成2022-12的问题。原创 2023-11-30 21:23:33 · 670 阅读 · 0 评论 -
The file that you are trying to load does not match the file format of the destination table
SQL 错误 [40000] [42000]: Error while compiling statement: FAILED: SemanticException Unable to load data to destination table. Error: The file that you are trying to load does not match the file format of the destination table.原创 2023-11-12 17:34:56 · 719 阅读 · 0 评论