RE: Mounting HDFS

2012-01-11 Thread Stuti Awasthi
tried removing fusermount file from /bin and also removed symlink from /usr/bin but still getting this issue. Please suggest. Thanks From: kartheek muthyala [mailto:kartheek0...@gmail.com] Sent: Tuesday, January 10, 2012 9:31 AM To: hdfs-user@hadoop.apache.org Subject: Re: Mounting HDFS Stuti, C

Re: Mounting HDFS

2012-01-09 Thread kartheek muthyala
contains Hadoop*.jar, and $JAVA_HOME/jre/lib/*jar files. > JAVA_HOME is set differently also > > What I am doing wrong. Any Idea ?? > > > > Thanks > > > > > > -Original Message- > > From: alo.alt [mailto:wget.n...@googlemail.com] > > Se

Re: Mounting HDFS

2012-01-09 Thread alo.alt
ains Hadoop*.jar, and $JAVA_HOME/jre/lib/*jar files. > JAVA_HOME is set differently also > What I am doing wrong. Any Idea ?? > > Thanks > > > -Original Message- > From: alo.alt [mailto:wget.n...@googlemail.com] > Sent: Saturday, January 07, 2012 11:20 PM > To: hd

RE: Mounting HDFS

2012-01-09 Thread Stuti Awasthi
VA_HOME is set differently also What I am doing wrong. Any Idea ?? Thanks -Original Message- From: alo.alt [mailto:wget.n...@googlemail.com] Sent: Saturday, January 07, 2012 11:20 PM To: hdfs-user@hadoop.apache.org Subject: Re: Mounting HDFS try: ./fuse_dfs_wrapper.sh dfs://namenode.loca

Re: Mounting HDFS

2012-01-07 Thread alo.alt
(Success), outsize: 40 > unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56 > Error occurred during initialization of VM > java/lang/NoClassDefFoundError: java/lang/Object > > -Original Message- > From: alo.alt [mailto:wget.n...@googlemail.com] > Sent: Friday, Jan

RE: Mounting HDFS

2012-01-07 Thread Stuti Awasthi
java/lang/NoClassDefFoundError: java/lang/Object -Original Message- From: alo.alt [mailto:wget.n...@googlemail.com] Sent: Friday, January 06, 2012 10:41 PM To: hdfs-user@hadoop.apache.org Subject: Re: Mounting HDFS Stuti, define in CLASSPATH="" only the jars you really need for

Re: Mounting HDFS

2012-01-06 Thread alo.alt
Stuti, define in CLASSPATH="…." only the jars you really need for. An export of all jars in a given directory is a red flag (done with *.jar). - Alex On Jan 6, 2012, at 7:23 AM, M. C. Srivas wrote: > > unique: 1, error: 0 (Success), outsize: 40 > unique: 2, opcode: GETATTR (3), nodeid: 1, i

Re: Mounting HDFS

2012-01-06 Thread M. C. Srivas
> unique: 1, error: 0 (Success), outsize: 40 > unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56 Error occurred > during initialization of VM > java/lang/NoClassDefFoundError: java/lang/Object > > Exported Environment Variable: > > > CLASSPATH="/root/FreshMount/hadoop-0.20.2/lib/*.jar:/root/F

RE: Mounting HDFS

2012-01-06 Thread Stuti Awasthi
java Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) Please help me to fix this .. Thanks in advance -Original Message- From: Stuti Awasthi Sent: Thursday, January 05, 2012 11:04 AM To:

RE: Mounting HDFS

2012-01-04 Thread Stuti Awasthi
al Message- From: Alexander Lorenz [mailto:wget.n...@googlemail.com] Sent: Wednesday, January 04, 2012 8:37 PM To: hdfs-user@hadoop.apache.org Subject: Re: Mounting HDFS Hi Stuti, Do a search for libhdfs.so* and do also an ldd /path/to/fuse_dfs. Could be that only a symlink is missing. With ld

Re: Mounting HDFS

2012-01-04 Thread Alexander Lorenz
e/lib/i386/server/:/usr/lib/libfuse.so" > > Stuti > > From: Harsh J [ha...@cloudera.com] > Sent: Wednesday, January 04, 2012 5:34 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Mounting HDFS > > Stuti, >

RE: Mounting HDFS

2012-01-04 Thread Stuti Awasthi
___ From: Harsh J [ha...@cloudera.com] Sent: Wednesday, January 04, 2012 5:34 PM To: hdfs-user@hadoop.apache.org Subject: Re: Mounting HDFS Stuti, Your env needs to carry this: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dir/where/libhdfs/files/are/present Otherwise the fuse_dfs

Re: Mounting HDFS

2012-01-04 Thread Harsh J
Stuti Awasthi wrote: > Im able to mount using command : > > fuse_dfs_wrapper.sh dfs://: /export/hdfs > > -Original Message- > From: Stuti Awasthi > Sent: Wednesday, January 04, 2012 5:24 PM > To: hdfs-user@hadoop.apache.org > Subject: RE: Mounting HDFS > > Hars

RE: Mounting HDFS

2012-01-04 Thread Stuti Awasthi
Im able to mount using command : fuse_dfs_wrapper.sh dfs://: /export/hdfs -Original Message- From: Stuti Awasthi Sent: Wednesday, January 04, 2012 5:24 PM To: hdfs-user@hadoop.apache.org Subject: RE: Mounting HDFS Harsh, Output of $file `which fuse_dfs` /sbin/fuse_dfs: ELF 32-bit LSB

RE: Mounting HDFS

2012-01-04 Thread Stuti Awasthi
...@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 command. Can you run "file /sbin/fuse_dfs"? You need the utility called 'fil

Re: Mounting HDFS

2012-01-04 Thread Harsh J
r pointing this, can > you please guide me more on this . > > Thanks > > -Original Message- > From: Harsh J [mailto:ha...@cloudera.com] > Sent: Wednesday, January 04, 2012 4:51 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Mounting HDFS > > Stuti, > >

RE: Mounting HDFS

2012-01-04 Thread Stuti Awasthi
e guide me more on this . Thanks -Original Message- From: Harsh J [mailto:ha...@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 libhdfs for? Wh

Re: Mounting HDFS

2012-01-04 Thread Harsh J
Stuti, What's your platform - 32-bits or 64-bits? Which one have you built libhdfs 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.

Mounting HDFS

2012-01-04 Thread Stuti Awasthi
Hi All, I am following http://wiki.apache.org/hadoop/MountableHDFS for HDFS mount. I have successfully followed the steps till "Installing" and I am able mount it properly. After that I am trying with "Deploying" step and followed the steps: 1. add the following to /etc/fstab fuse_dfs#dfs://hado

Re: Best option for mounting HDFS

2011-12-08 Thread alo alt
wnload Hadoop-0.20-fuse package. > > Thanks > > From: Alexander C.H. Lorenz [mailto:wget.n...@googlemail.com] > Sent: Wednesday, November 30, 2011 2:34 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Best option for mounting HDFS > > Hi, > > I wrote up a small articl

RE: Best option for mounting HDFS

2011-12-08 Thread Stuti Awasthi
Hadoop 0.20.2 Are there any more steps before I try to download Hadoop-0.20-fuse package. Thanks From: Alexander C.H. Lorenz [mailto:wget.n...@googlemail.com] Sent: Wednesday, November 30, 2011 2:34 PM To: hdfs-user@hadoop.apache.org Subject: Re: Best option for mounting HDFS Hi, I wrote up a

Re: Best option for mounting HDFS

2011-11-30 Thread Alexander C.H. Lorenz
update :). I will try both as you have suggested . > > -Original Message- > From: Joey Echeverria [mailto:j...@cloudera.com] > Sent: Tuesday, November 29, 2011 7:25 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Best option for mounting HDFS > > Hey Stuti, > >

RE: Best option for mounting HDFS

2011-11-29 Thread Stuti Awasthi
Hey Joey, Thanks for update :). I will try both as you have suggested . -Original Message- From: Joey Echeverria [mailto:j...@cloudera.com] Sent: Tuesday, November 29, 2011 7:25 PM To: hdfs-user@hadoop.apache.org Subject: Re: Best option for mounting HDFS Hey Stuti, Fuse is probably

Re: Best option for mounting HDFS

2011-11-29 Thread Joey Echeverria
11 at 5:38 AM, Stuti Awasthi wrote: >> >> Hi Friends , >> Any thoughts on this ?? >> >> -Original Message- >> From: Stuti Awasthi >> Sent: Monday, November 28, 2011 2:51 PM >> To: hdfs-user@hadoop.apache.org >> Subject: Best option f

Re: Best option for mounting HDFS

2011-11-28 Thread Alexander C.H. Lorenz
onday, November 28, 2011 2:51 PM > To: hdfs-user@hadoop.apache.org > Subject: Best option for mounting HDFS > > Hi all, > > I was looking at various options available to mount HDFS on unix boxes. I > found following option on wiki page. > * contrib/fuse-dfs is built on fuse, som

RE: Best option for mounting HDFS

2011-11-28 Thread Stuti Awasthi
Hi Friends , Any thoughts on this ?? -Original Message- From: Stuti Awasthi Sent: Monday, November 28, 2011 2:51 PM To: hdfs-user@hadoop.apache.org Subject: Best option for mounting HDFS Hi all, I was looking at various options available to mount HDFS on unix boxes. I found following

Best option for mounting HDFS

2011-11-28 Thread Stuti Awasthi
Hi all, I was looking at various options available to mount HDFS on unix boxes. I found following option on wiki page. * contrib/fuse-dfs is built on fuse, some C glue, libhdfs and the hadoop-dev.jar * fuse-j-hdfs is built on fuse, fuse for java, and the hadoop-dev.jar * hdfs-fuse - a google code