python3-sahara
Client library for Openstack Sahara API server - Python 3.x module
Install
- All systems
-
curl cmd.cat/python3-sahara.sh
- Debian
-
apt-get install python3-saharaclient
- Ubuntu
-
apt-get install python3-saharaclient
- Kali Linux
-
apt-get install python3-saharaclient
- Fedora
-
dnf install python3-saharaclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-saharaclient
- Raspbian
-
apt-get install python3-saharaclient
- Dockerfile
- dockerfile.run/python3-sahara
python3-saharaclient
Client library for Openstack Sahara API server - Python 3.x module
Sahara aims to provide users with simple means to provision a Hadoop cluster by specifying several parameters like Hadoop version, cluster topology, nodes hardware details and a few more. This is a client for the Sahara which uses the OpenStack Image API. There's a Python API (the "saharaclient" module), and a command-line script ("sahara"). This package provides the Python 3.x module.