摘要: 1、查看hive表对应的HDFS文件存储路径 hive>show create table tableName; -- 此命令查看建表的最详细信息 2、hive命令行中查看HDFS目录信息 hive>dfs -ls /; 阅读全文
posted @ 2021-05-08 15:31 再见傅里叶 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1、分区与分桶的区别 2、hive建表demo create table test11(`id` string comment '唯一',`time` timestamp comment '时间')comment '测试表'partitioned by (dt string comment '分区' 阅读全文
posted @ 2021-05-08 15:28 再见傅里叶 阅读(223) 评论(0) 推荐(0) 编辑