目录

 

hive get all tables by given database

hive get all table structure by given database and table files

improved structure


hive get all tables by given database

  • Given a database
  • If not given save file, then use ./${database-name}-all-tables.csv default

hive 命令集合

hive get all table structure by given database and table files

  • Given a database
  • Get all tables and save into file
  • generate show create table sqls
  • run all sqls

hive 命令集合

improved structure

  • Given export table structure file
  • remove no-need contents
  • set parquest or textfile

hive 命令集合

相关文章: