Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar
Cloudera Employee

To use DPS services, i.e. DLM, for replication between HDP clusters over wired encryptions leverages the Knox gateway functionality. For that two services must be configured in Knox and one Ranger Policy created. This is the quick setup of the required Ambari services in Knox and Ranger.

Adding two new services (AMBARI and AMBARIUI) to the Knox advance topology configuration

            <service>
                <role>AMBARI</role>
                <url>http://knox-gw:8080</url>
            </service>
            <service>
                <role>AMBARIUI</role>
                <url>http://knox-gw:8080</url>
            </service>

In Ranger define a policy to allow the access to AmbariUI

70427-screen-shot-2018-04-20-at-114441.png

Then restart the all marked service in the cluster.

Test that it works and login to Ambari by proxying Knox (default port: 8443).

70426-screen-shot-2018-04-20-at-113406.png

Now you can join the cluster in DPS.

872 Views
0 Kudos