Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4168 | 05-04-2020 11:56 AM | |
| 2926 | 05-01-2020 10:43 AM | |
| 2921 | 04-28-2020 03:11 PM | |
| 4734 | 04-28-2020 10:35 AM | |
| 3862 | 04-13-2020 10:44 AM |
02-04-2020
03:08 PM
2 Kudos
Hi @anis016 ,
In CDH5.16.2 we support this OpenJDK version: 1.8u181. Please use the tested version as documented in below doc:
https://docs.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#concept_ihg_vf4_j1b
I suggest you downgrade your OpenJDK version to lower and see if that will resolve the issue.
Thanks,
Li
... View more
01-27-2020
11:42 AM
Hi @kiranpune ,
Based on step 7 below, the answer is yes that you need to add the user in OS level.
https://docs.cloudera.com/cloudera-manager/7.0.3/security-kerberos-authentication/topics/cm-security-kerberos-enabling-step7-prepare-cluster.html
Here:
Make sure all hosts in the cluster have a Linux user account with the same name as the first component of that user's principal name. For example, the Linux account joe should exist on every box if the user's principal name is joe@YOUR-REALM.COM. You can use LDAP for this step if it is available in your organization.
Thanks,
Li
... View more
01-23-2020
10:51 AM
@kiranpune ,
What is your CM version? Here is the latest documentation on Cloudera website. The step 3, 6 and 7 maybe the answer to your question.
https://docs.cloudera.com/cloudera-manager/7.0.3/security-kerberos-authentication/topics/cm-security-kerberos-enabling-step6-user-principals.html
Thanks,
Li
... View more
01-08-2020
11:05 AM
Hi @vsrikanth9 ,
Is this a new installation? Could you please provide the repo file from /etc/yum.repos.d/ and the complete log?
Thanks,
Li
... View more
12-20-2019
02:07 PM
3 Kudos
Greetings!
We are pleased to announce General Availability of HDP-3.1.5.0 and AMBARI-2.7.5.0!
With this release HDP is supporting single catalog for Hive/Spark and Hive table-level replication. To keep up with the increased customer interest, we delivered HBase 2.1.6 and GCS Connector 1.9.17 as well.
We have also delivered nearly 200 fixes to increase stability, usability, supportability and performance, enhance security and improve the overall customer experience with HDP and Ambari.
A big kudos and a mountain of gratitude to each and every member of the sustaining, development, quality, release engineering, documentation, biz ops and legal team, to deliver this release with such high quality.
Documentation
Download
Thank you all again for your continued support and commitment on this journey!
As always, we welcome your feedback. Please send your comments and suggestions to the user group through our community forums. You can also report issues through our external Jira projects on issues.cloudera.org.
... View more
12-18-2019
03:57 PM
Hi @pdev ,
Wonderful to hear that! Thanks for marking this thread as resolved!
Cheers,
Li
... View more
12-17-2019
01:00 PM
Hi @Duo ,
Could you please tell us which product are you using and how? Hive? Impala?
Thanks,
Li
... View more
12-17-2019
10:31 AM
Hi @pdev ,
You may want to check this community thread:
https://community.cloudera.com/t5/Support-Questions/how-to-rollback-cloudera-manager-tls-configuration-without/m-p/46484
It is possible that some of the data was still in CM database which expects TLS login. Could you please run below SQL command to confirm?
select attr, value from CONFIGS where attr in ('web_tls', 'agent_tls');
If you see any returned value is "true" then you need to update the CM database manually. See below steps:
Back up database/table before you makde any further changes
Run the following queries in the CM database:
Update TLS for web_tls update CONFIGS set value = 'false' where attr = 'web_tls'; Update TLS for agent_tls update CONFIGS set value = 'false' where attr = 'agent_tls';
In the browser do clear cache including passwords, and cookies before trying to login.
Thanks and hope this helps!
... View more
12-16-2019
09:39 AM
Hi @iamfromsky ,
Thanks for the update and glad to hear the issue was resolved.
Thanks,
Li
... View more
12-13-2019
10:21 AM
Hi @syedshakir ,
Please give oozie.access to the user and then try it again.
Thanks,
Li
... View more