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.

Ranger installation on the HDF and HDP clusters

avatar
Expert Contributor

Hi,

We are working on the POC implementation with the following nodes :

I am wondering if you recommend to install Ranger on both HDF and HDP or can i install it on just Ambari server (HDP2.6) for both?

Thanks,

SJ

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Sanaz Janbakhsh

HDF and HDP stacks may each use different version of Ranger. NiFi would not have been tested against a newer version of Ranger then what is included in HDF stack.

That being said, there is no reason a single Ranger install could not be used to manage multiple services. The Ranger that is included with HDP will not include the service definition for NiFi, so it would need to be installed manually.

The following link discusses how to set this up:

http://bryanbende.com/development/2016/04/25/building-a-plugin-for-apache-ranger

I do not know what impact manually adding service definitions HDP will have on HDP upgrades. Will those added service definitions be lost following upgrade? I would hope not, but personally have no knowledge in that area.

Thanks,

Matt

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Sanaz Janbakhsh

HDF and HDP stacks may each use different version of Ranger. NiFi would not have been tested against a newer version of Ranger then what is included in HDF stack.

That being said, there is no reason a single Ranger install could not be used to manage multiple services. The Ranger that is included with HDP will not include the service definition for NiFi, so it would need to be installed manually.

The following link discusses how to set this up:

http://bryanbende.com/development/2016/04/25/building-a-plugin-for-apache-ranger

I do not know what impact manually adding service definitions HDP will have on HDP upgrades. Will those added service definitions be lost following upgrade? I would hope not, but personally have no knowledge in that area.

Thanks,

Matt

avatar
New Member

Thanks for benefit link matt!