Member since
03-09-2016
20
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2276 | 03-21-2016 02:15 AM |
03-22-2016
02:57 AM
Hi We are working on a project . Is it possible to renew our Enterprise Data hub license for 60 more days for development purposes. ? Do we really need to reinstall Enterprise Data Hub software again ? Please advice . Thanks Srikrishna
... View more
03-21-2016
02:15 AM
Hi Thanks . Based on the github , I am able to get all hosts ,ip . For eg if some of the hosts are down ,Is there is an API call to check ? ip hostname down ip hostname up srikrishna Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from cm_api.api_client import ApiResource
>>> api = ApiResource('rhel62-1.ent.cloudera.com', 7180, 'admin', 'admin')
>>> for h in api.get_all_hosts():
... print h.hostname
...
rhel62-2.ent.cloudera.com
rhel62-4.ent.cloudera.com
rhel62-3.ent.cloudera.com
rhel62-1.ent.cloudera.com
>>>
... View more
03-16-2016
11:59 AM
Thanks for your response. We are building a custom UI to display messages when cloudera manager stops/starts the services through API. Is it possible to stop individual services through API. rather than all ? . Is there a specific table it stores relevant data for us to query and check? We are interested to understand through API., what role each node belongs to ? What is the API call.? Sorry for so many questions . I appreciate your response.
... View more
03-12-2016
09:29 AM
Hi Where does Cloudera manager store restart of services information in the database ? We are using the default postgres database. Thanks Srikrishna
... View more
Labels:
- Labels:
-
Cloudera Manager