Created on 04-19-2017 02:59 PM - edited 09-16-2022 08:13 AM
Is the Cloudera Altus CLI supported for Windows systems?
Starting with the Cloudera Altus CLI Version 1.1.3, installation is available through pip, as long as the following minimum requirements are met:
Minimum version of Python 3.6+
Created on 05-04-2017 01:22 AM
Also if you're using Windows 10 and are at least running the Anniversary Update, you can enable the Linux subsystem which will install an ubuntu based shell. Using that shell you should be able to use the Altus CLI just like it is documented.
Created on 06-22-2017 06:26 PM
Hi,
If you are comfortable with Docker, you might as well use this Docker image for Altus CLI (currently for Altus CLI 1.1.0): https://github.com/tsuyo/cloudera-altuscli
$ docker pull kirasoa/cloudera-altuscli $ docker run -ti -v ~/.altus:/root/.altus kirasoa/cloudera-altuscli
(Change ~/.altus to whatever path on your Windows system)