[
https://issues.apache.org/jira/browse/SAMZA-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091630#comment-14091630
]
Jon Bringhurst commented on SAMZA-375:
--------------------------------------
A modified hello-samza with support for creating a basic Mesos grid (no samza
integration yet) can be found at
https://github.com/fintler/hello-samza/tree/SAMZA-375
To bootstrap the grid, use:
{noformat}
cd hello-samza
./bin/grid bootstrap-mesos
{noformat}
After it finishes, head to http://localhost:5050/ for the Mesos console.
I tried running this on jdk8u11 at first, but it complains a ton and fails out
on javadoc errors. It worked after switching to jdk7u51.
> Investigate Mesos Job Support
> -----------------------------
>
> Key: SAMZA-375
> URL: https://issues.apache.org/jira/browse/SAMZA-375
> Project: Samza
> Issue Type: Bug
> Reporter: Jon Bringhurst
> Assignee: Jon Bringhurst
>
> It would be nice if Samza had support for Mesos (https://mesos.apache.org/).
> The current plan is to create a MesosJob and MesosJobFactory, then look into
> what it would take to allow the AM code to act as a Mesos scheduler.
> The feasibility of this landing in trunk will be better understood after a
> rough prototype has been created.
--
This message was sent by Atlassian JIRA
(v6.2#6252)