Created on 12-04-2015 11:24 AM - edited 09-16-2022 02:51 AM
Weird anomoly on HUE
I have a instance using chrome hitting the same HUE instance on the same cluster
in 1 tab I can run Impala queries but newer tabs cannot run any queries
Chrome Version 47.0.2526.73 (64-bit)
CDH 5.3.3
Sentry is not enabled
Created 12-04-2015 11:46 AM
Created 12-04-2015 12:26 PM
Created on 12-15-2017 02:33 AM - edited 12-15-2017 02:39 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.
Created 01-15-2018 02:12 PM