gpt4 book ai didi

hadoop - 连接错误 : Could not connect to localhost:21000

转载 作者:可可西里 更新时间:2023-11-01 14:21:49 25 4
gpt4 key购买 nike

我正在尝试在没有 cloudera 管理器的情况下在我的本地计算机(32 位 ubuntu)上安装 cloudera impala(它们不支持 32 位 ubuntu,我也尝试过但失败了)。

我已尝试按照以下命令从存储库下载 impala。

    $ sudo apt-get install impala-shell
$ sudo apt-get install impala # Binaries for daemons
$ sudo apt-get install impala-server # Service start/stop script
$ sudo apt-get install impala-state-store # Service start/stop script

到目前为止它工作正常。我的 impala/conf/hive-site.xml 看起来像这样

<property>
<name>hive.metastore.local</name>
<value>false</value>
</property>

<property>
<name>hive.metastore.uris</name>
<value>thrift://localhost:9083</value>
</property>

<property>
<name>hive.metastore.client.socket.timeout</name>
<value>3600</value>
<description>MetaStore Client socket timeout in seconds</description>
</property>

我的 impala/conf/hdfs-site.xml 看起来像这样。

<property>
<name>dfs.client.read.shortcircuit</name>
<value>true</value>
</property>

<property>
<name>dfs.domain.socket.path</name>
<value>/var/run/hadoop-hdfs/dn._PORT</value>
</property>

<property>
<name>dfs.client.file-block-storage-locations.timeout</name>
<value>3000</value>
</property>

现在,我正尝试连接到 impala-shell 上的本地主机。但是,它给了我这个错误

Error connecting: <class 'thrift.transport.TTransport.TTransportException'>, Could not connect to localhost:21000

仅供引用,我正在使用 mysql 作为我的 hive-hadoop 集群的 Metastore。

最佳答案

从状态存储节点执行命令时,我遇到了同样的问题。尝试从任何守护进程节点执行 impala-shell。对我有用!

关于hadoop - 连接错误 : <class 'thrift.transport.TTransport.TTransportException' > Could not connect to localhost:21000,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17171966/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com