有没有一种方法可以将connectionurl列表分配给hive metastoreclient,以便在第一个数据库出现故障时请求hive metastore连接到另一个数据库?
我在hive-site.xml中找到的唯一属性是(并且它只接受一个url):
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://myhost/metastore</value>
<description>the URL of the MySQL database</description>
</property>
1条答案
按热度按时间pdtvr36n1#
直接来自mysql文档:
所以这是一个mysql设置问题,而不是metastore配置问题。
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html