From core-dev-return-54339-apmail-hadoop-core-dev-archive=hadoop.apache.org@hadoop.apache.org Mon Nov 03 02:59:11 2008 Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 21013 invoked from network); 3 Nov 2008 02:59:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 02:59:10 -0000 Received: (qmail 98207 invoked by uid 500); 3 Nov 2008 02:59:11 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 98175 invoked by uid 500); 3 Nov 2008 02:59:10 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 98164 invoked by uid 99); 3 Nov 2008 02:59:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 18:59:10 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 02:58:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 317B0234C265 for ; Sun, 2 Nov 2008 18:58:44 -0800 (PST) Message-ID: <183629593.1225681124198.JavaMail.jira@brutus> Date: Sun, 2 Nov 2008 18:58:44 -0800 (PST) From: "Kan Zhang (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4575) An independent HTTPS proxy for HDFS In-Reply-To: <1151774430.1225681004253.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Zhang updated HADOOP-4575: ------------------------------ Attachment: lib.tgz > An independent HTTPS proxy for HDFS > ----------------------------------- > > Key: HADOOP-4575 > URL: https://issues.apache.org/jira/browse/HADOOP-4575 > Project: Hadoop Core > Issue Type: New Feature > Reporter: Kan Zhang > Assignee: Kan Zhang > Fix For: 0.20.0 > > Attachments: lib.tgz > > > Currently, an HDFS cluster itself exposes an HTTP/HTTPS interface for reading files (i.e., HFTP/HSFTP). However, there is a need for an HTTPS proxy server running independently from the cluster and serving data to users who otherwise can't access the cluster directly. This proxy will authenticate its users via SSL certificates and implements the HSFTP interface for reading files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.