is there a way to assign to hive metastoreclient a list of ConnectionURL in order ask hive metastore to connect to an other database in case of the first one fails ?
the only property that i found in hive-site.xml is ( and it's only accept one URL) :
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://myhost/metastore</value>
<description>the URL of the MySQL database</description>
</property>