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++.l