Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24C9BE2FC for ; Fri, 8 Feb 2013 16:50:53 +0000 (UTC) Received: (qmail 17116 invoked by uid 500); 8 Feb 2013 16:50:48 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 16980 invoked by uid 500); 8 Feb 2013 16:50:47 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 16972 invoked by uid 99); 8 Feb 2013 16:50:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 16:50:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-ia0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 16:50:41 +0000 Received: by mail-ia0-f172.google.com with SMTP id u8so4365584iag.17 for ; Fri, 08 Feb 2013 08:50:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=rQgnBv28MaBvMUibv23mByXlLfDqVUC11zMPSpaeBB8=; b=KeNHQ+aKUP7dKoMbbZxOKhV06YY6JCtlKTtKVG5ROqDVMXyzUXvFy4xdZTG0Qtp8bQ rRfkly3cNao6bwi2OBMZNkH/BBXc1wdEfIZwbxLcLYTfdK2aM1Oh6Mp69KzzGWlUoNOq lhyaeFr6B+nRPVJsqBuFLrNjunZFsVWvAXrKr/uRs2zZChixLFTT4fiZfXiCHiamnJJn 2WLN98NSES99GpTm0QZa0CCNd92/kE6KZEaMgpwB+Jjz78OnZyPPeP5+et4eNpU80ESf s156STYX1LV+15G26eYhK94gz+aS7J9leCKhjOVodR+RvYcnz4mGgcok9u5VdrLCvUrV juVQ== X-Received: by 10.50.179.100 with SMTP id df4mr3634489igc.60.1360342219711; Fri, 08 Feb 2013 08:50:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.91.161 with HTTP; Fri, 8 Feb 2013 08:49:59 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Fri, 8 Feb 2013 22:19:59 +0530 Message-ID: Subject: Re: How to installl FUSE with Hadoop 1.0.x? To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlHUW/G3p4CsywANKdmY3wrjAtAT/F7JXVQlh381Pil+1fwifhjmspJnLE0a+jQOvjglnO7 X-Virus-Checked: Checked by ClamAV on apache.org I recall having mentioned it before, but why not use the Apache Bigtop RPM/DEB build scripts to generate all these binaries in good package form for yourself? It also builds up the fuse extensions and has clearer dependencies/build-process. Check out their 0.3.x branches for 1.x specific build scripts via http://bigtop.apache.org Otherwise, the path you're already following (i.e. ant native builds) is the correct one and you should be able to get a successful result if you have all the necessary dependencies. On Fri, Feb 8, 2013 at 10:00 PM, Jean-Marc Spaggiari wrote: > Hi, > > I'm wondering what's the best way to install FUSE with Hadoop 1.0.3? > > I'm trying to follow all the steps described here: > http://wiki.apache.org/hadoop/MountableHDFS but it's failing on each > one, taking hours to fix it and move to the next one. > > So I think I'm following the wrong path. There should be an easier > solution to install that. > > I tried the fuse-j-hadoopfs option too, but the JAR is no more > available when we try to build. > > Does anyone have already setup FUSE with Hadoop 1.0.x? > > Thanks, > > JM -- Harsh J