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 |
05-05-2021
06:09 AM
@klhinva The link provided by @ask_bill_brooks will show the current information. Here is an updated link directly to the Software Dependencies section. I hope this helps.
... View more
04-30-2021
10:07 PM
@pkotla Check the Apache doc if that helps. I am not very sure if that’s achievable but give it a try. https://ranger.apache.org/apidocs/resource_ServiceREST.html#resource_ServiceREST_applyPolicy_POST
... View more
04-30-2021
10:03 PM
@JananiViswa1 Hue is a gateway to CDH cluster services (see Hue Applications) and both have completely separate permissions. Being a Hue superuser means nothing to HDFS, Hive, and so on. Important: Hue and the underlying cluster services have completely separate permissions! Users who log on to the Hue UI must have permission to use Hue, and also, each CDH service accessible within Hue. Once Hue is authenticated by a service (for example, Hive), Hue impersonates the user (doAs) requesting use of that service (for example, to create a table). The service uses Sentry (essentially a chmod tool) to ensure the group to which that user belongs is authorized for that action. Hue user permissions are at the application level only. For example, a Hue superuser can filter Hue user access to a CDH service but cannot authorize the use of its features. Again, Sentry does that. Learn how to Authorize Hue User Groups with Sentry. Ref Doc: https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/hue_adm_permissions.html
... View more
04-29-2021
11:03 PM
In my case, though DistCp editor didn't work out, this same thing could be achieved within HUE by using DistCp action in Oozie. Designed a simple oozie workflow with DistCp action and managed to get it working. Thanks, Megh
... View more
04-29-2021
02:05 PM
@hisi Here is the details. Orange link: When queue usedCapacity > 90% Queue with red border: When queue usedCapacity > 95% threshold.
... View more
04-26-2021
05:54 PM
Hi Gangwar, Thanks for your reply, we're using CDH6.3.2, it means that we can use Digest authentication to reduce the risk from this CVE?
... 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
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-19-2021
08:22 AM
I have found the cause, it seems that Cloudera always use the /etc/krb5.conf file, if fact, if I changed this file to restrict the algoriths, Cloudera would not get up; but for jobs running inside Cloudera, it looks for /etc/krb5/krb5.conf file, once I created this file and add the following line to it, it started to work properly: allow_weak_crypto = true Note: It was needed to remove "MD5" from jdk.tls.disabledAlgorithms y java.security.
... View more