我是配置單元的入門者。當我嘗試執行任何命令蜂巢:java.sql.SQLException:無法在配置單元中啓動數據庫'/ var/lib/hive/metastore/metastore_db'
hive>SHOW TABLES;
它顯示下面的錯誤:
FAILED: Error in metadata: javax.jdo.JDOFatalDataStoreException: Failed to start database '/var/lib/hive/metastore/metastore_db', see the next exception for details.
NestedThrowables:
java.sql.SQLException: Failed to start database '/var/lib/hive/metastore/metastore_db', see the next exception for details.
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
我認爲這應該發佈在[超級用戶](http://superuser.com/)上。 – PlasmaPower
問題是由我[這裏]回答[1] [1]:http://stackoverflow.com/questions/15761139/java-sql-sqlexception-failed-to-start-database-metastore -db-錯誤而-INIT/25587527#25587527 – Dexter