Quantcast
Channel: Active questions tagged amazon-ec2 - Stack Overflow
Viewing all articles
Browse latest Browse all 29243

Configure Apache Ranger web context path to /ranger

$
0
0

I have been trying to find configuration for Apache Ranger where I'll be able to access Ranger via http://localhost/ranger rather than http:localhost:6080.

I am using NGINX and below is my NGINX configuration for ranger

location /ranger/ {
     proxy_pass http://localhost:6080;
}

I have configured Ranger on an EC2 machine and it is placed in

/usr/local/ranger-admin

I updated the property value ranger.contextName from / to /ranger in the below file

/usr/local/ranger-admin/conf/ranger-admin-default-site.xml

I could not find a way to set the context path in install.properties file as well. Is there a way to set the context path.


Viewing all articles
Browse latest Browse all 29243

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>