You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to genie
Hi, I am trying to use Genie to run Spark jobs on DC/OS or Mesos clusters. I would like to know if Genie supports DC/OS or Mesos out of the box. If not, what would it entail to add that support. I would be great if anyone can share their experience / point to resources of running Genie with DC/OS or Mesos clusters. Thanks, Yogesh.
Tom Gianos
unread,
Apr 18, 2017, 3:00:10 PM4/18/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to genie
Yogesh,
While we haven't run Genie with Mesos clusters at Netflix yet looking at the documentation for Mesos it doesn't appear it would be that hard. I looked at how spark submit works with Mesos and it looks like you just need to provide the --master argument with mesos://something or mesos://zk etc. So to do this I could see registering your mesos clusters with setup files that export a Mesos master URL like EXPORT MESOS_MASTER_URL=mesos://myMesosCluster/api/v1/etc/etc. Then within your command configuration you can set your path to use this like --master ${MESOS_MASTER_URL}. In this way your spark-submit would work on any number of mesos clusters registered with Genie. We do something similar with our presto clusters internally.