一点一滴

“Hive”

hive

hive--调优

set hive.mapred.mode=nonstrict;set hive.auto.convert.join=true;set hive.merge.orcfile.stripe.leve...

Hive--踩过的坑

1.这两天在做hive集群迁移 hive1.2迁移至hive 2.1,在做迁移的过程中遇到一个问题Exception in thread "main" java.lang.A...

Hive--元数据库

1.BUCKETING_COLS描述了所有采用了分桶技术的SDS表名BUCKETING_COLS 字段类型名称备注SD_IDBIGINT(20)唯一标记一个数据存储记录 BUCKET_COL_...

hive 字符串函数

字符串函数字符串长度函数:length语法: length(string A) 返回值: int 说明:返回字符串A的长度 举例: hive> select length(...

HIVE 时间操作函数

1.日期函数UNIX时间戳转日期函数from_unixtime语法: from_unixtime(bigint unixtime[, string format])返回值: string说明...