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
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
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
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
(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
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
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
> 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
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:
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
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,
>
___
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
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
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
...@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
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,
>
>
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
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.
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
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
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
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,
>
>
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
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
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
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
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
27 matches
Mail list logo