hadoop添加垃圾回收站 管用

在core-site.xml中增加如下配置,表明rm后会在trash中保留多少分钟:

<property>
<name>fs.trash.interval</name>
<value>10080</value>
<description>
Number of minutes between trash checkpoints. If zero, the trash feature is disabled
</description>
</property>

hadoop的这个默认值是0.所以需要设置。

posted @ 2012-04-11 09:37  ccmaotang  阅读(356)  评论(0编辑  收藏  举报