Skip to content

Cloudera Manager

Cloudera Manager

Knox provides proxied access to Cloudera Manager API.

Gateway configuration

The Gateway can be configured for Cloudera Manager API by modifying the topology XML file and providing a new service XML file.

In the topology XML file, add the following with the correct hostname:

<service>
  <role>CM-API</role>
  <url>http://<cloudera-manager>:7180/api</url>
</service>