hadoop Eclipse编译错误
BUILD FAILED
D:\130219\hadoop-1.0.3\build.xml:618: Execute failed: java.io.IOException: Cannot run program "autoreconf" (in directory "D:\130219\hadoop-1.0.3\src\native"): CreateProcess error=2, ?????????
参考1
原因猜测可能是在windows Eclipse环境下无此工具
grep "autoreconf" build.xml
<exec executable="autoreconf" dir="${native.src.dir}" searchpath="yes"
<exec executable="autoreconf" dir="${c++.utils.src}" searchpath="yes"
<exec executable="autoreconf" dir="${c++.pipes.src}" searchpath="yes"
<exec executable="autoreconf" dir="${c++.examples.pipes.src}"
<exec executable="autoreconf" dir="${c++.libhdfs.src}"
<exec executable="autoreconf"
参考2
http://bbs.chinaunix.net/thread-2030352-1-1.html
http://blog.youkuaiyun.com/lookqlp/article/details/8000022
http://hi.baidu.com/cbncb/item/7a7ded119e51859a98ce334c
http://man.chinaunix.net/linux/lfs/htmlbook/appendixa/autoconf.html autoconf
http://www.mysjtu.com/page/M0/S598/598549.html
http://blog.youkuaiyun.com/dragon8299/article/details/6240766