Member since
02-28-2022
171
Posts
14
Kudos Received
17
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 566 | 07-07-2025 06:35 AM | |
| 570 | 06-17-2025 09:42 AM | |
| 2067 | 04-02-2025 07:43 AM | |
| 701 | 10-18-2024 12:29 PM | |
| 11879 | 09-05-2024 09:06 AM |
03-19-2024
09:15 AM
Hello @yagoaparecidoti 1. Have you been receiving the alert emails for other health issues ? If yes, you should check any of the "Memory Overcommit Health Alert" gets suppressed in your environment by navigating below. From the Home page or the Status page of a cluster, select Configuration > Suppressed Health and Configuration Issues.
... View more
03-04-2024
04:18 AM
1 Kudo
hi @ChethanYM Thank you for your attention At the time I opened this question in the community, I made a calculation and the values ended up matching what was being predicted.
... View more
02-04-2024
07:44 AM
Hi @yagoaparecidoti Unfortunately Cloudera will not support installing/using the open source Spark because of some customisations needs to be done at Cloudera end support other component integrations.
... View more
01-28-2024
05:13 AM
2 Kudos
Hi @yagoaparecidoti thanks for the help. I’ve resolved the problem
... View more
01-16-2024
04:53 AM
1 Kudo
hi @PrathapKumar thanks for the answer! 😉 but, I had already seen this KB from fixed CVE 😊
... View more
08-10-2023
09:35 AM
i managed to fix the problem i changed the VERSION file of another disk that is OK and datanode was able to recognize the disk again regards
... View more
06-22-2023
07:44 AM
hi @rki_ / @cjervis , I forgot to ask, today the cluster already has thousands of blocks in hdfs, more than 23 million blocks. after configuring the rack in the cluster, the hdfs will recognize the racks and will start moving the blocks to the racks to increase the availability of the blocks or will i have to rebalance the hdfs?
... View more
06-21-2023
01:08 PM
I managed to fix the problem. was removed the "Navigator Metadata Server" service from the cluster and added it again.
... View more
05-30-2023
11:09 AM
OK! @Juanes 😉 thanks for the clarification.
... View more
01-20-2023
08:06 AM
Invalid OperationHandle: OperationHandle This exception occurs when there are multiple HiveServer2 instances and access them using Zookeeper/Knox with failover configured When a query(irrespective of number of rows) took more time and HS2 is not able to respond within the defined timeout, ZK/KNOX will do a failover to the next available HS2 Since the other HS2 is unaware of the Query/Operation Handle, it throws Invalid OperationHandle exception To solve this problem Check if we can optimize the query to run faster either by adding a filter or splitting the available data into multiple tables and then query them in separate queries etc Check if HS2 is utilized beyond its capacity like using 200 connections at a given point in time for a 24GB heap of HS2/HMS HMS backend database not able to cope up to serve requests from HMS Check yarn queue has enough capacity to serve the query otherwise query will be in waiting state Check if HDFS is healthy and Namenode is able to respond to the requests without delays Sometimes if Ranger needs to check too many files/directories in HDFS before the query gets executed If Load balancer is used, sticky sessions should be enabled so that one-one relationship gets established for opened connections avoiding failover to another HS2 instance The above explanation holds good for any version of Hive
... View more