Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar
Master Guru

@proxim,

 

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.

 

View solution in original post

Who agreed with this solution