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 -

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 wrote: > 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" wrote: > >> Hi, >> >> I foun

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" 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 : local host is: "DE

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 wrote: > Hi, > > I found them.. It says this error in the datanode log: > > "java.io.IOExce

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
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 wrote: > Can you check the datanode log to find what error happended? > > > On Sat, Dec 14, 2013 at 9:27 AM, Karim Awara wrote: > >> Hi, >> >> I wa

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 wrote: > Hi, > > I was setting up hadoop 2.2 following > theseinstructions > on a single machine with a tiny

hadoop 2.2 build

2013-12-13 Thread Karim Awara
Hi, I was setting up hadoop 2.2 following theseinstructions 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 st