我刚刚创建了 EMR 集群并尝试创建我的第一个 Impala 表。收到此错误:此 Impala 守护程序尚未准备好接受用户请求。状态:等待来自 StateStore 的目录更新。请问有什么建议吗?我做了亚马逊记录的所有事情。
[ip-10-72-69-85.ec2.internal:21000] > connect localhost;
Connected to localhost:21000
Server version: impalad version 1.2.1 RELEASE (build d0bf3eae1df0f437bb4d0e44649293756ccdc76c)
[localhost:21000] > show tables;
Query: show tables
ERROR: AnalysisException: This Impala daemon is not ready to accept user requests. Status: Waiting for catalog update from the StateStore.
[localhost:21000] >