Created 07-29-2016 10:20 AM
Is there any Linux command how to get the current HDP Version? I am working on Centos 7.
Created 08-01-2016 02:13 PM
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
Created 07-29-2016 10:26 AM
You can run below commands to find the hdp version.
hdp-select or rpm -qa|grep hadoop
Created 08-01-2016 02:13 PM
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
Created 11-27-2018 05:52 AM
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