Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 AD9C610B24 for ; Thu, 11 Apr 2013 14:55:41 +0000 (UTC) Received: (qmail 85630 invoked by uid 500); 11 Apr 2013 14:55:35 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 85347 invoked by uid 500); 11 Apr 2013 14:55:34 -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 85340 invoked by uid 99); 11 Apr 2013 14:55:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 14:55:34 +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.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-ia0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 14:55:29 +0000 Received: by mail-ia0-f180.google.com with SMTP id l29so1517382iag.11 for ; Thu, 11 Apr 2013 07:55:08 -0700 (PDT) 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:content-transfer-encoding :x-gm-message-state; bh=0scVhx5tRtKXqcO1d8PyN0mdol4TUrNS4A+HzwGPERc=; b=gIREuCFA5W4H7BEkYTuiaMunw+Klqo5p01BIRs2UYB1rc0EJ4uMvvW5W4s3DNkNDju S152Dk9PHc8UN1A6+hfV6aNUkamCc1cLjVyrs+Y+j6uuvqDZkicYdAmn2m5mI3jODzKZ aZb88q1Hl/QK5kCrjMncAp8LYHwR2Aw7WP/eCTECaQlgmRbHfZietLNVkWvrJlxsAls4 /ToM7y4lMlDu+c05dF89tzm1qznJDOXAo8Zmhh/Su6kELLdYmBlF04IbNITrgb/jcr3y nhcRgSpUz9PRbzy7HYZpSPEkgQUa7O7us6xlgGwgLiqQDMDn1d9mK75n1oTsXrhWShKz 9lJw== X-Received: by 10.50.55.73 with SMTP id q9mr4860433igp.44.1365692108429; Thu, 11 Apr 2013 07:55:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.135.37 with HTTP; Thu, 11 Apr 2013 07:54:48 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Thu, 11 Apr 2013 20:24:48 +0530 Message-ID: Subject: Re: No bulid.xml when to build FUSE To: "" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkxTD6/eC38Hsh8o1KRUjTrwdVAfspcR+Ygt0MWhMTXcw56IfElyP3HdNfe97ANjhTNORPn X-Virus-Checked: Checked by ClamAV on apache.org Hi, You need to place fuse_dfs' binary directory on your PATH if you expect to use that script - it is simply looking it up as a command and not finding it. I usually just invoke the fuse_dfs binary directly since my environment is usually pre-setup. On Thu, Apr 11, 2013 at 8:19 PM, YouPeng Yang w= rote: > Hi Harsh=EF=BC=9A > > I run under hadoop-hdfs project=EF=BC=9A > mvn install -Drequire.fuse=3Dtrue -DskipTests > > and the logs show=EF=BC=9A BUILD SUCCESS > > So I go to the > src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/ to run the > fuse_dfs_wrapper.sh=EF=BC=9A > [root@Hadoop fuse-dfs]# ./fuse_dfs_wrapper.sh hdfs://Hadoop:8020 /mnt/ > ./fuse_dfs_wrapper.sh: line 46: fuse_dfs: command not found > > Obviously,the above error shows that something is still abnormal. > > My question are: > Is it correct that to check the fuse? > Is there any other ways to check whether the fuse-dfs installed > successfully? > > > Thanks > > Regards > > > > > > > > 2013/4/10 Harsh J >> >> Run under hadoop-hdfs project: >> >> mvn install -Drequire.fuse=3Dtrue >> >> >> On Wed, Apr 10, 2013 at 7:36 PM, YouPeng Yang >> wrote: >>> >>> Dear All >>> >>> I want to integrate the FUSE with the Hadoop. >>> So i checkout the code using the command: >>> [root@Hadoop ~]# svn checkout >>> http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk >>> >>> However I did not find any ant build.xmls to build the fuse-dfs in t= he >>> hadoop-trunk/hadoop-hdfs-project/hadoop-hdfs/src/contrib. >>> Did I checkout the wrong codes, Or is there any other ways to bulid >>> fuse-dfs? >>> >>> Please guide me . >>> >>> >>> Thanks >>> >>> regards >> >> >> >> >> -- >> Harsh J > > --=20 Harsh J