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.

difference between Ambari version1.7.1 and version2.1.1

avatar
New Member

In Ambari 1.7.1 first installation, I can choose to install "Ranger",however it is opposite in Ambari 2.1.1, I can not choose "Ranger" to install. Therefore what`s the reason about these difference? What should I do if I want to install "Ranger" component in Ambari 2.1.1 first installation.

thanks

1 ACCEPTED SOLUTION

avatar
Master Guru

@Benson Shih - Please refer to release notes here

View solution in original post

4 REPLIES 4

avatar
Master Guru

@Benson Shih - Please refer to release notes here

avatar
Guru

Also checkout the What's New slides for Ambari 2.1 here:

http://www.slideshare.net/hortonworks/apache-ambari-whats-new-in-21

avatar
New Member

I found in "ambari-web/app/models/stack_service.js" that we could comment out the "doNotShowAndInstall" function in order to show up Ranger or Ranger KMS in first installation.

avatar
Master Mentor

the reason is that we want to control the order of install, specifically, we want to make sure mysql database is up, running and accessible so that Ranger would result in successful install. It is by design hidden. @Benson Shih

@Ancil McBarnett

please confirm