Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /pages/viewpage.action?pageId=4030528 taken on 2021-05-11. The original wiki at wiki.opf-labs.org is being decommissioned.

Setting up a training VM based on the Cloudera distribution

Created by Andrew Jackson on May 23, 2011 · last edited by Andrew Jackson · on Jun 06, 2011 (view history) · 4 versions

Download from here: https://ccp.cloudera.com/display/SUPPORT/Cloudera's+Hadoop+Demo+VM

If you don't have VMWare, you can run it on VirtualBox after converting it to OVH using http://communities.vmware.com/community/vmtn/server/vsphere/automationtools/ovf

Fire up Cloudera VM

sudo apt-get install git mysql-client mysql-server eclipse tomcat6

Empty pw

Fire up Eclipse using the default workspace, and close it down again.

mysqladmin -u root create training

mysql -u root mysql

[grant all on training to 'cloudera'@'localhost';

grant all on training.* to 'cloudera'@'localhost';

exit]

git clone https://github.com/cloudera/cloudera-training.git

cd cloudera-training

sh ./update-exercises --workspace

https://github.com/cloudera/cloudera-training