Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hue High Availability? #21

Open
OneCricketeer opened this issue Jun 19, 2017 · 2 comments
Open

Hue High Availability? #21

OneCricketeer opened this issue Jun 19, 2017 · 2 comments

Comments

@OneCricketeer
Copy link

OneCricketeer commented Jun 19, 2017

This service gives the ability to install Hue on multiple hosts I assume like the other Ambari services, but does it provide the ability to load balance them via Nginx, for example?

I know Cloudera Manager provides the option to setup a load balancer, but could this be done in Amabri?

In a Jinja template for Nginx, you could so something like

upstream hue {
  ip_hash;

  # List all the Hue instances here for high availability.
  {% for server in serverlist %}
    server {{ server }}:8888 max_fails=3;
  {% endfor %}
}
@EsharEditor
Copy link
Owner

Hi cricket007:
At present,this service dosen't provide the ability to load balance on multiple hosts. But I will update this service based on the information given. Thank you!

@OneCricketeer
Copy link
Author

Cool. I'd consider making a pull request, but haven't had the opportunity to learn about making Ambari services yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants