Member since
10-28-2020
622
Posts
47
Kudos Received
40
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2002 | 02-17-2025 06:54 AM | |
6720 | 07-23-2024 11:49 PM | |
1339 | 05-28-2024 11:06 AM | |
1894 | 05-05-2024 01:27 PM | |
1269 | 05-05-2024 01:09 PM |
06-18-2023
06:59 AM
every body. I think this is an issue with Docker containerization. I redeployed it using VMware virtual machine today and there were no issues.
... View more
06-15-2023
12:27 AM
thank you help because this script is too old. noone want change this . i mean just user's privileges in beeline is ok,not the hql file .this hql is not for beeline
... View more
06-09-2023
05:55 AM
@BrianChan Does the AD user have permissions to view the Hive table? This privilege need to be set under Hadoop SQL policies in Ranger. If this is already done, you also need to set required atlas policies. Refer to https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/atlas-securing/topics/atlas-configure-ranger-authorization.html Make sure that the entiity-type is set correctly.
... View more
06-09-2023
05:53 AM
@smruti - thank you for the response
... View more
05-20-2023
11:37 PM
@mwblee I am not sure if you are using any Cloudera Hive distribution, if you are, consider upgrading to latest CDP version where we have fixed many issues around compactor initiator/worker/cleaner. e.g. For initiator: upstream Jiras - HIVE-21917, HIVE-22568, HIVE-22081 For this specific issue, you may check take a look at multiple factors, such as Hive metastore being overloaded, slow/large(certain txn related tables) metastore database. You may enable DEBUG logging in Hive metastore, and this will provide more information on why/where the compactor is stuck. If you are using opensource Hive, upgrade to Hive 4.x; you will have much better experience w.r.t. compaction.
... View more
05-14-2023
07:53 PM
I successfully installed it on 3 nodes. Normally you only need to install everything on 1 node (things like java, python you have to install on 3 nodes first of course). When go to the CM UI website, you can add another node and Cloudera will automatically install everything for you. In case you want to install things manually. Install all 3 packages "cloudera-manager-daemons", "cloudera-manager-agent", "cloudera-manager-server" on your main node, and for other nodes only install "cloudera-manager-daemons" "cloudera-manager-agent" and start these agent services. After that, you will see that two nodes are "managed" on the CM UI, meaning that you can skip the "Install Agent" step (since you've already installed "cloudera-manager-agent" and start it)
... View more
05-02-2023
01:08 AM
I was redirecting the es audit logs to get the audit logs on an endpoint I had made for testing and the issue was the i wasnt handling the open connection es API call due to which the plugin wasnt able to establish an es connection, /ranger_audits/_open This is the API end point and this needs to send some response so es audit connection can be established
... View more
04-24-2023
12:02 AM
@keifuku, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more