Under cloudera, i'm trying to configure hive metastore to be highly available.
So i followed the tutorial bellow : http://www.cloudera.com/content/www/en-us/documentation/archive/cdh/4-x/4-7-1/CDH4-Installation-Guide/cdh4ig_hive_metastore_configure.html
My question is : do i need to add load balancers between hive metastore server and the replicated databases ?
Cause i think that we either need to give a list of URIs of the databases to hive metastore servers or to use a load balancer to switch to an other database in case of failure.
thanks in advance