Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

How to know the version of Ambari Server and Ambari Agent?

Expert Contributor

Can anybody help me understand how I can know the version of Ambari server and Ambari agent?

1 ACCEPTED SOLUTION

Hi @Pradeep kumar

1, If you have installed ambari server then you can find version using below steps -

Point your browser to http://{ambari.server.hostname}:8080. Log in to the Ambari Server using the default username/password: admin/admin[unless you have changed the login password]. Once login pls dropdown "admin" tab located on top right side of the webui and click on "About". This will display the ambari server version. Pls find screenshot for the same -

1911-screen-shot-2016-02-08-at-33710-pm.png

--

1912-screen-shot-2016-02-08-at-33736-pm.png

As mentioned by @Benjamin Leonhardi you can use yum and also the rpm command to display ambari server and agent version, as shown below -

1913-screen-shot-2016-02-08-at-35138-pm.png

[Note: Make sure you have root/superuser login on server.]

2. If you have not installed Ambari-server or agent and just want to explore information prior to installation then please refer link for the version and release details -

Ambari Releases and Versions [http://hortonworks.com/hadoop/ambari/#section_5]

Let me know if this helps you out for what you are looking for.

View solution in original post

4 REPLIES 4

Different options, Ambari tells you the version in the about page but if you are not sure about the agents you might have mixed installations?

So the definitive way is:

yum list | grep ambari-agent

yum list | grep ambari-server

in linux as root.

Hi @Pradeep kumar

1, If you have installed ambari server then you can find version using below steps -

Point your browser to http://{ambari.server.hostname}:8080. Log in to the Ambari Server using the default username/password: admin/admin[unless you have changed the login password]. Once login pls dropdown "admin" tab located on top right side of the webui and click on "About". This will display the ambari server version. Pls find screenshot for the same -

1911-screen-shot-2016-02-08-at-33710-pm.png

--

1912-screen-shot-2016-02-08-at-33736-pm.png

As mentioned by @Benjamin Leonhardi you can use yum and also the rpm command to display ambari server and agent version, as shown below -

1913-screen-shot-2016-02-08-at-35138-pm.png

[Note: Make sure you have root/superuser login on server.]

2. If you have not installed Ambari-server or agent and just want to explore information prior to installation then please refer link for the version and release details -

Ambari Releases and Versions [http://hortonworks.com/hadoop/ambari/#section_5]

Let me know if this helps you out for what you are looking for.

New Contributor

for Ubuntu:

dpkg --list | grep ambari

New Contributor

is there a way to get ambari version via the rest api?

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.