Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Linux get the current HDP Version

avatar

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