python-ambariclient icon indicating copy to clipboard operation
python-ambariclient copied to clipboard

Python client bindings for the Apache Ambari REST API

Results 13 python-ambariclient issues
Sort by recently updated
recently updated
newest added

Trying to stop a specific component for a host doesn't work currently. The request is made, but the operation_level is not set correctly, so nothing happens in ambari. I don't...

Hi, I'm facing a problem when I try to restart my HDFS service: `cluster.services('HDFS').restart()` I get this stack trace: ``` Traceback (most recent call last): File "C:\AmPy\restart.py", line 22, in...

Updated to mirror how the REST API call being made by the Ambari UI. This prevents some services and clients from being left out of the start process.

While trying to retrieving and modifying 'core-site.xml', it seems ambariclient does not support configurations completely. For e.g., for my hdp named 'cluster' with Ambari host/port as node-1.cluster:8080, issuing this command:...

Thx for the project. Just to let you know that I created a conda package out of it (see [here](https://anaconda.org/jpoullet2000/ambariclient)). Just added a conda.recipe folder for that. Wondering if this...

Add license file so that github can display it in the project header.

- [ ] Add tab-completion or autocompletion - [ ] Add persistent history - [x] Add CLI config options - [x] Add way to adjust log-level on the fly -...