刪除hive內部表指定前n天的分區,刪除hive外部表指定前n天的分區以及hdfs的數據

#!/bin/sh #date:2019-01-17 #creator:xxxxxxx #useto:刪除hive內部表指定前n天的分區,刪除hive外部表指定前n天的分區以及hdfs的數據(刪除數據有兩種:一種是根據文件名,一種是根據更新日期)。執行二者的前提爲必須以日期爲分區 source ~/.bashrc # 當前時間戳 today_timestamp=$(date -d "$(date
相關文章
相關標籤/搜索