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 6D80CC232 for ; Tue, 17 Jul 2012 03:06:40 +0000 (UTC) Received: (qmail 38922 invoked by uid 500); 17 Jul 2012 03:06:38 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 38819 invoked by uid 500); 17 Jul 2012 03:06:37 -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 38495 invoked by uid 99); 17 Jul 2012 03:06:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 03:06:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 193FC1427F2 for ; Tue, 17 Jul 2012 03:06:36 +0000 (UTC) Date: Tue, 17 Jul 2012 03:06:36 +0000 (UTC) From: "nemon lou (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <930498049.61977.1342494396105.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HADOOP-8602) Passive mode support for FTPFileSystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 nemon lou created HADOOP-8602: --------------------------------- Summary: Passive mode support for FTPFileSystem Key: HADOOP-8602 URL: https://issues.apache.org/jira/browse/HADOOP-8602 Project: Hadoop Common Issue Type: Improvement Components: fs Affects Versions: 2.0.0-alpha, 1.0.3 Reporter: nemon lou Priority: Minor FTPFileSystem uses active mode for default data connection mode.We shall be able to choose passive mode when active mode doesn't work (firewall for example). My thoughts is to add an option "fs.ftp.data.connection.mode" in core-site.xml.Since FTPClient(in org.apache.commons.net.ftp package) already supports passive mode, we just need to add a few code in FTPFileSystem .connect() method. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira