Re: C++ example for hadoop-2.2.0

2013-11-05 Thread Salman Toor
Hi, I have solved the problem! Have downloaded the source, compiled it on the machine and now can successfully link to the library. Thank you everyone for you quick responses. Regards.. Salman. Salman Toor, PhD salman.t...@it.uu.se On Nov 4, 2013, at 3:21 PM, Andre Kelpe wrote: No,

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread Salman Toor
Hi, Can someone give a pointer? Thanks in advance. Regards.. Salman. Salman Toor, PhD salman.t...@it.uu.se On Nov 3, 2013, at 11:31 PM, Salman Toor wrote: Hi, I am quite new to the Hadoop world, previously was running hadoop-1.2.0 stable version on my small cluster and

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread Amr Shahin
Well, the 2 series isn't exactly the next version. It's a continuation of branch .2. Also, the error message from the gcc indicates that the library you're trying to link to isn't compatible which made me suspicious. check the documentation to see if hadoop has 64 libraries, or otherwise compile

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread REYANE OUKPEDJO
I will suggest getting the source and compiling in your machine. If your machine is 64 bits you will get the 64 bits native libraries. That will solve the problem you have .Please get hadoop-2.2.0-src.tar.gz. Thanks  Reyane OUKPEDJO On Monday, November 4, 2013 7:56 AM, Amr Shahin

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread Salman Toor
Hi, Ok so 2.x is not a new version its another branch. Good to know! Actually 32bit will be difficult as the code I got have already some dependencies on 64 bit. Otherwise I will continue with 1.x version. Can you suggest some version with 1.x series which is stable and work on the cluster

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread Salman Toor
Hi, Yes I will give a try and let everyone know. /Salman. Salman Toor, PhD salman.t...@it.uu.se On Nov 4, 2013, at 2:19 PM, REYANE OUKPEDJO wrote: I will suggest getting the source and compiling in your machine. If your machine is 64 bits you will get the 64 bits native libraries.

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread Salman Toor
Hi, Did you tried to compile with source? /Salman. Salman Toor, PhD salman.t...@it.uu.se On Nov 4, 2013, at 2:55 PM, Andre Kelpe wrote: I reported the 32bit/64bit problem a few weeks ago. There hasn't been much activity around it though:

Re: C++ example for hadoop-2.2.0

2013-11-04 Thread Andre Kelpe
No, because I was trying to set up a cluster automatically with the tarballs from apache.org. - André On Mon, Nov 4, 2013 at 3:05 PM, Salman Toor salman.t...@it.uu.se wrote: Hi, Did you tried to compile with source? /Salman. Salman Toor, PhD salman.t...@it.uu.se On Nov 4, 2013, at

C++ example for hadoop-2.2.0

2013-11-03 Thread Salman Toor
Hi, I am quite new to the Hadoop world, previously was running hadoop-1.2.0 stable version on my small cluster and encountered some strange problems like the local path to the mapper file didn't copy to the hdfs It works fine on the single node setup but on multiple node simple