EMR クラスターを作成し、最初の Impala テーブルを作成しようとしています。このエラーの取得: この Impala デーモンは、ユーザー要求を受け入れる準備ができていません。ステータス: StateStore からのカタログの更新を待機しています。何か提案はありますか?Amazonが文書化したとおりにすべてを行いました。
[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] >