Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 720F8DA84 for ; Tue, 31 Jul 2012 08:36:39 +0000 (UTC) Received: (qmail 74827 invoked by uid 500); 31 Jul 2012 08:36:39 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 74582 invoked by uid 500); 31 Jul 2012 08:36:38 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 74468 invoked by uid 99); 31 Jul 2012 08:36:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 08:36:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 142CC142855 for ; Tue, 31 Jul 2012 08:36:36 +0000 (UTC) Date: Tue, 31 Jul 2012 08:36:36 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1189511105.120542.1343723796084.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1659295516.36270.1342024654810.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HDFS-3637) Add support for encrypting the DataTransferProtocol 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/HDFS-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HDFS-3637: --------------------------------- Attachment: HDFS-3637.patch Identical to the last patch, but fixes the findbugs warning. > Add support for encrypting the DataTransferProtocol > --------------------------------------------------- > > Key: HDFS-3637 > URL: https://issues.apache.org/jira/browse/HDFS-3637 > Project: Hadoop HDFS > Issue Type: New Feature > Components: data-node, hdfs client, security > Affects Versions: 2.0.0-alpha > Reporter: Aaron T. Myers > Assignee: Aaron T. Myers > Attachments: HDFS-3637.patch, HDFS-3637.patch, HDFS-3637.patch > > > Currently all HDFS RPCs performed by NNs/DNs/clients can be optionally encrypted. However, actual data read or written between DNs and clients (or DNs to DNs) is sent in the clear. When processing sensitive data on a shared cluster, confidentiality of the data read/written from/to HDFS may be desired. -- 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