【问题标题】:Failed to establish connection SQLSTATE: HY000[DataStax][Hardy] (22) Error from ThriftHiveClient: connect() failed: errno = 10061无法建立连接 SQLSTATE: HY000[DataStax][Hardy] (22) 来自 ThriftHiveClient 的错误: connect() failed: errno = 10061
【发布时间】:2014-06-26 23:55:38
【问题描述】:

我正在使用 Datastax 企业版,集群之一是 Hadoop/Hive。我正在尝试使用 datastax hive odbc 连接器连接到 hive。我收到如下错误:

Connector Version: V1.0.0.1007

Running connectivity tests...

Attempting connection
Failed to establish connection
SQLSTATE: HY000[DataStax][Hardy] (22) Error from ThriftHiveClient: connect() failed: errno = 10061

TESTS COMPLETED WITH ERROR

【问题讨论】:

    标签: datastax-enterprise


    【解决方案1】:

    错误 10061 表示connection refused 似乎您尚未在 Analytics 节点上启动配置单元服务,因此 TCP 10000 上没有任何内容正在侦听 请登录您的 DSE Analytics 节点之一并执行: dse hive --service hiveserver

    然后从您的 Windows 系统重试您的测试

    来源:http://www.datastax.com/documentation/datastax_enterprise/4.0/datastax_enterprise/ana/anaHivStrtSvr.html

    【讨论】:

      猜你喜欢
      • 2019-06-21
      • 2019-07-04
      • 1970-01-01
      • 2014-12-16
      • 2011-10-25
      • 2022-01-06
      • 2014-04-26
      相关资源
      最近更新 更多