[
https://issues.apache.org/jira/browse/WHIRR-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated WHIRR-121:
----------------------------
Attachment: WHIRR-121.patch
Here's a new version which I tried out. To build:
{noformat}
mvn clean install
cp cli/target/whirr-cli-*-SNAPSHOT.jar .
{noformat}
I used the following configuration:
{noformat}
whirr.service-name=mesos
whirr.cluster-name=mymesoscluster
whirr.instance-templates=1 mesos-master,1 mesos-slave
whirr.provider=ec2
whirr.identity=...
whirr.credential=...
whirr.client-cidrs=0.0.0.0/0
whirr.run-url-base=http://whirr.s3.amazonaws.com/WHIRR-mesos/
{noformat}
Run with
{noformat}
bin/whirr launch-cluster --config=mesos.properties
{noformat}
It takes a while (20 mins or more) to start since the install script has to
build Mesos from source. This could be improved if Mesos built RPMs, or if we
had WHIRR-88. Using larger instances would help a lot too.
Multiple services are being tracked in WHIRR-117 - Mesos + HDFS is a great
example of where we want to get to.
> Create a service for Mesos
> --------------------------
>
> Key: WHIRR-121
> URL: https://issues.apache.org/jira/browse/WHIRR-121
> Project: Whirr
> Issue Type: New Feature
> Reporter: Tom White
> Attachments: WHIRR-121.patch, WHIRR-121.patch, WHIRR-121.patch
>
>
> From the website: "Mesos is a platform for running multiple diverse cluster
> computing frameworks, such as Hadoop, MPI, and web services, on commodity
> clusters." See http://mesos.berkeley.edu/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.