Created 03-22-2017 05:10 AM
I could download HDC CLI tar/tgz file from HDC UI. Is there a corresponding api call or command to do the same once controller is up?
Created 03-22-2017 06:14 AM
Hi,
You can download the CLI like this:
curl -kL https://ec2-34-251-140-175.eu-west-1.compute.amazonaws.com/hdc-cli_$(uname)_x86_64.tgz | tar -xz
Here is an article about this: HDCloud using the HDC cli
Created 03-22-2017 06:14 AM
Hi,
You can download the CLI like this:
curl -kL https://ec2-34-251-140-175.eu-west-1.compute.amazonaws.com/hdc-cli_$(uname)_x86_64.tgz | tar -xz
Here is an article about this: HDCloud using the HDC cli
Created 03-22-2017 04:10 PM
thankyou @khorvath!