org.apache.hadoop.ipc.RemoteException:User: xxx is not allowed to impersonate anonymous
下载driver-hive-jdbc-3.1.2-standalone
修改hadoop 配置文件 etc/hadoop/core-site.xml,加入如下配置项
hadoop.proxyuser.你的用户名.hosts
*
hadoop.proxyuser.你的用户名.groups
*
修改配置hdfs-site.xml文件
dfs.permissions.enabled
false
