Member since
02-28-2022
148
Posts
13
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
267 | 10-18-2024 12:29 PM | |
5074 | 09-05-2024 09:06 AM | |
3159 | 08-08-2024 05:10 AM | |
2280 | 05-16-2024 05:33 AM | |
837 | 04-22-2024 10:24 AM |
04-04-2022
08:47 AM
Is it possible to create a dynamic resource pool in YARN on Ambari? We need to limit the use of YARN resources per user.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache YARN
04-04-2022
08:40 AM
hi @jromero thanks for the feedback. unfortunately we cannot make the TS logs available as they contain sensitive information. we will try to open a ticket with support. checking the TS replica charts "Total Tablet Size On Disk Across Kudu Replicas", they all contain the same size.
... View more
03-29-2022
04:53 PM
hi @jromero on the page "http://ip_host:8050/rpcz": in "inbound_connections" shows the addresses of other tablet servers with "open" state. in "outbound_connections" it shows the addresses of other tablet servers and master with "open" state. this above also happens with other tablet servers. I didn't find anything that could be related to the mentioned problems.
... View more
03-29-2022
02:03 PM
Hi @jromero the "metrics[1]" and "rpcs[2]" web pages are too long: what should we actually look at? what parameter do we need to look at? [1] - http://ip_host:8050/metrics [2] - http://ip_host:8050/rpcz
... View more
03-29-2022
08:54 AM
hi @jromero kudu is balanced correctly. there are 5 kudu tablet and a total of 1173 replicas and each kudu tablet has 234 tablets, this shows that it is balanced. even being balanced, it presents these two mentioned problems.
... View more
03-28-2022
12:56 PM
We would like to understand two behaviors that Kudu is showing. 1. When restarting the Kudu Tablet, it takes between 5 and 10min for this Kudu Tablet to communicate with the Kudu Master again, why is this happening? 2. There are 5 Kudu Tablets and two of those Kudu Tablets is using more than 90% of the memory that was set in "memory_limit_hard_bytes", why is this happening?
... View more
Labels:
- Labels:
-
Apache Kudu
03-02-2022
05:30 PM
Hi @araujo after logging into Cloudera Manager, the error already appears.
... View more
03-02-2022
07:33 AM
Hi @araujo yes, normally
... View more
02-28-2022
04:00 PM
hi @araujo we create server.jsk this way: /usr/lib/jvm/jre/bin/keytool -genkeypair -keystore /opt/cloudera/security/pki_2022_v2/$(hostname -f).jks -keyalg RSA -alias $(hostname -f) -dname "CN=$(hostname -f),OU=Pereira,L=Sao Paulo,ST=Sao Paulo,C=BR" -ext san=dns:$(hostname -f) -ext EKU=serverAuth,clientAuth -validity 730 -storepass 'password22@' -keypass 'password22@' so we create the server.cer like this: /usr/lib/jvm/jre/bin/keytool -export -alias $(hostname -f) -keystore /opt/cloudera/security/pki_2022_v2/$(hostname -f).jks -rfc -file /opt/cloudera/security/pki_2022_v2/$(hostname -f).cer so we import all server.cer from all hosts to jssecacerts file like this: /usr/lib/jvm/jre/bin/keytool -import -file /opt/cloudera/security/pki_2022_v2/server.cer -alias $i -keystore /opt/cloudera/security/pki_2022_v2/jssecacerts -storepass 'password22@'
... View more
02-28-2022
11:57 AM
We are trying to create self-signed certificates when applying the settings in the cloudera manager, it returns the error below in the log "/var/log/cloudera-scm-server/cloudera-scm-server.log": 2022-02-28 15:55:29,205 WARN 81046291@scm-web-48:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:29,205 WARN 1719302079@scm-web-42:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:29,205 WARN 1655534592@scm-web-47:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:29,234 WARN 1719302079@scm-web-42:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:29,419 WARN 1719302079@scm-web-42:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:30,167 WARN 1719302079@scm-web-42:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:33,937 WARN 81046291@scm-web-48:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2022-02-28 15:55:33,937 WARN 1687785507@scm-web-45:org.mortbay.log: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown with the server.jks file a server.cer file is exported with this file server.cer is imported to jssecacerts certificate creation is performed on all hosts at the same time in the end all hosts have the same jssecacerts file
... View more
Labels:
- Labels:
-
Cloudera Manager
- « Previous
- Next »