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.

Linux get the current HDP Version

avatar
New Member

Is there any Linux command how to get the current HDP Version? I am working on Centos 7.

1 ACCEPTED SOLUTION

avatar

or you can get the HDP version from web UI:-

Admin----->>>Stack and Version------>>>>Version

And from command line

1)hdp-select

2) yum list installed |grep HDP

capture.png

View solution in original post

3 REPLIES 3

avatar
Super Guru

You can run below commands to find the hdp version.

hdp-select

or

rpm -qa|grep hadoop

avatar

or you can get the HDP version from web UI:-

Admin----->>>Stack and Version------>>>>Version

And from command line

1)hdp-select

2) yum list installed |grep HDP

capture.png

avatar
Rising Star

You can check the HDP version from Ambari UI.

for 2.7 and Higher Version : Stack and Versions->Versions

for 2.6 or Lower Version : Admin->Stack and Versions->Versions

From Command Line try these commands to check the HDP version.

hdp-select

rpm -qa|grep hadoop