Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4166 | 05-04-2020 11:56 AM | |
| 2926 | 05-01-2020 10:43 AM | |
| 2917 | 04-28-2020 03:11 PM | |
| 4733 | 04-28-2020 10:35 AM | |
| 3862 | 04-13-2020 10:44 AM |
05-05-2020
09:05 AM
Hi @abhagi,
Thanks for confirming this and great to know the issue got resolved! Please mark this thread as resolved when you get a chance.
Cheers,
Li
... View more
05-04-2020
11:56 AM
Hi @Mondi ,
Thanks for reaching out to Cloudera community.
The "com.mysql.cj.exceptions.InvalidConnectionAttributeException" in the log suggests that MySql JDBC driver version 8.x is being used. However, as pointed out by below doc, we recommend using only version 5.1 of the JDBC driver.
https://docs.cloudera.com/documentation/enterprise/6/latest/topics/cm_ig_mysql.html#cmig_topic_5_5_3
Please download the one from https://dev.mysql.com/downloads/connector/j/5.1.html and then install it in /usr/share/java. After that, retry the command.
Thanks and hope this helps!
Li
... View more
05-01-2020
10:43 AM
2 Kudos
Hi @matagyula ,
Thanks for reaching out to Cloudera community.
Password complexity and account expiration for users in Cloudera Manager is available through external authentication backends. Please note, this need Cloudera Enterprise license.
You can configure external authentication to LDAP/Active Directory or SAML. Read more from below doc:
https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_sg_external_auth.html
However, above does not apply to the CM internal users. We currently have an internal jira which will enhance the validation to the passwords for local CM users adhere to a reasonable policy and it will come in future releases.
Thanks and hope this helps!
... View more
05-01-2020
09:21 AM
Hi @TR7_BRYLE ,
Great to hear the issue is resolved! Thanks for sharing the solution.
Cheers,
Li
... View more
04-30-2020
01:58 PM
1 Kudo
Hi @TR7_BRYLE ,
Thanks for reaching out to Cloudera community.
Could you please share the Ambari server log ambari-server.log and see if we can find any error messages there? What database are you using for Ambari server?
Thanks,
Li
... View more
04-28-2020
03:11 PM
1 Kudo
Hi @bhara ,
Thanks for reaching out to Cloudera community.
Hue cache some static files and that is very useful when talking to Hue API. Are you talking about the user does not need to re login Hue UI after you close the browser? Did the users log out the Hue application or did they just close the browser?
You may want to check this blog and see if the configuration "idle_session_timeout" helps:
https://gethue.com/introducing-the-new-login-modal-and-idle-session-timeout/
Thanks,
Li
... View more
04-28-2020
10:35 AM
1 Kudo
Hi @Seeker90 ,
Thanks for reaching out to Cloudera community.
It looks like there is some missing permission and so could you please run the below commands as root user in hue node:
sudo -u solr solrctl sentry --list-roles
sudo -u solr solrctl sentry --list-privileges admin_role
and make sure you receive the below privileges when you run the below command:
[root@hue-test ~]# sudo -u solr solrctl sentry --list-privileges admin_role
Collection=*->action=*
Admin=*->action=*
Schema=*->action=*
Config=*->action=*
If you don't have the privileges, please use below command to add it:
sudo -u solr solrctl sentry --grant-privilege admin_role 'xxxx'
Hope this helps!
Li
... View more
04-23-2020
10:33 AM
1 Kudo
Hi @kirill_peskov ,
Thanks for reaching out to Cloudera community and share your solution.
I was able to reproduce the issue in house and I will follow up with internal CM engineering.
Thanks!
Li
... View more
04-17-2020
04:16 PM
Hi @TR7_BRYLE ,
I am not an Ambari expert but I feel you are definitely on the right track. I wonder if you can check a couple of more things:
1. check what java version/path Ambari agent is using on the host?
2. Then compare the java.security file with the working host to confirm that it allows TLSv1.
Thanks,
Li
... View more
04-13-2020
10:44 AM
Hi @SidMishra619 ,
Thanks for reaching out to Cloudera community.
Could you please help answer few questions so we can assist further?
1) What is the actual path to OpenJDK on CM server?
2) What is the Operating System?
3) Have you modified the file /etc/default/cloudera-scm-server? Please send a copy if you can.
Just based on our doc: https://docs.cloudera.com/documentation/enterprise/upgrade/topics/ug_jdk8.html, CM 6.3 should be able to work with OpenJDK 11.0.3 or higher.
Thanks,
Li
... View more