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=4&rev2=5 -------------------------------------------------- == HowToSetupUbuntuBuildMachine == + login as root + + {{{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 + + apt-get install libc6-i386 -y + apt-get install subversion -y}}} +
