hive hbase Insufficient permissions for user ‘hive‘

hive创建hbase关联表,无法关联数据

异常

hive hbase Insufficient permissions for user 'hive'

解决方法:
hbase shell
登录hbase后、
输入:grant ‘hive’,‘RWXCA’
回车
hive hbase Insufficient permissions for user ‘hive‘_第1张图片
数据就可以读取出来了
hive hbase Insufficient permissions for user ‘hive‘_第2张图片

解读

HBase提供的五个权限标识符:RWXCA,分别对应着READ(‘R’), WRITE(‘W’), EXEC(‘X’), CREATE(‘C’), ADMIN(‘A’)

你可能感兴趣的:(Hive,hive,关联,hbase,insufficient,permissions)