欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

使用impala中出现的问题一

程序员文章站 2022-03-05 14:24:54
...
impala版本:impala-1.3.0-cdh5.0.0-src.tar.gz 编译后的版本

编译好后,在启动impala查询时候出现了下列的错误:


Query: show tables
ERROR: AnalysisException: This Impala daemon is not ready to accept user
requests. Status: Waiting for catalog update from the StateStore.


解决方式:
出现上述错误的原因是在/etc/hosts中没有配置 127.0.0.1 localhost 导致impala启动statestore和catalog出现错误,所以配上就好了。
相关标签: impala