Created 11-03-2017 04:06 PM
Hi experts,
Let me explain to you my scenario :
As a consultant and given a Hortonworks cluster in our customer's compagny. The problem is that Dev/Testing cluster get often saturated which slow development process whithin my team. I was asking myself if it was possible to "duplicate" Dev cluster's config (everything: HBase, ELK, Hive ...etc) and import it on our local machines containing Hortonworks Sandbox, to transform Sandbox into a tiny-cluster (config side of course) so that I can contact the cluster admin to suggest him/her this approach.
Thanks in advance,
Tahar.
Created 11-03-2017 08:24 PM
Sandbox is a single node env. getting started environment. If you have the RAM and CPU you can build a docker dev HDP cluster using DockerDoop. @Sam Hjelmfelt
https://community.hortonworks.com/repos/16744/dockerdoop.html
You could try to export the blueprint from your production cluster and then modify it for your small docker bassed dev/test cluster.
Created 11-03-2017 08:24 PM
Sandbox is a single node env. getting started environment. If you have the RAM and CPU you can build a docker dev HDP cluster using DockerDoop. @Sam Hjelmfelt
https://community.hortonworks.com/repos/16744/dockerdoop.html
You could try to export the blueprint from your production cluster and then modify it for your small docker bassed dev/test cluster.
Created 11-06-2017 09:15 AM
Thank you @Rafael Coss for your answer, I think it's going to fit with our needs