Hive入門及經常使用指令

Hive show databases; # 查看某個數據庫 use 數據庫; # 進入某個數據庫 show tables; # 展現全部表 desc 表名; # 顯示錶結構 show partitions 表名; # 顯示錶名的分區 show create table_name; # 顯示建立表的結構php 建表語句 內部表 use xxdb; create table xxx;html 建立一
相關文章
相關標籤/搜索