Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3537 | 04-15-2022 09:39 AM | |
| 2862 | 03-16-2022 06:22 AM | |
| 7472 | 03-02-2022 09:44 PM | |
| 3446 | 03-02-2022 08:40 PM | |
| 2359 | 01-05-2022 07:01 AM |
01-05-2022
03:36 AM
@muslihuddin No I didn’t find any other bug. Not sure in your case by the modification of java.security file didn’t worked alone. The solution you are having atm is also fine in my opinion no harm in that.
... View more
01-04-2022
10:56 PM
@wenzf Yes, you can try with that.
... View more
01-03-2022
03:09 AM
@muslihuddin You are running into a known Java Bug which has been found Earlier and documented. You have to follow below steps to overcome this issue..
For JDK 8u241 and higher versions running on Kerberized clusters, you must disable referrals by settingsun.security.krb5.disableReferrals=true.
For example, with OpenJDK 1.8.0u242:
Open /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64/jre/lib/security/java.security with a text editor.
Add sun.security.krb5.disableReferrals=true (it can be at the bottom of the file).
Add this property on each node that has the impacted JDK version.
Restart the applications using the JDK so the change takes effect.
For more information, see the KB article. You can so many similar discussion on Cloudera Community which has been resolved Earlier. [1] https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/release-guide/topics/cdpdc-java-requirements.html
... View more
01-03-2022
02:48 AM
@raniaa You need to allow HBase impersonation in HDFS for HBase Browser to work. Here are the steps: https://docs.cloudera.com/documentation/enterprise/latest/topics/admin_hdfs_proxy_users.html In summary you need to: 1. Enable hbase.thrift.support.proxyuser. CM > HBase > Configuration > Search: "hbase.thrift.support.proxyuser" 2. Allow all groups form all hosts in HDFS.
CM > HDFS > “Cluster-wide Advanced Configuration Snippet (Safety Valve) for core-site.xml” hadoop.proxyuser.hbase.hosts * hadoop.proxyuser.hbase.groups *
... View more
12-31-2021
09:39 AM
1 Kudo
@wenzf Cloudera Manager HA is still not available out of the box. You can configure other CDH components but not CM itself for now.
... View more
12-31-2021
09:28 AM
@ebeb Are you able to kinit from the host with the existed keytab? That’s a vlid check to start with and then see where is the issue.
... View more
12-31-2021
09:23 AM
1 Kudo
@sandeep1 Take a look at : https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/runtime-release-notes/topics/rt-runtime-component-versions.html
... View more
12-31-2021
09:22 AM
@xpouser You want to take a look at : https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/GracefulDecommission.html
... View more
12-27-2021
05:30 AM
@noamsh_88 It’s not tested that C5.1.1 can work with upgraded log4j as this is no more under support cycle and no testing going on. However you can give it a try but keep in mind CDH5 is not impacted with log4j vulnerability so you might have to examine first what is desired and then take action.
... View more
12-27-2021
05:20 AM
No @ronys I think the installation of the worker node is corrupted somehow. This error seems related with kubeconfig file and may be you want to try delete the node again and clean that and then re add as worker.
... View more