Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CE45E266 for ; Fri, 8 Feb 2013 16:31:22 +0000 (UTC) Received: (qmail 39290 invoked by uid 500); 8 Feb 2013 16:31:16 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 39164 invoked by uid 500); 8 Feb 2013 16:31:16 -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 39156 invoked by uid 99); 8 Feb 2013 16:31:16 -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:31:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 16:31:09 +0000 Received: by mail-wg0-f47.google.com with SMTP id dr13so3030255wgb.26 for ; Fri, 08 Feb 2013 08:30:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=Hksinkq7rmbLcUuKB7sJZPc0+7l2ow8bDEpNTxVuX70=; b=BZm2iQ7Fq081DXSsAytr8Nb8mpdA1O0GnNPGnWa+StkE5xuT/4kyjz1u7HwSoXmf4j vJ5OhM/QpQUm1MrVLaAO5nxOkGxqosQnCVnANF0SK1+GpquJd1O+VV4i9HZ1lSl1bYKn qVgiUZuQNr67iqBbNlWJvJt/EWr93GsNcsLOwqa+Lo/l77yYaZDnl8Bo9wPii2ATtnY1 wgL1jJNjd1222o1hULYJlAmUq1bQ5BSeBD1VpyJxJ3NNA1aGxcjsePV8GivweD11ukrW dbgIBY+FZLB7q1CEATZzfpPMG9hLEdLcgXHVUMmk3NWh2VYxXun45Ve7pgEsI/zUlQim Fmjg== MIME-Version: 1.0 X-Received: by 10.180.102.164 with SMTP id fp4mr3729560wib.1.1360341048450; Fri, 08 Feb 2013 08:30:48 -0800 (PST) Received: by 10.194.8.65 with HTTP; Fri, 8 Feb 2013 08:30:48 -0800 (PST) Date: Fri, 8 Feb 2013 11:30:48 -0500 Message-ID: Subject: How to installl FUSE with Hadoop 1.0.x? From: Jean-Marc Spaggiari To: user Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQm0dfP8i1HmGCqMlaO3xDLxZB+Kt8ZgA8VxT6h2LqS4FEktAUxAyGEe8mUoQLZY3614dF3k X-Virus-Checked: Checked by ClamAV on apache.org 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