On Fri, Jan 13, 2012 at 5:48 PM, Nikolaos Hatzopoulos wrote:
> After a lot of search if someone want's to compile hadoop with libhdfs
> this script should work
FYI: in general, Bigtop is pretty good at tracking how to build all of
the projects it packages in the most complete way possible. The bu
After a lot of search if someone want's to compile hadoop with libhdfs
this script should work
#!/bin/bash
export JAVA_HOME=/yourdir/jdk-1.6
export CFLAGS=-m64
export CXXFLAGS=-m64
ant \
-Dforrest.home=/home/arion/forrest/apache-forrest-0.9 \
-Djava5.home=/home/arion/java/jdk1.5.0_22 \
-Dfindbugs.