Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 94A3910817 for ; Tue, 7 May 2013 14:07:22 +0000 (UTC) Received: (qmail 76315 invoked by uid 500); 7 May 2013 14:07:22 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 76283 invoked by uid 500); 7 May 2013 14:07:22 -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 76262 invoked by uid 99); 7 May 2013 14:07:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 14:07:21 +0000 Date: Tue, 7 May 2013 14:07:21 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-9483) winutils support for readlink command 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-9483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650833#comment-13650833 ] Hudson commented on HADOOP-9483: -------------------------------- Integrated in Hadoop-Mapreduce-trunk #1418 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1418/]) HADOOP-9483. Adding a file missed in previous commit r1478592 (Revision 1478633) HADOOP-9483. winutils support for readlink command. Contributed by Arpit Agarwal. (Revision 1478592) Result = SUCCESS suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1478633 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/winutils/readlink.c suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1478592 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/winutils/include/winutils.h * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/winutils/main.c * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/winutils/winutils.vcxproj * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestWinUtils.java > winutils support for readlink command > ------------------------------------- > > Key: HADOOP-9483 > URL: https://issues.apache.org/jira/browse/HADOOP-9483 > Project: Hadoop Common > Issue Type: Improvement > Components: util > Affects Versions: 3.0.0 > Reporter: Chris Nauroth > Assignee: Arpit Agarwal > Fix For: 3.0.0 > > Attachments: HADOOP-9483.003.patch, HADOOP-9483.004.patch, HADOOP-9483.005.patch, HADOOP-9483.007.patch, HADOOP-9483.patch, HADOOP-9483.patch > > > The current codebase relies on the Unix readlink command to determine the target of a symlink on the local file system. winutils currently does not support this functionality on Windows. Adding the command to winutils will prevent the need to use GnuWin32 or Cygwin for readlink support. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira