我正在使用Ubuntu和Hive 2.0.1。
hiveserver2已正确启动。
在直线上以及当我键入use default;
时
我有这个错误
Error: Error wh`enter code here`ile compiling statement: FAILED: SemanticException MetaException(message:No privilege 'Select' found for inputs {database:default}) (state=42000,code=40000)
与之相同:创建,更新查询。 我执行这些命令
mysql> CREATE USER 'hduser'@'%' IDENTIFIED BY 'hduser';
mysql> GRANT all on *.* to 'hduser'@localhost identified by 'hduser';
mysql> flush privileges;
但是问题仍然存在。我应该配置什么?