Master Guru
Created 06-20-2018 10:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cloudera Manager is a graphical user interface intended for use in a browser. I recommend you try connecting in a browser.
Alternatively, you can use an API call to determine whether the server is responding:
# curl -u admin:admin <cm_host>:<cm_port>/api/version
This should return the version number of the CM API supported by CM.