Support Questions

Find answers, ask questions, and share your expertise

Error with Cloudbreak Deployer 2.7.1 command not found

avatar
New Contributor

I have a VM setup in Azure with all of the prereqs met and have the cbd installed:

[root@HortonworksCloudbreak cloudbreak-deployment]# cbd --version 

Cloudbreak Deployer: 2.7.1

When I try to generate or start cbd I get the following error:

[root@HortonworksCloudbreak cloudbreak-deployment]# cbd generate
/tmp/bashenv.711393873: line 2361: jq: command not found
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   498  100   498    0     0   114k      0 --:--:-- --:--:-- --:--:--  121k
(23) Failed writing body
1 ACCEPTED SOLUTION

avatar
New Contributor

Figured it out.......needed to install "jq", a json processor.

https://stedolan.github.io/jq/

View solution in original post

1 REPLY 1

avatar
New Contributor

Figured it out.......needed to install "jq", a json processor.

https://stedolan.github.io/jq/