1、在hive中知道一个表的存储路径可以通过hive命令   desc formatted table_name 显示表的详细信息;

2、然后找到该表的存储路径 "Location:    " "hdfs://nameservice/user/*"

3、利用hadoop fs -du  -s -h location  查看该表的大小 

相关文章:

  • 2022-01-10
  • 2022-01-13
  • 2022-02-19
  • 2021-09-04
  • 2022-12-23
  • 2021-04-02
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-12-24
  • 2021-09-12
相关资源
相似解决方案