Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar

While Upgrading/Downgrading HDP in Ambari, if you see "Unable to determine the stack and stack version" it is possible the repo version has some inconsistency.

Post Ambari2.6.x, should have repo_version table "resolved" column as 1 - If it shows "0" then run below update query.

update repo_version set resolved = 1

Re-start Ambari and then attempt the operation again - it should go through.

Note: As of now it is not a BUG as we could not able to reproduce the issue.

960 Views
0 Kudos
Version history
Last update:
‎09-13-2018 10:35 PM
Updated by:
Contributors