Fork me on GitHub
摘要: Hive中执行SQL语句时,出现类似于“Display all 469 possibilities? (y or n)”的错误, 根本原因是因为SQL语句中存在tab键导致,tab键在linux系统中是有特殊含义的。 查询 1. 基本查询 desc formatted stu_buck; desc 阅读全文
posted @ 2019-02-16 13:25 kris12 阅读(1015) 评论(0) 推荐(0)
摘要: 1. Hive数据类型 基本数据类型 Hive数据类型 Java数据类型 长度 例子 TINYINT byte 1byte有符号整数 20 SMALINT short 2byte有符号整数 20 INT int 4byte有符号整数 20 BIGINT long 8byte有符号整数 20 BOOL 阅读全文
posted @ 2019-02-16 13:24 kris12 阅读(518) 评论(0) 推荐(0)
levels of contents