在hive-site.xml文件中
<property>
<name>hive.security.authorization.enabled</name>
<value>true</value>
</property>
<property> <name>hive.security.authorization.createtable.owner.grants</name> <value>SELECT,DROP</value></property>第一个表示开启权限验证;第二个表示建表者对表拥有的权限,可以写ALL