Member since
12-15-2017
1
Post
0
Kudos Received
0
Solutions
12-15-2017
02:33 AM
It may be a caching issue. So try changing the browser. Like in my case it was working with hive but not with impala. Also i had disable the kerberos. It may happen sometime when the kerberos is disabled from the cluster. So ensure following properties are changed on cloudera manager. Zookeeper enableSecurity (Enable Kerberos Authentication) FALSE HDFS hadoop.security.authentication: Simple hadoop.security.authorization: FALSE dfs.datanode.address from 1004 (for Kerberos) to 50010 (default) dfs.datanode.http.address from 1006 (for Kerberos) to 50075 (default) Data Directory Permissions from 700 to 755 HBASE hbase.security.authentication: Simple hbase.security.authorization: FALSE Hue Kerberos Ticket Renewer: Delete role or stop role Kafka kerberos.auth.enable: FALSE Key-Value hbaseindexer.authentication.type: FALSE SOLR olr Secure Authentication: Simple Once Done. Try again same steps . else switch the browser, for eg change the browser to FireFox from chrome and try again.
... View more