Member since
02-28-2022
147
Posts
13
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
151 | 10-18-2024 12:29 PM | |
2932 | 09-05-2024 09:06 AM | |
2462 | 08-08-2024 05:10 AM | |
1920 | 05-16-2024 05:33 AM | |
653 | 04-22-2024 10:24 AM |
06-14-2022
10:58 AM
I'm configuring LDAP access (AD) on Nifi 1.0.1.0 being managed by Cloudera Manager, but when trying to access nifi with AD credentials, the error is returned: "Unknown user with identity 'user.bind'. Contact the system administrator." In Nifi's "nifi.initial.admin.identity" settings it looks like this: "cn=user.bind,ou=USERS,ou=CLOUDERA,dc=lab,dc=local" What could be wrong for not being able to access?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera Manager
05-30-2022
06:16 AM
hi @rblough With the information given earlier, what could be causing this problem?
... View more
05-27-2022
07:28 AM
hi @rblough yes, the tablets server are balanced, today there are 1443 replicas, dividing by 5 tablet server gives a total of 288 replicas per tablet server, as shown by each tablet server below: hostname04.local - replicas by tablets - RUNNING-289 hostname05.local - replicas by tablets - RUNNING-288 hostname06.local - replicas by tablets - RUNNING-289 hostname07.local - replicas by tablets - RUNNING-289 hostname08.local - replicas by tablets - RUNNING-288 there have been times when host 06 was also used above 85% to 90% of memory usage. when we restart the tablet server that have high memory usage, there are times when the tablet server itself goes back up the memory usage or another tablet server that has low memory usage starts to go up, getting above 85 % too.
... View more
05-25-2022
11:08 AM
hi @rblough 1) - answer: Masters | 3 Tablet Servers | 5 Tables | 48 Tablets | 481 Replicas | 1443 2) - answer: According to the chart "Total Tablet Size On Disk Across Kudu Replicas", it has more than 710GB 3) - answer: exist 5 4) - answer: exist 3 threads 5) - answer: memory_limit_hard_bytes = 60GB block_cache_capacity_mb = 15GB
... View more
05-25-2022
09:26 AM
kudu service has 3 kudu master and 5 kudu tablet among these 5 kudu tablet, 3 of them have high memory usage, 60GB has been set for each kudu tablet and it is using more than 85% to 90% of that memory and with that it ends up causing jobs failure below shows the memory usage behavior: TABLET SERVER: hostname04.local - USE MEMORY: 55.28G / %: 92.13% TABLET SERVER: hostname05.local - USE MEMORY: 54.22G / %: 90.38% TABLET SERVER: hostname06.local - USE MEMORY: 29.05G / %: 48.42% TABLET SERVER: hostname07.local - USE MEMORY: 28.47G / %: 47.46% TABLET SERVER: hostname08.local - USE MEMORY: 54.99G / %: 91.66% memory usage graph of all kudu tablet in cloudera manager: would like to understand why kudu is having this behavior and how can we reduce this memory usage? PS: kudu service is installed and being managed by cloudera manager express in version 5.16.2 and kudu service is in version 1.7
... View more
Labels:
- Labels:
-
Apache Kudu
-
Cloudera Manager
05-24-2022
10:43 AM
thank you @ask_bill_brooks I had seen this thread you passed, but it doesn't explicitly say which version of CM/CDH to run github's log4j script procedure. but I will consider version 5.x and 6.x to run this script.
... View more
05-24-2022
08:42 AM
Hello about log4j2 failure (CVE-2021-44228) in cloudera there is the KB: https://my.cloudera.com/knowledge/Resolution-for-TSB-2021-545---Critical-vulnerability-in-log4j2?id=332012 instructs to run the script to remove a class in the jar etc. our doubt is, do we need to run this script in any version of CM / CDH or just the version from 6.x.x?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Cloudera Manager
05-20-2022
08:38 AM
LB AWS sticky sessions settings is for LB HTTP/HTTPS only in this case the LB we are using is TCP on ports 21000 and 21050 the session timeout you say in the impala service, right? would be the "idle_query_timeout" and "idle_session_timeout" options, right?
... View more
05-20-2022
05:22 AM
hi @aakulov the cluster is on AWS and the AWS LB is being used on ports 21050 of the impala daemon, in which case this LB may be having this problem? sould it be that in this LB we can also change it to "source"?
... View more
05-19-2022
02:08 PM
queries in hue using impala are returning the following error: "results have expired, rerun the query if needed" as shown in the screenshot below: what could be causing this error and how to fix this issue?
... View more
Labels: