Member since
03-25-2020
168
Posts
5
Kudos Received
4
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3008 | 08-06-2025 01:20 AM | |
| 4883 | 09-21-2021 08:41 PM | |
| 4964 | 06-07-2021 05:11 AM | |
| 5918 | 06-06-2021 10:34 PM |
08-05-2026
11:56 PM
Hello @du_datafactory , Thank you for reaching out to the Cloudera Community. May I ask if you're experiencing the same issue that @learndeb reported, or are you seeing a different error? Based on the logs shared in the original post, the issue appears to be related to the communication between Impala/HiveServer2 and Ranger, rather than an issue with Impala query processing itself. The "Received NULL response" while downloading Ranger policies is typically a secondary symptom that can occur if Impala or HiveServer2 is unable to successfully authenticate (for example, due to TLS or Kerberos authentication issues) before retrieving authorization policies from Ranger Admin. If you could share the exact error you're encountering, along with any initial troubleshooting you've performed (for example, relevant Impala, HiveServer2, or Ranger logs), we'd be happy to help you investigate the issue further.
... View more
09-24-2025
12:56 PM
@Malrashed Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @jagarwal has requested? Thanks.
... View more
08-21-2025
10:43 PM
@tableau, Did the response assist in resolving your query? If it did, please mark the relevant reply as the solution, as it will help others locate the answer more easily in the future.
... View more
01-14-2022
05:54 AM
Your suggestion is very helpful, I'm going to check it. Thank you.
... View more
08-30-2021
01:01 AM
Thanks for the confirmation @syedshakir. Much appreciated.
... View more
06-13-2021
10:50 PM
@Amn_468 did you resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
06-13-2021
10:48 PM
Hi @PrernaU, did @Sean464's solution help you? If so, can you please mark the appropriate reply as the solution? It will make it easier for others to find the answer in the future.
... View more
07-01-2020
09:43 AM
Great article! I faced the following error while trying adding data to ldap (Step 13.) # ldapadd -x -W -D "cn=Manager,dc=example,dc=com" -f /root/ldap/base.ldif Enter LDAP Password: adding new entry "dc=example,dc=com" ldap_add: Invalid syntax (21) additional info: objectClass: value #1 invalid per syntax After some research, found that we need to add the cosine and nis LDAP schemas before running the preceding command. # ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/cosine.ldif # ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/nis.ldif # ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/inetorgperson.ldif
... View more