Solve Impala issue after enabling TLS in Cloudera
In my previous post I configured Auto-TLS in Cloudera Manager and CDH 6x. After enabling SSL, my development team faced this issue. Most of the developer use hue to connect…
In my previous post I configured Auto-TLS in Cloudera Manager and CDH 6x. After enabling SSL, my development team faced this issue. Most of the developer use hue to connect…
In this post let's see how we can enable TLS in Cloudera Manager and CDH.Requirement: Enable TLS encryption on existing Cloudera Manager and Cloudera cluster.Prerequisite: On all hosts I have…
After enabling Auto-TLS on cloudera cluster, Hue load balancer is not starting. We are getting below errors: Error Message: Stderr perl -pi -e 's#{{CLOUDERA_HTTPD_LOG_DIR}}#/mounts/edge/app/log/hue-httpd#' /var/run/cloudera-scm-agent/process/1295-hue-HUE_LOAD_BALANCER/httpd.conf /var/run/cloudera-scm-agent/process/1295-hue-HUE_LOAD_BALANCER/hue.conf /var/run/cloudera-scm-agent/process/1295-hue-HUE_LOAD_BALANCER/supervisor.conf Can't open /var/run/cloudera-scm-agent/process/1295-hue-HUE_LOAD_BALANCER/supervisor.conf:…
Last week one of my development team member came to me with below error which he faced while executing a hive query on hue. Error while processing statement: FAILED: Execution…
When I faced this issue on my cluster, I thought it can be resolved by just simple restart of cluster or restarting ResourceManager service, however I spent more than 8…
Today we will discuss about Clock Offset issue or NTP service is not synchronized to any remote server. Due to this error my services on the host is not starting.…
Today I have a requirement to implement Hive disaster recovery. I have to take a backup of Hive metadata and all hive DB's. Our development team is using different databases…
Yesterday my team mate came to me with a requirement of changing default throttle value (12) in Oozie so that he can test few scenarios. As per documentation we can…
SummaryAfter changing 'Authentication Backend Order' to external, users cannot login. This guide explains how to revert back to default behaviour, authenticating through database first.SymptomsUsers cannot login to Cloudera ManagerConditionsCloudera Manager…
Pre-requisite:We need a service account or user who can search entire active directory, mostly this should be admin user. This is also known as LDAP Bind User.Username: User1Password:******Difference between LDAP…