problems with fuse-dfs

2011-03-01 Thread Aastha Mehta
sues would be highly appreciated. Thanks, Aastha. -- Aastha Mehta Intern, NetApp, Bangalore 4th year undergraduate, BITS Pilani E-mail: aasth...@gmail.com

problems with fuse-dfs

2011-03-01 Thread Aastha Mehta
sues would be highly appreciated. Thanks, Aastha. -- Aastha Mehta Intern, NetApp, Bangalore 4th year undergraduate, BITS Pilani E-mail: aasth...@gmail.com

Re: problems with fuse-dfs

2011-03-01 Thread Aastha Mehta
y I'm not on -user. > > Begin forwarded message: > > *From: *Brian Bockelman > *Date: *March 1, 2011 6:24:28 PM CST > *Cc: *hdfs-user > *Subject: **Re: problems with fuse-dfs* > > > Side note: Do not cross post to multiple lists. It annoys folks. > > > On Mar 1

Transport endpoint not connected

2011-03-15 Thread Aastha Mehta
newhdfs. I am connected to the server hosting my VM through a VPN. I want to clarify whether the error is due to running the commands over a VPN rather than LAN. What could be other sources of this error? I sometimes run into this problem even while I am connected on a LAN. Thanks, Aastha. -- Aa

libhdfs not getting compiled

2011-03-17 Thread Aastha Mehta
++/libhdfs. Could someone tell me if this libhdfs is the one compiled and used or if there will be some other libhdfs that is accessed. If this is the one, then why are the changes made in its files reflected on running the code? Thanks, Aastha. -- Aastha Mehta Intern, NetApp, Bangalore 4th year

Re: libhdfs not getting compiled

2011-03-18 Thread Aastha Mehta
u are > pulling libhdfs.so from. It may be it is linking from the "wrong one". > > Brian > > On Mar 17, 2011, at 3:24 PM, Aastha Mehta wrote: > > > Hello, > > > > I am working on a project involving hdfs and fuse-dfs API on top of it. I > > want

Re: libhdfs not getting compiled

2011-03-19 Thread Aastha Mehta
> 3) Check the timestamp on the rebuilt source and verify it's from > approximately now. > > In trunk, the directory you point to is *not* where libhdfs is built. It > is here: > > build/c++/lib/libhdfs.so > > Don't know where you got your sources from; that might

open a file in read and write mode simultaneously?

2011-04-15 Thread Aastha Mehta
know, how I can achieve concurrent read and write to the same file. Thanks, Aastha. -- Aastha Mehta Intern, NetApp, Bangalore 4th year undergraduate, BITS Pilani E-mail: aasth...@gmail.com

difference between buffersize and blocksize

2011-05-24 Thread Aastha Mehta
me the difference between the two, and what is the use of having a 4K buffer for reads and writes. Thanks, Aastha. -- Aastha Mehta Intern, NetApp, Bangalore 4th year undergraduate, BITS Pilani E-mail: aasth...@gmail.com

Compiling hadoop native libraries

2011-07-31 Thread Aastha Mehta
at exactly is in the first step. Thanks and regards, Aastha. -- Aastha Mehta B.E. (Hons.) Computer Science BITS Pilani E-mail: aasth...@gmail.com

Re: Compiling hadoop native libraries

2011-07-31 Thread Aastha Mehta
ks, Aastha. On 1 August 2011 09:44, Arun Murthy wrote: > could be compile or binary or tar. > > Arun > > Sent from my iPhone > > On Jul 31, 2011, at 9:05 PM, Aastha Mehta wrote: > > > Hello, > > > > I am trying to run fuse_dfs_wrapper.sh from > >

Re: Compiling hadoop native libraries

2011-07-31 Thread Aastha Mehta
ing command: > > $ ant -Dcompile.native=true package > > Arun > > On Jul 31, 2011, at 9:20 PM, Aastha Mehta wrote: > > > Hi Arun, > > > > Thanks for the prompt reply. I am not sure, I understood you correctly. > > Compile/binary/tar of what? T

Re: Compiling hadoop native libraries

2011-07-31 Thread Aastha Mehta
ectory > > > > Aastha. > > > > On 1 August 2011 10:03, Arun C Murthy wrote: > > > >> Run the following command: > >> > >> $ ant -Dcompile.native=true package > >> > >> Arun > >> > >> On Jul 31, 20

Re: Compiling hadoop native libraries

2011-07-31 Thread Aastha Mehta
I built libhdfs again. I still get the error. Please help me. Thanks for your time. Regards, Aastha. On 1 August 2011 12:02, Aastha Mehta wrote: > I did run this command earlier. Does it need to be run after compiling the > native library? > > Thanks, > Aastha. > > >

Re: Compiling hadoop native libraries

2011-07-31 Thread Aastha Mehta
check fuse_dfs_wrapper.sh to make sure > it's setting it correctly. > > Btw here's how I call the wrapper.. > https://github.com/elicollins/hadoop-dev/blob/master/bin/fuse-mount-hdfs > > On Sun, Jul 31, 2011 at 11:32 PM, Aastha Mehta wrote: > > I did run this command earlier

questions regarding fuse_dfs_read

2011-09-06 Thread Aastha Mehta
xplain what is happening here? Thanks, Aastha. -- Aastha Mehta B.E. (Hons.) Computer Science BITS Pilani E-mail: aasth...@gmail.com

Re: questions regarding fuse_dfs_read

2011-09-09 Thread Aastha Mehta
provide > any benefit. > > Brian > > On Sep 7, 2011, at 12:45 AM, Aastha Mehta wrote: > > > Hello, > > > > I am using FUSE-DFS with HDFS for a project. I have to modify the read > and > > write functions of fuse_dfs. I have few questions regarding the >