- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Setup HDP on Azure using Cloudbreak
- Labels:
-
Hortonworks Cloudbreak
Created 06-03-2019 03:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, where I can find updated information upon how to install a small cluster in Azure? Preferably a video.
I understand that using cloudbreak looks like the most promising way.
After I have my cluster, is it possible to store the parameters and be able to launch the cluster on Azure at will, without having to spend a lot of time configuring the same things?
Or even better do you know if there is a way to launch already preconfigured clusters from a blueprint? Say for example that I have a script which automatically provides 5 or 6 VMs on Azure and then launce HDP automatically?
Thank you
Created 06-13-2019 03:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You asked multiple question, I'll try to make a list out of it and answer them in order
- Where I can find updated information upon how to install a small cluster in Azure?
This would consist of 2 steps. First you need to deploy your own Cloudbreak Installation. We have a tool for that called cbd.
I would advise to follow one of our quick start guides: https://github.com/hortonworks/azure-cbd-quickstart
The second step is once you have Cloudbreak running, you can start creating your clusters. - Is it possible to store the parameters and be able to launch the cluster on Azure at will without having to spend a lot of time configuring the same things?
You can easily reproduce an HDP cluster once you did the initial configuration. You just need to save the cluster descriptor json and feed that to one of our APIs. - Do you know if there is a way to launch already preconfigured clusters from a blueprint?
Yes, Cloudbreak comes with Default Ambari blueprints built in. These blueprint define what services should be installed on the Cluster. You can also specify custom blueprints if you are not satisfied with the built in ones. - Say for example that I have a script which automatically provides 5 or 6 VMs on Azure and then launce HDP automatically?
You don't need to fiddle with custom scripts, cloudbreak can provision machines, networks,disk, anything that is needed for a cluster.
Created 06-13-2019 03:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You asked multiple question, I'll try to make a list out of it and answer them in order
- Where I can find updated information upon how to install a small cluster in Azure?
This would consist of 2 steps. First you need to deploy your own Cloudbreak Installation. We have a tool for that called cbd.
I would advise to follow one of our quick start guides: https://github.com/hortonworks/azure-cbd-quickstart
The second step is once you have Cloudbreak running, you can start creating your clusters. - Is it possible to store the parameters and be able to launch the cluster on Azure at will without having to spend a lot of time configuring the same things?
You can easily reproduce an HDP cluster once you did the initial configuration. You just need to save the cluster descriptor json and feed that to one of our APIs. - Do you know if there is a way to launch already preconfigured clusters from a blueprint?
Yes, Cloudbreak comes with Default Ambari blueprints built in. These blueprint define what services should be installed on the Cluster. You can also specify custom blueprints if you are not satisfied with the built in ones. - Say for example that I have a script which automatically provides 5 or 6 VMs on Azure and then launce HDP automatically?
You don't need to fiddle with custom scripts, cloudbreak can provision machines, networks,disk, anything that is needed for a cluster.
