This post explains how to install GraphLab on Amazon EC2 and how to load GraphLab from a preinstalled EC2 image.
Loading Graphlab from one of our publicly available images:
1) Follow the directions on http://graphlab.org/download.html to check out the latest available AMI. Launch the selected image using Amazon AWS Console.
NOTE: Images are available in US-EAST region.
TIP: Don't forget to allow SSH (Tcp port 22) in the default security group,
( In the AWS console go to EC2 -> Network Security -> Security Groups and verify that in the default security group (or the security group you where using)).
2) After launching the AMI instance, it is always desirable to get the latest
GraphLab using the commands:
cd graphlabapi hg pull hg update ./configure cd release make -j4
3) It is also useful to run unit testing to verify the update went fine:
cd tests/ ./runtests.sh
GraphLab installation instructions
NOTE: The below instruction should be used by advanced users, in case you did not find the required AMI in our public AMI images.
Installations instructions where moved to the download page.
Select the matching icon for your operating systems for detailed instructions.
Thanks for Wangshu Pang a CMU CS master student on Very Large Information Systems (VLIS) who helped improve this posting.
ReplyDeleteDid not work for me, I took ubuntu ami-f2fa009b on m2.4xlarge, "./configure" ended with "-- Configuring incomplete, errors occurred!". Which image would you recommend that works out of box, so that I don't have to reinstall boost, eigen etc...?
ReplyDeleteHI Sasha! Don't worry - we are here for support. Can you please email our user mailing list with the exact error you are getting? And the exact commands you used. https://groups.google.com/group/graphlab-kdd
DeleteThanks
DB