Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97F0811472 for ; Tue, 23 Sep 2014 20:30:34 +0000 (UTC) Received: (qmail 9645 invoked by uid 500); 23 Sep 2014 20:30:34 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 9594 invoked by uid 500); 23 Sep 2014 20:30:34 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 9582 invoked by uid 99); 23 Sep 2014 20:30:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 20:30:34 +0000 Date: Tue, 23 Sep 2014 20:30:34 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11119) TrashPolicyDefault init pushes messages to command line MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145379#comment-14145379 ] Allen Wittenauer commented on HADOOP-11119: ------------------------------------------- Better yet: {code} bin/hadoop fs -rm -r /a? 14/09/23 13:28:07 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 0 minutes, Emptier interval = 0 minutes. Deleted /a1 14/09/23 13:28:07 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 0 minutes, Emptier interval = 0 minutes. Deleted /a2 14/09/23 13:28:07 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 0 minutes, Emptier interval = 0 minutes. Deleted /a3 14/09/23 13:28:07 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 0 minutes, Emptier interval = 0 minutes. Deleted /a4 {code} > TrashPolicyDefault init pushes messages to command line > ------------------------------------------------------- > > Key: HADOOP-11119 > URL: https://issues.apache.org/jira/browse/HADOOP-11119 > Project: Hadoop Common > Issue Type: Bug > Reporter: Allen Wittenauer > Priority: Minor > > During a fresh install of trunk: > {code} > aw-mbp-work:hadoop-3.0.0-SNAPSHOT aw$ bin/hadoop fs -put /etc/hosts /tmp > aw-mbp-work:hadoop-3.0.0-SNAPSHOT aw$ bin/hadoop fs -rm /tmp/hosts > 14/09/23 13:05:46 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 0 minutes, Emptier interval = 0 minutes. > Deleted /tmp/hosts > {code} > The info message for the Namenode trash configuration isn't very useful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)