java.sql.SQLException: Failed to start database 'metastore_db' ERROR, while initializing database using hive

后端 未结 3 477
野趣味
野趣味 2021-01-22 13:48

I installed Hadoop and Hive on 3 cluster. I have able to login to hive from my cluster node where HIVE is running.

root@NODE_3 hive]# hive Logging initia

3条回答
  •  被撕碎了的回忆
    2021-01-22 13:55

    follow this steps if you are using CDH 1. copy /usr/lib/hive/conf/hive-site.xml and paste into /usr/lib/spark/conf/

    This will solve the problem of "metastore_db" error

    Thanks

提交回复
热议问题