Last active
January 10, 2019 23:58
-
-
Save dgadiraju/df639040f8eaf11f4e89dd9ad5cd6607 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the setup for HS2. beeline client connect to load_balancer_host:10001. | |
# HAProxy will balance connections among the list of servers listed below. | |
listen hiveserver2 :10001 | |
mode tcp | |
option tcplog | |
balance source | |
server bigdataserver-3-hive2 bigdataserver-3:10000 | |
server bigdataserver-4-hive2 bigdataserver-4:10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment