Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "LaunchHamaUsingWhirr" page has been changed by edwardyoon: http://wiki.apache.org/hama/LaunchHamaUsingWhirr?action=diff&rev1=1&rev2=2 % export AWS_ACCESS_KEY_ID=YOUR_ID % export AWS_SECRET_ACCESS_KEY=YOUR_SECKEY % ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr + // Launch a Hama cluster on EC2 + % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private -key-file ~/.ssh/id_rsa_whirr - % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private -key-file ~/.ssh/id_rsa_whirr + ... + Namenode web UI available at http://ec2-184-73-29-237.compute-1.amazonaws.com:50070 + Jobtracker web UI available at http://ec2-184-73-29-237.compute-1.amazonaws.com:50030 + Wrote Hadoop site file /home/edward/.whirr/hama/hadoop-site.xml + Wrote Hadoop proxy script /home/edward/.whirr/hama/hadoop-proxy.sh + Completed configuration of hama + BSPMaster web UI available at http://ec2-184-73-29-237.compute-1.amazonaws.com:40013 + Wrote Hama site file /home/edward/.whirr/hama/hama-site.xml + Wrote Hama proxy script /home/edward/.whirr/hama/hama-proxy.sh + Wrote instances file /home/edward/.whirr/hama/instances + Started cluster of 6 instances + ... + + // Destroy + % bin/whirr destroy-cluster --config recipes/hama-ec2.properties }}}
