天天看点

spark 启动thrift server 支持 jdbc连接

在 ./conf下 创建 hive-site.xml

添加:

<configuration>

    <property>

      <name>hive.metastore.client.connect.retry.delay</name>

      <value>5</value>

    </property>

      <name>hive.metastore.client.socket.timeout</name>

      <value>1800</value>

      <name>hive.metastore.connect.retries</name>

      <value>24</value>

      <name>hive.metastore.uris</name>

      <value>thrift://hq001.gotop.com:9083</value>

      <name>hive.server2.thrift.port</name>

      <value>10015</value>

      <name>hive.server2.transport.mode</name>

      <value>binary</value>

  </configuration>

说明:hive.metastore.uris为hive的元数据获取地址

10015为jdbc连接spark的端口

本文转自 yntmdr 51CTO博客,原文链接:http://blog.51cto.com/yntmdr/1765413,如需转载请自行联系原作者