Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Is there an api call to download HDC CLI tar file?
Labels:
- Labels:
-
Hortonworks Cloudbreak
Rising Star
Created ‎03-22-2017 05:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
1 ACCEPTED SOLUTION
Super Collaborator
Created ‎03-22-2017 06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2 REPLIES 2
Super Collaborator
Created ‎03-22-2017 06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Rising Star
Created ‎03-22-2017 04:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thankyou @khorvath!
