hive>show databases;
hive>use databasename;
hive>show create table tablename; --查看table的存储路径
hive>desc tablename; --查看table的表结构
hive>show functions; --查看所有的hive函数

 

desc formatted dev.dev_jypt_jiadian_cate3_pred_res_20181116_8000  路径在location那

相关文章:

  • 2021-07-14
  • 2022-02-27
  • 2021-12-18
  • 2022-01-01
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
猜你喜欢
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
相关资源
相似解决方案