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

Debian 9

On a server host that has Internet access, use a command line editor to perform the following:

Steps

  1. Before installing Ambari, you must update username and password in the ambari.list file. Run the following command: 

vi /etc/apt/sources.list.d/ambari.list

    For example, the output displays the following:

    #VERSION_NUMBER=2.7.5.0-72
    #json.url = http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json
    deb https://username:password@archive.cloudera.com/p/ambari/debian9/2.x/updates/2.7.5.0 Ambari main	
  2. Next, install the Ambari bits. This also installs the default PostgreSQL Ambari database.

    apt-get install ambari-server 
[Note]Note

When deploying a cluster having limited or no Internet access, you should provide access to the bits using an alternative method.

Ambari Server by default uses an embedded PostgreSQL database. When you install the Ambari Server, the PostgreSQL packages and dependencies must be available for install. These packages are typically available as part of your Operating System repositories. Please confirm you have the appropriate repositories available for the postgresql-server packages.

Next Step

Set Up the Ambari Server

More Information

Using a Local Repository