我需要使用unixshell脚本选择和删除hive分区表中超过100天的hdfs文件吗?

wyyhbhjk  于 2021-05-27  发布在  Hadoop
关注(0)|答案(0)|浏览(295)

链接hdfs文件(图像/屏幕截图):

Below are the sample hdfs paths with partitioning details :

/user/hive/warehouse/mytable/year=2011/month=10/day=1
/user/hive/warehouse/mytable/year=2011/month=10/day=2
/user/hive/warehouse/mytable/year=2011/month=10/day=3

首先,我需要选择从当前日期起超过100天的文件,然后我需要使用删除 hdfs rm command .
我不想用alter table语句方法删除那些分区。我怎么用 for 使用shell脚本选择和删除循环?
既然我是用shell脚本开发的,你能帮我解决这个问题吗?
谢谢。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题