Member since
01-18-2017
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1997 | 02-10-2022 04:59 AM |
09-07-2023
12:32 AM
Hi tj, I knew already f this options but sadly as mentionned in my post all the queries are ran by the same service user. Hence I have no way to use the user limit factor. I would like to have a query limit factor in hive or some way to prevent one query to use too much capacity even if available. Gael
... View more
08-22-2023
02:39 AM
Hi, I face the following problem. I have a service user say "service_dwh" used for our datawarehouse that queries heavily our data reservoir using hive queries. I have had some cases where due to the query and/or to missing statistics a single hive query could take 100% of the resources available for the "service_dwh" user. I couldn't find a way using capacity scheduler, queues and user limit factor to prevent a single application from taking all the resources for a very long time. Traditional DBMS have mechanism that throttle job resources based of the job duration. That way a long (big) job can't monopolyze ressources for new and potentially shorter jobs for too long.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache YARN
02-10-2022
04:59 AM
I finally solved the problem with the help of the support. They redirected me to Manually Configuring TLS Encryption for Cloudera Manager | 6.3.x | Cloudera Documentation In the section 6 I had a certificate with only the "TLS Web Server Authentication" usage. I missed the "TLS Web Client Authentication" Usage.
... View more
02-09-2022
10:39 PM
Hi, I am provisionning a CDP 7.1.5 cluster with CM 7.2.4 and encountered a connexion problem between the agents and cloudera manager server after tls setup through API. There is nothing in the server log and there is the following error in the agent log. Could you help me understand where the problem stands ? Activating further logging or doing some tests upon the provided certificates ? Traceback (most recent call last): File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1430, in _send_heartbeat self.cfg.max_cert_depth) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/https.py", line 185, in __init__ self.conn.connect() File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/httpslib.py", line 69, in connect sock.connect((self.host, self.port)) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/SSL/Connection.py", line 309, in connect ret = self.connect_ssl() File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/SSL/Connection.py", line 295, in connect_ssl return m2.ssl_connect(self.ssl, self._timeout) SSLError: sslv3 alert certificate unknown Regards.
... View more
Labels:
- Labels:
-
Cloudera Manager