Member since
02-28-2022
171
Posts
14
Kudos Received
17
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
416 | 07-07-2025 06:35 AM | |
419 | 06-17-2025 09:42 AM | |
1607 | 04-02-2025 07:43 AM | |
626 | 10-18-2024 12:29 PM | |
10821 | 09-05-2024 09:06 AM |
07-29-2025
05:35 AM
hi @Malrashed, we do not use swap on Cloudera cluster hosts. we disable 100% or keep the value 1 in the vm.swappiness parameter. reference: https://docs.cloudera.com/cdp-reference-architectures/latest/cdp-pvc-base-ra/topics/ra-cdpdc-swapiness.html best regards 🙂
... View more
07-28-2025
01:09 PM
hi @RamaClouder, current scenario: You're running CDP in the cloud, using the CDP Public Cloud, right? if so, you have technical support included with your license. For more accurate and responsive support, we recommend opening a case in the "My Cloudera" portal as S1, and support will assist you as soon as possible. if not, please return with the stderr and stdout logs for more details. tip: Check permission settings in IAM, broker, etc.
... View more
07-28-2025
01:04 PM
hi @Malrashed , did you completely disable swap at the operating system level? comment out the swap line in the fstab file. run the swap off command. the free command returns swap 0 (zero). after disabling, did you restart the Cloudera agent?
... View more
07-28-2025
12:58 PM
hi community cloudera, recently, we've been receiving the following error when querying impala on hue: queryerror: tsocket read 0 bytes (code thrifttransport): ttransportexception('tsocket read 0 bytes',) - the "query_timeout_s" and "session_timeout_s" parameters have already been set to 2 hours in the hue settings. - the hs2 and impala thrift connection timeout has already been set to 2 hours in the hue settings. - the hs2 authentication timeout has already been set to kerberos in the hue settings. - the "proxytimeout" parameter has already been set to 10 minutes in the hue settings. and we're still receiving this error. has anyone experienced this issue and managed to resolve it? we're using cdh 6.3.4.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Impala
-
Cloudera Hue
-
Kerberos
07-07-2025
06:35 AM
hi @vineetchaure, the Cloudera Manager itself manages the service startup scripts. we do not recommend modifying the Cloudera service startup scripts, as this will harm and interfere with correct startup and consequently generate unwanted problems.
... View more
07-02-2025
01:51 PM
hi @huimin, where the connection to Trino is coming from, you must also configure Kerberos, so you need to have access to the Hive ports and the KDC ports for Kerberos authentication. before using Trino, try connecting to Hive with JDBC, using a simple Python script, where Trino is coming from, to validate the communication and authentication, if it works, you can configure Trino. this document [1] will help you configure Trino with Hive [1] = https://janakiev.com/blog/presto-cluster/
... View more
07-02-2025
01:43 PM
hi @Jackallboy , according to your report, the client is not able to connect to the HMS, which is generating the error. to validate your test and creation of the external table, do the following: 1. access a host in the cluster, authenticate, and run "beeline". This way, you will connect to Hive automatically. 2. then run your ddl to create the external table and check the behavior. if it is created successfully, the problem you reported is in the client that is trying to create the external table. so, where are you trying to create the external table? Using an external tool, external connection, etc.
... View more
07-02-2025
01:34 PM
hi @rizalt , from your report, you probably have snapshots enabled for this directory, so any delete in this directory will not be 100% effective unless the snapshot is also deleted. deleting the snapshot will make it impossible to recover data if necessary. so, on the namenode webui page, in the "snapshot" tab, check your snapshots.
... View more
07-02-2025
01:24 PM
hi @Rajat_jangra in CDH you will have to filter the Hive and Impala logs to know when the tables were accessed. i recommend that you leave the logs open and then access a table using Impala and monitor it live in the logs, so you will know which filter to use.
... View more
06-17-2025
09:42 AM
1 Kudo
hi @Rajat_jangra , using the "audit" option in ranger, I was able to get the information I wanted.
... View more