RE: Trash option in hadoop-site.xml configuration.

2008-03-20 Thread dhruba Borthakur
by fs.trash.interval on the namenode. hope this helps, dhruba -Original Message- From: Taeho Kang [mailto:[EMAIL PROTECTED] Sent: Thu 3/20/2008 1:53 AM To: core-user@hadoop.apache.org Subject: Re: Trash option in hadoop-site.xml configuration. Thank you for the clarification. Here is

Re: Trash option in hadoop-site.xml configuration.

2008-03-20 Thread Taeho Kang
Thank you for the clarification. Here is my another question. If two different clients ordered "move to trash" with different interval, (e.g. client #1 with fs.trash.interval = 60; client #2 with fs.trash.interval = 120) what would happen? Does namenode keep track of all these info? /Taeho On

RE: Trash option in hadoop-site.xml configuration.

2008-03-19 Thread dhruba Borthakur
The "trash" feature is a client side option and depends on the client configuration file. If the client's configuration specifies that "Trash" is enabled, then the HDFS client invokes a "rename to Trash" instead of a "delete". Now, if "Trash" is enabled on the Namenode, then the Namenode periodical