Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19B6FCF7F for ; Mon, 9 Jul 2012 01:24:18 +0000 (UTC) Received: (qmail 43418 invoked by uid 500); 9 Jul 2012 01:24:12 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 43235 invoked by uid 500); 9 Jul 2012 01:24:12 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 43217 invoked by uid 99); 9 Jul 2012 01:24:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 01:24:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pb0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 01:24:05 +0000 Received: by pbbrq8 with SMTP id rq8so21744802pbb.35 for ; Sun, 08 Jul 2012 18:23:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=N8PrGyXKclQ3ghCUZrFM+ZcHYvDfCzw+Fq34Ka5CUX0=; b=RxE7BR1tIHLkpBwGCNUsnRSTmaX6avr/JSvcmgKLLFd4WkQ2hb78eVmo6TS8WCQsWK nGvfpDdW9r0aBuWtbEXnvxkfCySBRC5bhtzF4+OTx8WitCgYt3QwNbSSl6YOaZjS7jkJ a6CoPPiBbUEo2zpZ+BqEYd35ZoA6IQNcaRUp0xOsNQFczjy/S+RD4yORfOEMaseM+yhI iElrIDU3s3lShRYz3Yd54EkHJndO/B0EPIg3abo6RH92BIXZc9rdWty5o2BSve+z0pNi IXnYx7iUPZSvZaKC5/hFsbvs7ZnkOvG33Jesk57Aq8z11VYHorA4om6EYxvPZmgl+cC/ OHCg== Received: by 10.68.224.70 with SMTP id ra6mr55074235pbc.11.1341797025482; Sun, 08 Jul 2012 18:23:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.134.6 with HTTP; Sun, 8 Jul 2012 18:23:25 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Mon, 9 Jul 2012 06:53:25 +0530 Message-ID: Subject: Re: fs.trash.interval To: common-user@hadoop.apache.org Cc: abhishek.dodda1@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQly8ACWecwRNGFwGJhVkpS1cBPuYF7INqgh+OYwoWuHDyS8I3nm36My6VkB2bUdv36hoG3K X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm not sure why you're asking how to stop. Can you not ^C (Ctrl-C) the running 'hadoop fs -rm' command and start over? ^C hadoop fs -rm -skipTrash /path hadoop fs -rm -skipTrash .Trash Also, please send user queries to the common-user@ group, not the common-dev@ group, which is for project development. On Mon, Jul 9, 2012 at 2:58 AM, abhiTowson cal wrote: > Hi, > We have very large sample dataset to delete from HDFS. But we dont > need this data to be in trash (trash interval is enabled). > Unfortunately we started deleting data without skip trash option. It's > taking very long time to move data into trash. Can you please help me > how to stop this process of deleting and restart process with skip > trash?? -- Harsh J