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 E80F9BFFD for ; Wed, 4 Jan 2012 11:57:28 +0000 (UTC) Received: (qmail 29179 invoked by uid 500); 4 Jan 2012 11:57:28 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 29114 invoked by uid 500); 4 Jan 2012 11:57:25 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 29106 invoked by uid 99); 4 Jan 2012 11:57:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 11:57:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stutiawasthi@hcl.com designates 203.105.185.25 as permitted sender) Received: from [203.105.185.25] (HELO gws06.hcl.com) (203.105.185.25) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 11:57:18 +0000 Received: from NDA-HCLIN-HT03.CORP.HCL.IN (10.248.64.34) by NDA-HCLIN-EDGE4.hcl.com (10.248.64.141) with Microsoft SMTP Server id 8.2.254.0; Wed, 4 Jan 2012 17:22:14 +0530 Received: from NDA-HCLC-HT02.HCLC.CORP.HCL.IN (10.33.64.134) by NDA-HCLIN-HT03.CORP.HCL.IN (10.248.64.34) with Microsoft SMTP Server (TLS) id 8.2.176.0; Wed, 4 Jan 2012 17:26:55 +0530 Received: from NDA-HCLC-EVS04.HCLC.CORP.HCL.IN ([10.33.64.194]) by NDA-HCLC-HT02.HCLC.CORP.HCL.IN ([::1]) with mapi; Wed, 4 Jan 2012 17:26:55 +0530 From: Stuti Awasthi To: "hdfs-user@hadoop.apache.org" Date: Wed, 4 Jan 2012 17:24:17 +0530 Subject: RE: Mounting HDFS Thread-Topic: Mounting HDFS Thread-Index: AczK1yftbLSR1uMZTpOYiz/5RTaq4AAAG6p8 Message-ID: <7D9AF4B98807C54EBADEA75DF6D5ACB7E31A8836@NDA-HCLC-EVS04.HCLC.CORP.HCL.IN> References: <7D9AF4B98807C54EBADEA75DF6D5ACB7E35EC5E8@NDA-HCLC-EVS04.HCLC.CORP.HCL.IN> <9F6B65C7-A061-4A0A-B719-EC7C1946C019@cloudera.com> <7D9AF4B98807C54EBADEA75DF6D5ACB7E378062B@NDA-HCLC-EVS04.HCLC.CORP.HCL.IN>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Harsh, Output of $file `which fuse_dfs` /sbin/fuse_dfs: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), d= ynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped Same output for $ file /sbin/fuse_dfs Thanks ________________________________________ From: Harsh J [harsh@cloudera.com] Sent: Wednesday, January 04, 2012 5:18 PM To: hdfs-user@hadoop.apache.org Subject: Re: Mounting HDFS Stuti, My original command was "file `which fuse_dfs`", and not just the which com= mand. Can you run "file /sbin/fuse_dfs"? You need the utility called 'file' avail= able (its mostly present). On 04-Jan-2012, at 5:08 PM, Stuti Awasthi wrote: > Hi Harsh, > > Currently I am using 32 bit Ubuntu11.10, Hadoop 0.20.2 > > Output of : $ which fuse_dfs > /sbin/fuse_dfs > > I searched on net and I got this url "http://wiki.apache.org/hadoop/Mount= ableHDFS" > How can I get hdfs fuse deb or rpm packages ?? Thanks for pointing this, = can you please guide me more on this . > > Thanks > > -----Original Message----- > From: Harsh J [mailto:harsh@cloudera.com] > Sent: Wednesday, January 04, 2012 4:51 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Mounting HDFS > > Stuti, > > What's your platform - 32-bits or 64-bits? Which one have you built libhd= fs for? > > What's the output of the following? > $ file `which fuse_dfs` > > FWIW, the most hassle free way to do these things today is to use proper = packages available for your platform, instead of compiling it by yourself. = Just a suggestion. > > On 04-Jan-2012, at 4:28 PM, Stuti Awasthi wrote: > >> Hi All, >> >> I am following http://wiki.apache.org/hadoop/MountableHDFS for HDFS moun= t. >> I have successfully followed the steps till "Installing" and I am able m= ount it properly. After that I am trying with "Deploying" step and followed= the steps: >> >> 1. add the following to /etc/fstab >> fuse_dfs#dfs://hadoop_server.foo.com:9000 /export/hdfs fuse >> -oallow_other,rw,-ousetrash 0 0 >> >> 2. added fuse_dfs to /sbin >> >> 3. export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:$HADOOP_HOME/build/libhdfs >> >> 4. Mount using: mount /export/hdfs. >> >> But getting error : >> fuse_dfs: error while loading shared libraries : libhdfs.so.0: cannot op= en shared object file: No such file or directory. >> >> How to fix this ? >> >> Thanks >> >> ::DISCLAIMER:: >> ---------------------------------------------------------------------- >> ------------------------------------------------- >> >> The contents of this e-mail and any attachment(s) are confidential and i= ntended for the named recipient(s) only. >> It shall not attach any liability on the originator or HCL or its >> affiliates. Any views or opinions presented in this email are solely tho= se of the author and may not necessarily reflect the opinions of HCL or its= affiliates. >> Any form of reproduction, dissemination, copying, disclosure, >> modification, distribution and / or publication of this message >> without the prior written consent of the author of this e-mail is >> strictly prohibited. If you have received this email in error please del= ete it and notify the sender immediately. Before opening any mail and attac= hments please check them for viruses and defect. >> >> ---------------------------------------------------------------------- >> ------------------------------------------------- >