Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 67243 invoked from network); 24 Nov 2010 21:40:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 21:40:06 -0000 Received: (qmail 64253 invoked by uid 500); 24 Nov 2010 21:40:38 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 64231 invoked by uid 500); 24 Nov 2010 21:40:38 -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 64223 invoked by uid 99); 24 Nov 2010 21:40:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 21:40:37 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 21:40:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAOLeGlR007513 for ; Wed, 24 Nov 2010 21:40:17 GMT Message-ID: <19060874.294751290634816913.JavaMail.jira@thor> Date: Wed, 24 Nov 2010 16:40:16 -0500 (EST) From: "Devaraj Das (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6978) Add JNI support for secure IO operations 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-6978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HADOOP-6978: -------------------------------- Attachment: fstat.patch We could move the discussion/fix on the caching to a separate jira. In testing the patch, it was found that NativeIO fails when the map outputs are large. Owen fixed this issue (patch attached). We should include the fix in this patch. +1 on the patch otherwise. > Add JNI support for secure IO operations > ---------------------------------------- > > Key: HADOOP-6978 > URL: https://issues.apache.org/jira/browse/HADOOP-6978 > Project: Hadoop Common > Issue Type: New Feature > Components: io, native, security > Affects Versions: 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Critical > Fix For: 0.22.0 > > Attachments: fstat.patch, hadoop-6978.txt, hadoop-6978.txt > > > In support of MAPREDUCE-2096, we need to add some JNI functionality. In particular, we need the ability to use fstat() on an open file stream, and to use open() with O_EXCL, O_NOFOLLOW, and without O_CREAT. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.