Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9FCBD200BD5 for ; Thu, 8 Dec 2016 15:01:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9E7C1160B1E; Thu, 8 Dec 2016 14:01:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EFD0E160B1F for ; Thu, 8 Dec 2016 15:01:06 +0100 (CET) Received: (qmail 75617 invoked by uid 500); 8 Dec 2016 14:01:05 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 75080 invoked by uid 99); 8 Dec 2016 14:01:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2016 14:01:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 390362C03E9 for ; Thu, 8 Dec 2016 14:01:05 +0000 (UTC) Date: Thu, 8 Dec 2016 14:01:05 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13867) FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Dec 2016 14:01:07 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732291#comment-15732291 ] Hudson commented on HADOOP-13867: --------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10970 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10970/]) HADOOP-13867. FilterFileSystem should override rename(.., options) to (brahma: rev 0ef796174ecb5383f79cfecfcbfc4f309d093cd7) * (edit) hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FilterFileSystem.java * (edit) hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFilterFileSystem.java > FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations > --------------------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-13867 > URL: https://issues.apache.org/jira/browse/HADOOP-13867 > Project: Hadoop Common > Issue Type: Bug > Reporter: Vinayakumar B > Assignee: Vinayakumar B > Fix For: 2.9.0, 3.0.0-alpha2 > > Attachments: HADOOP-13867-01.patch > > > HDFS-8312 Added Rename.TO_TRASH option to add a security check before moving to trash. > But for FilterFileSystem implementations since this rename(..options) is not overridden, it uses default FileSystem implementation where Rename.TO_TRASH option is not delegated to NameNode. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org