Hive 1.0-远程MySQL元存储配置

Hive 1.0-远程MySQL元存储配置,hive,apache-spark-sql,metastore,apache-hive,Hive,Apache Spark Sql,Metastore,Apache Hive,在EMR4.2-Hive1.0版本上,我想连接到远程mysql元存储 <property> <name>hive.metastore.uris</name> <value>thrift://hive-metastore-remotemysql.aws.com:9083</value> <description>JDBC connect string for a JDBC metastore</descrip

在EMR4.2-Hive1.0版本上,我想连接到远程mysql元存储

<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>

hive.metastore.uris
thrift://hive-metastore-remotemysql.aws.com:9083
JDBC元存储的JDBC连接字符串
此remorte元存储位于配置单元.12上,我仍然希望从新群集连接到同一元存储。由于新的hive-site.xml格式,我无法为元存储URI提供适当的值。因为远程计算机上不存在9083 DEOE。我给本地的Id,然后hive不知道所有的数据库

有人面对过这个问题并解决了吗

谢谢