我有两个id us_id1和us_id2,两个id都是alldev组的一部分。 使用us_id1,我可以查看HDFS中的所有目录,并且可以执行所有Hive命令
使用us_id2,我可以查看所有目录并登录配置单元。
但是当我运行一个像show databases这样的简单命令时;我收到以下错误。
on database directory /datalake/sample_dev/metastore_db in READ ONLY mode
Database Class Loader started - derby.database.classpath=''
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
us_id2缺少什么?