Re: Problem with LibHDFS

2008-02-22 Thread Arun C Murthy
On Feb 21, 2008, at 3:29 AM, Raghavendra K wrote: Hi, I am able to get Hadoop running and also able to compile the libhdfs. But when I run the hdfs_test program it is giving Segmentation Fault. Unfortunately the documentation for using libhdfs is sparse, our apologies. You'll need

Problem with LibHDFS

2008-02-21 Thread Raghavendra K
Hi, I am able to get Hadoop running and also able to compile the libhdfs. But when I run the hdfs_test program it is giving Segmentation Fault. Just a small program like this #include hdfs.h int main() { return(0); } and compiled using the command gcc -ggdb -m32

Re: Problem with LibHDFS

2008-02-21 Thread Miles Osborne
Since you are compiling a C(++) program, why not add the -g switch and run it within gdb: that will tell people which line it crashes at (etc etc) Miles On 21/02/2008, Raghavendra K [EMAIL PROTECTED] wrote: Hi, I am able to get Hadoop running and also able to compile the libhdfs. But when