Hive 1.0 - REMOTE MySQL Metastore配置

时间:2016-04-20 00:40:38

标签: hive apache-spark-sql metastore apache-hive

关于EMR 4.2 - Hive 1.0版本,我想连接到远程mysql Metastore。

<property>
  <name>hive.metastore.uris</name>
  <value>thrift://hive-metastore-remotemysql.aws.com:9083</value>
  <description>JDBC connect string for a JDBC metastore</description>
</property>

这个remorte Metastore在Hive .12上,我仍然希望从新的集群连接到相同的Metastore。由于新的hive-site.xml格式,我无法为metastore-uris赋予适当的价值。因为远程不存在9083个deoes。我给了本地,然后蜂巢不知道所有的数据库。

任何人都面对这个并解决了?

谢谢!

0 个答案:

没有答案