Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToSetupUbuntuBuildMachine" page has been changed by GiridharanKesavan. http://wiki.apache.org/hadoop/HowToSetupUbuntuBuildMachine?action=diff&rev1=5&rev2=6 -------------------------------------------------- == HowToSetupUbuntuBuildMachine == + {{{ - login as root - - {{{mkdir -p /grid/0/hudson/hudson-slave + mkdir -p /grid/0/hudson/hudson-slave chown -R hudson:hudson /grid/0/hudson/hudson-slave copy hudson slave.jar cp ~hudson/slave.jar /grid/0/hudson/hudson-slave/. Check tools location: - now you should be able to see ~/hudson/tools + ls ~/hudson/tools - apt-get install libc6-i386 -y - apt-get install subversion -y}}} + list of packages install: + sudo apt-get install apt-file -y + apt-file search <keyword> + apt-get install libc6-i386 subversion patch wget autoconf libtool curl -y + }}} +
