hive -e “set hive.cli.print.header=false;
show partitions app.xxx;” | tail -1 | cut -d’=’ -f2 | cut -c -10
查询最新分区
最新推荐文章于 2024-08-01 04:39:02 发布
hive -e “set hive.cli.print.header=false;
show partitions app.xxx;” | tail -1 | cut -d’=’ -f2 | cut -c -10