Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
435 | 07-06-2025 05:24 AM | |
447 | 05-28-2025 10:35 AM | |
2162 | 08-26-2024 08:17 AM | |
2768 | 08-20-2024 08:17 PM | |
1136 | 07-08-2024 04:45 AM |
03-13-2023
05:41 PM
@RePacheco I see below message from the shared logs, Can you check is Cloudera Manager is up and running on host awsnode01 INFO knox.gateway (ConfigurableHADispatch.java:executeRequest(162)) - Could not connect to server: https://awsnode01:7183/favicon.ico?doAs=u3212 org.eclipse.jetty.io.EofException: Closed
... View more
03-01-2023
09:10 PM
1 Kudo
Hi @HareshAmin Ranger will sync the users and group based on the selected source in ranger usersync configs Ranger Usersync pulls in users from UNIX / LDAP / AD , Check what is the source selected for ranger usersync
... View more
02-02-2023
03:28 AM
Hello @ZinaJr Can you share the URL or a screenshot of how you access the yarn logs?
... View more
01-25-2023
10:37 AM
Hello @dmharshit For issue 1 You must have administrative privileges to access it. For issue 2 TezUI has become obsolete and should be disabled. To disable the same, set tez.am.tez-ui.webservice.enable = false In Cloudera Manager UI -> Hive on Tez -> Configs -> Hive Service Advanced Configuration Snippet (Safety Valve) for hive-site.xml
... View more
01-25-2023
03:51 AM
1 Kudo
Hello @vi1 Can you verify that the cm_kms repository is properly created? Also, try running a test connection in the cm kms repository.
... View more
12-26-2022
07:55 PM
i solved it by re configure spark.jars & spark.submit.Pyfiles in spark interpreters
... View more
12-20-2022
07:02 PM
nothing just url to ranger in master 1
... View more
12-12-2022
10:10 PM
this setting in spark interpreter zeppelin
... View more
11-16-2022
01:24 AM
How would you check logs related to ldap , In mine all docker-container like superset_app , superset-worker showing no error, but i can't be able to log from normal user either or ldap one My configured things from flask_appbuilder.security.manager import AUTH_LDAP
AUTH_TYPE = AUTH_LDAP
AUTH_USER_REGISTRATION = True
AUTH_LDAP_SERVER = "ldap://localhost:389"
# AUTH_LDAP_SEARCH="ou=people,dc=superset,dc=com"
AUTH_LDAP_SEARCH= "cn=admin,dc=ramhlocal,dc=com"
# AUTH_LDAP_APPEND_DOMAIN = "XXX.com"
AUTH_LDAP_UID_FIELD="cn"
AUTH_LDAP_FIRSTNAME_FIELD= "Rohit"
AUTH_LDAP_LASTTNAME_FIELD= "sn"
AUTH_LDAP_USE_TLS = False
# AUTH_LDAP_UID_FIELD=sAMAccountName
# AUTH_LDAP_BIND_USER=CN=Bind,OU=Admin,dc=our,dc=domain
AUTH_LDAP_ALLOW_SELF_SIGNED= True
AUTH_LDAP_APPEND_DOMAIN= False
... View more
09-12-2022
11:58 AM
hi @Scharan the same goes for sentry?
... View more