Member since
02-23-2018
9
Posts
1
Kudos Received
1
Solution
03-18-2019
09:08 PM
Hi Nathaniel, This issue discovered and fixed in Cloudbreak 2.7.2. You can update to this version easily, here are the steps: 1. Navigate to your deployment directory 2. Run the following commands: export CBD_VERSION=2.7.2
curl -Ls public-repo-1.hortonworks.com/HDP/cloudbreak/cloudbreak-deployer_${CBD_VERSION}_$(uname)_x86_64.tgz | tar -xz -C /bin cbd $(uname) will be replaced automatically with Linux or Darwin according to the OS you are running it > If you would like to download via browser, replace2.7.2 and $(uname) in the URL and then paste the URL in the browser and extract into the /bin directory 3.Verify the version cbd version 4.Next, restart Cloudbreak by using: cbd restart Let me know if you need any help! Br, Gergely
... View more