Apache Ambari Administration
Also available as:
PDF
loading table of contents...

Optional: Changing the Default Ambari Server Port

By default, Ambari Server uses port 8080 to access the Ambari Web UI and the REST API. To change the port number, you must edit the Ambari properties file.

Ambari Server should not be running when you change port numbers. Edit ambari.properties before you start Ambari Server the first time or stop Ambari Server before editing properties.

Steps

  1. On the Ambari Server host, open /etc/ambari-server/conf/ambari.properties with a text editor.

  2. Add the client API port property and set it to your desired port value:

    client.api.port=<port_number>
  3. Start or re-start the Ambari Server. Ambari Server now accesses Ambari Web via the newly configured port:

    http://<your.ambari.server>:<port_number>