Hive入門及經常使用指令

Hive 最近在公司實習,對hive進行了學習,作了些整理的筆記。php 基礎命令 show databases; # 查看某個數據庫 use 數據庫; # 進入某個數據庫 show tables; # 展現全部表 desc 表名; # 顯示錶結構 show partitions 表名; # 顯示錶名的分區 show create table_name;
相關文章
相關標籤/搜索