Created 01-05-2017 04:41 PM
Is it possible to deploy HDP docker container in Mesos using Marathon?
If so, where can i get the docker images from and the Marathon recipes?
If its not possible with the combination above, what are the options to deploy HDP on Mesos? How is it going to be better than running on Yarn?
Created 01-05-2017 06:58 PM
Cloudbreak currently offers a Technical Preview for deployment on Mesos. At a high level, Cloudbreak deployment on Mesos is similar to Cloudbreak implementations on other cloud providers: HDP clusters are provisioned through Ambari with the help of blueprints, and Ambari server and agents run in Docker containers. However, there are some important differences with other cloud providers:
From a YARN perspective, there is no difference between Mesos and other public / private clouds. YARN manages the compute capacity provided to it by the IaaS layer.
Created 01-05-2017 06:58 PM
Cloudbreak currently offers a Technical Preview for deployment on Mesos. At a high level, Cloudbreak deployment on Mesos is similar to Cloudbreak implementations on other cloud providers: HDP clusters are provisioned through Ambari with the help of blueprints, and Ambari server and agents run in Docker containers. However, there are some important differences with other cloud providers:
From a YARN perspective, there is no difference between Mesos and other public / private clouds. YARN manages the compute capacity provided to it by the IaaS layer.
Created 01-06-2017 04:16 AM
@Tom McCuch Thanks for the clarification. One another related question is that in general what are the advantages that Mesos would bring over Yarn? Especially given the fact that Hortonworks is making efforts to support HDP on Mesos. I mean why care. If HDP on the cloud, its still YARN thats going to be the cluster manager.
Created 01-11-2017 08:46 PM
YARN is designed for Hadoop and is very mature and stable.
Mesos is very new, written in C++, has CPU scheduling.
This presentation is pretty good.
http://www.slideshare.net/mKrishnaKumar1/mesos-vs-yarn-an-overview
Created 01-06-2017 10:49 PM
To help clarify, all of the data access components within HDP run on YARN. We view Mesos as one of the many alternatives for IaaS within the private cloud space (Openstack, VMware, etc.). Our aim is to support them all and provide our customers both connectivity and portability across them with HDF and HDP.
Created 01-07-2017 05:20 PM
@learninghuman I hope this answered your questions. If so, please remember to accept my answer. Thank you! _Tom