Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 68448 invoked from network); 11 Dec 2009 05:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 05:45:42 -0000 Received: (qmail 34477 invoked by uid 500); 11 Dec 2009 05:45:42 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 34370 invoked by uid 500); 11 Dec 2009 05:45:40 -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 34353 invoked by uid 99); 11 Dec 2009 05:45:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 05:45:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Fri, 11 Dec 2009 05:45:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30EC9234C04C for ; Thu, 10 Dec 2009 21:45:18 -0800 (PST) Message-ID: <1819205045.1260510318185.JavaMail.jira@brutus> Date: Fri, 11 Dec 2009 05:45:18 +0000 (UTC) From: "Eli Collins (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6421) Symbolic links In-Reply-To: <789869504.1260323298357.JavaMail.jira@brutus> 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-6421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789124#action_12789124 ] Eli Collins commented on HADOOP-6421: ------------------------------------- By the way, I ended up shelling out to implement createSymlink, getLinkTarget and getFileLinkStatus. I also wrote an implementation that avoids this by making a NativeCall class that makes jni calls to {{link}}, {{readlink}} etc but integrating it into the native build was a pain. Does anyone know why all the auto-generated build files are checked in to src/native? > Symbolic links > -------------- > > Key: HADOOP-6421 > URL: https://issues.apache.org/jira/browse/HADOOP-6421 > Project: Hadoop Common > Issue Type: New Feature > Reporter: Eli Collins > Assignee: Eli Collins > Attachments: symlink-25-common.patch, symlink24-common.patch > > > Here's a jira for the common parts of HDFS-245, mostly changes to FileContext and AbstractFileSystem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.