You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/11/09 02:46:11 UTC

[jira] Updated: (HADOOP-6978) Add JNI support for secure IO operations

     [ https://issues.apache.org/jira/browse/HADOOP-6978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-6978:
--------------------------------

    Attachment: hadoop-6978.txt

Here's a patch against trunk. It's large due to regenerating autotools - I agree with a previous comment (I think by Arun) that we should stop checking this stuff in some day, but that's out of scope for this patch.

> 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: 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.