hadoop-2.2: build error on FreeBSD

2014-06-17 Thread Dmitry Sivachenko
Hello! FreeBSD does not need -ldl when linking programs that use dlopen() (dlopen is in libc). Now I am getting the following error trying to compile hadoop-2.2.0 on FreeBSD: [exec] /usr/bin/cc -fPIC -g -Wall -O2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

hadoop 2.2 build

2013-12-13 Thread Karim Awara
Hi, I was setting up hadoop 2.2 following thesehttp://raseshmori.wordpress.com/2012/09/23/install-hadoop-2-0-1-yarn-nextgen/instructions on a single machine with a tiny modification in an environment variable naming to make it fully work. However, I face the problem that when I run jps (after

Re: hadoop 2.2 build

2013-12-13 Thread Azuryy Yu
Can you check the datanode log to find what error happended? On Sat, Dec 14, 2013 at 9:27 AM, Karim Awara karim.aw...@kaust.edu.sawrote: Hi, I was setting up hadoop 2.2 following thesehttp://raseshmori.wordpress.com/2012/09/23/install-hadoop-2-0-1-yarn-nextgen/instructions on a single

Re: hadoop 2.2 build

2013-12-13 Thread Karim Awara
Is it in /var/log/hadoop/? Cause I dont have a hadoop folder there. -- Best Regards, Karim Ahmed Awara On Sat, Dec 14, 2013 at 4:40 AM, Azuryy Yu azury...@gmail.com wrote: Can you check the datanode log to find what error happended? On Sat, Dec 14, 2013 at 9:27 AM, Karim Awara

Re: hadoop 2.2 build

2013-12-13 Thread Karim Awara
Hi, I found them.. It says this error in the datanode log: java.io.IOException: Failed on local exception: java.io.EOFException; Host Details : local host is: DELL1/127.0.1.1; destination host is: localhost:9000; -- Best Regards, Karim Ahmed Awara On Sat, Dec 14, 2013 at 6:07 AM, Karim

Re: hadoop 2.2 build

2013-12-13 Thread Karim Awara
And these are in my /etc/hosts file: 127.0.0.1 localhost 127.0.1.1 DELL1 Please let me know what to do. -- Best Regards, Karim Ahmed Awara On Sat, Dec 14, 2013 at 6:18 AM, Karim Awara karim.aw...@kaust.edu.sawrote: Hi, I found them.. It says this error in the datanode log:

Re: hadoop 2.2 build

2013-12-13 Thread Chris Mawata
Try using tge actual ip of your machine where you have the 127.0.1.1 Chris On Dec 13, 2013 10:20 PM, Karim Awara karim.aw...@kaust.edu.sa wrote: Hi, I found them.. It says this error in the datanode log: java.io.IOException: Failed on local exception: java.io.EOFException; Host Details :

Re: hadoop 2.2 build

2013-12-13 Thread Karim Awara
Still same error exactly as if I didn't change anything. -- Best Regards, Karim Ahmed Awara On Sat, Dec 14, 2013 at 6:48 AM, Chris Mawata chris.maw...@gmail.comwrote: Try using tge actual ip of your machine where you have the 127.0.1.1 Chris On Dec 13, 2013 10:20 PM, Karim Awara