- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Linux get the current HDP Version
- Labels:
-
Apache Hadoop
Created ‎07-29-2016 10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can run below commands to find the hdp version.
hdp-select or rpm -qa|grep hadoop
Created ‎08-01-2016 02:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
