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 EE83A91D6 for ; Fri, 23 Sep 2011 20:31:47 +0000 (UTC) Received: (qmail 29122 invoked by uid 500); 23 Sep 2011 20:31:47 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 29094 invoked by uid 500); 23 Sep 2011 20:31:47 -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 29086 invoked by uid 99); 23 Sep 2011 20:31:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 20:31:47 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 20:31:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4A48AAE17F for ; Fri, 23 Sep 2011 20:31:26 +0000 (UTC) Date: Fri, 23 Sep 2011 20:31:26 +0000 (UTC) From: "Kihwal Lee (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <940324707.8001.1316809886300.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <152549619.13143.1315660988835.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (HDFS-2325) Fuse-DFS fails to build on Hadoop 20.203.0 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-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee reassigned HDFS-2325: -------------------------------- Assignee: Kihwal Lee > Fuse-DFS fails to build on Hadoop 20.203.0 > ------------------------------------------ > > Key: HDFS-2325 > URL: https://issues.apache.org/jira/browse/HDFS-2325 > Project: Hadoop HDFS > Issue Type: Bug > Components: contrib/fuse-dfs, libhdfs > Affects Versions: 0.20.203.0, 0.20.205.0 > Environment: Ubuntu 11.04, Linux 2.6.38-11-generic x86_64 > Reporter: Charles Earl > Assignee: Kihwal Lee > Priority: Blocker > Labels: hadoop, newbie > Original Estimate: 10m > Remaining Estimate: 10m > > In building fuse-dfs, the compile fails due to an argument mismatch between call to hdfsConnectAsUser on line 40 of src/contrib/fuse-dfs/src/fuse_connect.c and an earlier definition of hdfsConnectAsUser given in src/c++/libhdfs/hdfs.h. > I suggest changing hdfs.h. I made the following change in hdfs.h in my local copy: > 106c106,107 > < hdfsFS hdfsConnectAsUser(const char* host, tPort port, const char *user); > --- > > // hdfsFS hdfsConnectAsUser(const char* host, tPort port, const char *user); > > hdfsFS hdfsConnectAsUser(const char* host, tPort port, const char *user, const char** groups, int numgroups); > This new version successfully compiles. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira