Hive 常用命令 1.hive模糊搜索表 show tables like '*name*';2.查看表結構信息 desc formatted table_name; desc table_name;3.查看 ...