Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Error with Cloudbreak Deployer 2.7.1 command not found

avatar
New Member

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 Member

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 Member

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

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