Member since
07-09-2019
406
Posts
97
Kudos Received
57
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
199 | 05-28-2025 10:35 AM | |
1661 | 08-26-2024 08:17 AM | |
2161 | 08-20-2024 08:17 PM | |
921 | 07-08-2024 04:45 AM | |
1212 | 07-01-2024 05:27 AM |
08-22-2024
04:34 AM
1 Kudo
It looks similar to the KB Please follow the instructions in the KB.
... View more
08-10-2024
12:38 AM
@vec From the shared stack trace I can see python 2 is not installed + /opt/cloudera/cm-agent/service/../bin/python /opt/cloudera/parcels/CDH-7.1.7-1.cdh7.1.7.p0.15945976/lib/ranger-admin/db_setup.py
/opt/cloudera/cm-agent/service/../bin/python: line 25: /usr/bin/python2: No such file or directory
+ '[' 127 == 0 ']' Can you install python2 and retry ranger installation
... View more
08-06-2024
03:21 PM
@ipson 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 @Scharan has requested? Thanks.
... View more
08-06-2024
06:38 AM
Hi @cloude, I changed 'ranger.usersync.ldap.referral' from 'ignore' to 'follow'. But it still doesn't work.. Thanks.
... View more
08-02-2024
08:49 AM
1 Kudo
@Hadoop16 Can you share the stack trace of the error from knox gateway logs
... View more
07-08-2024
09:30 PM
2 Kudos
thank you @Scharan Followed your instructions , the monitor status becomes normal now in CDP.
... View more
07-01-2024
05:27 AM
Hi @dankh CDP 7.1.9 SP1 May release in a couple of weeks; currently, we don't have an exact ETA on the release date. Currently, CDP 7.1.9 and CM 7.11.3 are not tested or certified with RHEL 8.10 by Cloudera. You can refer to the following support matrix for certified versions: https://supportmatrix.cloudera.com/
... View more
06-26-2024
08:55 AM
Hi, just for completeness in case anyone has the same problem and gets here. I was using the command in the response from @Scharan but the error was because I was using the wrong version of Python 3.6, but this requires Python 3.8 or above. After upgrading to Py3.8, the comand worked as expected, only with a couple of warnings as shown bellow: # ./build/env/bin/hue --cm-managed createsuperuser
/opt/cloudera/parcels/CDH-7.1.9-1.cdh7.1.9.p6.51045883/lib/hue/build/env/lib/python3.8/site-packages/oauth2/grant.py:320: SyntaxWarning: "is" with a literal. Did you mean "=="?
if isinstance(value, tuple) and len(value) is 2:
Username (leave blank to use 'root'): prueba_permisos
Email address: prueba_permisos@test.org
Password:
Password (again):
Superuser created successfully.
... View more
06-11-2024
12:56 AM
I tried command kinit to make sure the password is correct, but message kinit is " password incorrect while getting initial credential" like below root@master1:~# kinit nm/slave1.hadoop.com@HADOOP.COM
Password for nm/slave1.hadoop.com@HADOOP.COM:
kinit: Password incorrect while getting initial credentials What should recreate principal/change the password ? Please give me suggestion, I'm sure the password is correct
... View more
06-05-2024
06:25 AM
Hello @divyank Below error shows PAM authentication is configured ERROR org.apache.zeppelin.rest.LoginRestApi: Exception in login:
org.apache.shiro.authc.AuthenticationException: Authentication failed for PAM. Can you please make sure zeppelin user has read permission on /etc/shadow file on zeppelin host and also create user if does not exist at OS level using below commands # useradd <username> (to create user) # passwd <username> (to set the password) Ex: # useradd test # passwd test After creating user try login to zeppelin ui with above created credentials
... View more