Ubuntu 12.04、hadoop-0.23.5、hive-0.9.0 を使用しています。$HIVE_HOME/my_db/metastore_db
hive -site.xmlの別の場所に metastore_db を個別に指定しました
Hadoop は正常に実行され、 jps
ResourceManager,NameNode,DataNode,NodeManager,SecondaryNameNode が返されます
Hive は完全に開始され、metastore_db と derby.log も作成され、すべての Hive コマンドが正常に実行され、データベース、テーブルなどを作成できます。しかし、数日後、実行するshow databases
と、またはshow tables
エラーが発生します
FAILED: Error in metadata: MetaException(message:Got exception: java.net.ConnectException Call to localhost/127.0.0.1:54310 failed on connection exception: java.net.ConnectException: Connection refused) FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask