Question 1:
Execute failed: java.io.IOException: Cannot run program "autoreconf" (in directory "/home/jackson/Programs/hadoop-1.2.1/src/native"): error=2, No such file or directory
Solution:
install the autoreconf software: $ sudo apt-get install autoreconf
sudo apt-get install autocong
sudo apt-get install automake
sudo apt-get install libtool
Question 2:
create-native-configure:
[exec] Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Solution:
install the autoreconf software: $ sudo apt-get install libtool