Member since
03-11-2020
186
Posts
28
Kudos Received
40
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
449 | 11-07-2024 08:47 AM | |
309 | 11-07-2024 08:36 AM | |
424 | 06-18-2024 01:34 AM | |
230 | 06-18-2024 01:25 AM | |
498 | 06-18-2024 01:16 AM |
12-17-2022
08:07 PM
Try The below solutions. @myzard Can you compare the values of hive.heapsize on this cluster that seem to be the issue? Please adjust them depending on the memory the HiveServer2 Heap Size automatically shows you the memory available to the cluster so i.e on my 24 GB single node I dedicated 8 GB for hive.heapsize and it fires up! Possible SLotion: 1. Increase the llap queue resource percentage 2. Try restarting YARN service and then restarted HS2I
... View more
12-17-2022
07:54 PM
1 Kudo
@abdebja Can you update, the config "Hue TLS/SSL Server CA Certificate (PEM Format)" with the root certificate value: /etc/security/serverKeys/cacert.crt If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
... View more
12-17-2022
07:44 PM
Yes to allow anonymos user you can define {USER} in ranger nifi policy and you will not see these deny operation.
... View more
12-17-2022
07:42 PM
3 Kudos
Possible solution: 1. Recreate Keytabs
2. Start Yarn from CLI and fix Ambari issue https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.2/bk_command-line-upgrade/content/start-yarn-mr-25.html Kindly provide the below output for further investigation. curl -sS -L -w '%{http_code}' -X GET -d '' -H 'Content-Length: 0' --negotiate -u : 'http://hostname:50070/webhdfs/v1/ats/done?op=GETFILESTATUS
... View more
12-17-2022
07:17 PM
You can try below. -increasing the heap size of this HiveServer2 role by changing the field Hive - Configuration - 'Java Heap Size of HiveServer2 in Bytes' to 24 GiB for this role instance. - Increasing the time out for the hive service To check further provide From the SERVICEMONITOR system, please do the following:
cd /var/log/cloudera-scm-firehose
gzip -c *SERVICEMONITOR*.out > sm.out.gz
... View more
12-12-2022
01:25 AM
@SchmidtS If In case you are not currently using the latest version of the Impala ODBC driver, please update the driver to the latest version (2.6.16 currently). Please note that 2.6.16 supports CDH6 so there should not be any incompatibility.
You can download the latest version of Impala ODBC driver in the below link:
https://www.cloudera.com/downloads/connectors/impala/odbc/2-6-16.html
... View more
12-09-2022
05:24 AM
2 Kudos
The following areas normally cause this problem: 1) the connection from Ambari agent host to Ambari Server got lost. 2) firewall issue blocked connections. 3) hostname and IP address are not being set correctly in /etc/hosts You can compare the output using these APIs: > curl u user:paswd http://AmbariHost:8080/api/v1/hosts
... View more
12-09-2022
05:23 AM
The following areas normally cause this problem: 1) the connection from Ambari agent host to Ambari Server got lost. 2) firewall issue blocked connections. 3) hostname and IP address are not being set correctly in /etc/hosts You can compare the output using these APIs: > curl u user:passwd http://AmbariHost:8080/api/v1/hosts
... View more
11-29-2022
05:13 AM
2 Kudos
@Amn_468 Please try the below steps to make it work. LDAP user filter : (objectCategory=User)
LDAP Group Filter = (objectClass=group)
... View more
11-29-2022
05:04 AM
1 Kudo
@vinod_artga To resolve this issue, open /opt/cloudera/cm/bin/gen_credentials.sh for editing and add the following to the very end of the script: exit ${PIPESTATUS[0]} And then try generating Kerberos credentials once more. If it fails again, you should see much more detail assisting in troubleshooting. This will be addressed in a future release of Cloudera Manager.
... View more