Metadata-Version: 1.0
Name: ambari
Version: 0.0.15
Summary: Amabri python client based on ambari rest api.
Home-page: https://github.com/excelwang/ambari-python-client
Author: Excel Wang
Author-email: wanghj@cnic.com
License: Apache-2.0 Licence
Description: Amabri python client based on ambari rest api.
        
        ===================
        Install
        ===================
        pip install ambari
        
        ===================
        Command line
        ===================
        ambari -h
        
        ambari localhost:8080 service start ZOOKEEPER
        
        ambari localhost:8080 host remove server2
        
        ===================
        Python modular
        ===================
        
        from ambari.client import Client
        
        client=Client('http://localhost:8080')
        
        for s in client.cluster.services:
        
            print(s.name)
        
            s.start()
Keywords: pip,ambari,packone
Platform: any
