login hue within username ‘cindy’, create table from a file using hcata, when i click create table and occurs error like
HCatClient error executing hive query: {“error”:”User: hcat is not allowed to impersonate cindy”} (error 500)
only user named ‘hue’ can be allowed to use hcatlog, my setting as follwing
core-site.xml
hadoop.proxyuser.hue.hosts *
hadoop.proxyuser.hue.groups *
hadoop.proxyuser.hcat.hosts *
hadoop.proxyuser.hcat.groups *
webhcat-site.xml
webhcat.proxyuser.hue.hosts *
webhcat.proxyuser.hue.groups *
webhcat.proxyuser.hcat.hosts *
webhcat.proxyuser.hcat.hosts *
whats wrong with it??