hadoop添加垃圾回收站 管用

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)