Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3060 | 04-15-2022 09:39 AM | |
| 2470 | 03-16-2022 06:22 AM | |
| 6536 | 03-02-2022 09:44 PM | |
| 2899 | 03-02-2022 08:40 PM | |
| 1909 | 01-05-2022 07:01 AM |
04-26-2021
08:36 AM
@Boris_Rendon Yes, that's what I am saying you have to put the URL in config with credentials.
... View more
04-26-2021
08:34 AM
@PrernaU You can check if ipc.client.fallback-to-simple-auth-allowed to true in core-site.xml and see if that helps.
... View more
04-26-2021
08:16 AM
@Boris_Rendon In the Remote Parcels Repository URL the syntax is wrong because this needs credentials. I.e https://<username:password>@archive.cloudera.com.xxx.xxxx.xxx I am assuming you are using trial so you don't have credentials then simply remove that configuration and see if that helps. If not then use CDP Trial from this link. https://www.cloudera.com/downloads/cdp-private-cloud-trial.html
... View more
04-26-2021
08:05 AM
@Boris_Rendon Can you see the CM > Admin > Parcels > Parcels configuration page where you will see the listed repo URLs? Please paste the screenshot.
... View more
04-26-2021
07:57 AM
@Boris_Rendon How is your CM repo looks like on CM server host? Also what exact URL you are using in parcels setting? That can give some clue.
... View more
04-26-2021
01:48 AM
@ateka_18 The downtime is better choice because KTS interacts with CDH cluster and failure/Down of KTS will hamper the CDH services hence the job.
... View more
04-26-2021
01:39 AM
@bsaad On computer there is no way to increase the RAM until you have physical memory available. In cloud you can build any large machine or extend the RAM if that helps.
... View more
04-26-2021
01:36 AM
1 Kudo
@zuo The CDH5 cluster are shipped with Zookeeper 3.4.5 sop this Digest authentication flaw affects it. However the CDH cluster uses only either Simple or Kerberos authentication and not Digest. We use the Digest authentication temporarily in clusters when the Zookeeper database content needs to be examined or fixed. These usage is tightly controlled byt the Cloudera Support Engineers, and typically this access is removed at the end of the support calls. Again, in the routine operation the cluster does not use Digest authentication so the vulnerability does not affect the standard CDH installations. Sure if someone has manually customised the cluster heavily and chosen to use Digest then they need a fix to remove this security bug. That is why Cloudera fixes this issue, and the patch will be included in CDH5.16.2 and and CDH6.2 and the onward releases. If you manually modified the Zookeeper authentication configuration then we recommend to upgrade it to CDH5.16.2. Otherwise you have nothing to do with this CVE. Digest authentication is only used for the "super" user enablement which is not for the routine. 1) Java Configuration Options for ZooKeeper Server: -Dzookeeper.DigestAuthenticationProvider.superDigest=super:cY+9eK20soteVC3fQ83SXDvwlP0= 2) zookeeper-client -> addauth digest super:cloudera
... View more
04-26-2021
01:25 AM
@Boris_Rendon This is because of the paywall expansion. You can not download the Cloudera binaries without a valid subscription. Please follow below link which covers the discussion around this. https://community.cloudera.com/t5/Support-Questions/How-do-I-get-repository-credentials/m-p/311145#M224492 https://community.cloudera.com/t5/Support-Questions/https-archive-cloudera-com-cm6-6-2-0-ubuntu1604-displaying/m-p/311060#M224430
... View more
04-11-2021
01:43 AM
@bobreynolds The service keytabs by default is in /var/run/cloudera-scm-agent/process/xxx-flume-xxxx . Hope you are checking in the same dir. If it's not there then you probably have to generate missing credentials from CM > Administration > Security > Kerberos Credentials and then regenerate.
... View more