Re: Bugs while installing apache hadoop 2.4.0

2014-07-06 Thread Ritesh Kumar Singh
My hadoop is still giving the above mentioned error. Please help. On Thu, Jul 3, 2014 at 12:50 PM, Akira AJISAKA ajisa...@oss.nttdata.co.jp wrote: You can download the source code and generate your own native library by $ mvn package -Pdist,native -Dtar -DskipTests You should see the

Re: Bugs while installing apache hadoop 2.4.0

2014-07-06 Thread Akira AJISAKA
Did you move your native library to /usr/local/hadoop/lib/native ? Thanks, Akira (2014/07/07 0:59), Ritesh Kumar Singh wrote: My hadoop is still giving the above mentioned error. Please help. On Thu, Jul 3, 2014 at 12:50 PM, Akira AJISAKA ajisa...@oss.nttdata.co.jp

Re: Bugs while installing apache hadoop 2.4.0

2014-07-06 Thread Vikas Srivastava
you need to remove 127.0.0.1 localhost and provide ip of hduser On Jul 6, 2014, at 8:59 AM, Ritesh Kumar Singh riteshoneinamill...@gmail.com wrote: My hadoop is still giving the above mentioned error. Please help. On Thu, Jul 3, 2014 at 12:50 PM, Akira AJISAKA ajisa...@oss.nttdata.co.jp

Bugs while installing apache hadoop 2.4.0

2014-07-03 Thread Ritesh Kumar Singh
When I try to start dfs using start-dfs.sh I get this error message: 14/07/03 11:03:21 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable Starting namenodes on [OpenJDK 64-Bit Server VM warning: You have loaded library

Re: Bugs while installing apache hadoop 2.4.0

2014-07-03 Thread Akira AJISAKA
It looks like the native library is not compatible with your environment. You should delete '/usr/local/hadoop/lib/native' directory or compile source code to get your own native library. Thanks, Akira (2014/07/03 15:05), Ritesh Kumar Singh wrote: When I try to start dfs using start-dfs.sh I

Re: Bugs while installing apache hadoop 2.4.0

2014-07-03 Thread Ritesh Kumar Singh
@Akira : if i delete my native library, how exactly do i generate my own copy of it? @Chris : This is the content of my /etc/hosts file : 127.0.0.1 localhost 127.0.1.1 hduser # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0

Re: Bugs while installing apache hadoop 2.4.0

2014-07-03 Thread Akira AJISAKA
You can download the source code and generate your own native library by $ mvn package -Pdist,native -Dtar -DskipTests You should see the library in 'hadoop-dist/target/hadoop-2.4.0/lib/native' Thanks, Akira (2014/07/03 15:32), Ritesh Kumar Singh wrote: @Akira : if i delete my native