Member since
03-11-2020
144
Posts
20
Kudos Received
33
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
255 | 07-31-2023 11:44 PM | |
2395 | 05-31-2023 02:36 AM | |
959 | 04-17-2023 11:23 PM | |
387 | 04-12-2023 02:07 AM | |
935 | 04-12-2023 01:48 AM |
07-31-2023
11:44 PM
@josr89 Can you please provide the exact error you are getting? Please check if you have the right set of permission on that file as well as the parent directory. Also there could be possibility you are facing the trust store related issue so the complete stack of the error will help me to identify the issue.
... View more
07-31-2023
11:33 PM
@h2rr821 Please perform the below steps. Identify compatible version Backup of the existing Cloudera PostgreSQL JDBC driver files Download the new PostgreSQL JDBC driver files. Stop Cloudera services using the PostgreSQL JDBC driver Replace old JAR files with the new ones Ensure new JAR files have correct permissions. Start services: Restart Cloudera services. 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
07-12-2023
11:48 PM
@George-Megre There could be possibilities you are hitting the below issue. https://issues.apache.org/jira/browse/AMBARI-20068
... View more
05-31-2023
02:36 AM
@noekmc Change the keystore password: Use the following command to change the keystore password: keytool -storepasswd -keystore /path/to/keystore.jks
... View more
04-27-2023
09:40 PM
@kobolock If you are seeing the same below error then you can you can try the following solution. SSLError: Failed to connect. Please check openssl library versions. To resolve this issue, add the following property in ambari-agent.ini (/etc/ambari-agent/conf/ambari-agent.ini) file under [security]and restart ambari-agent:
========
[security]
force_https_protocol=PROTOCOL_TLSv1_2 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
04-27-2023
09:28 PM
@harry_12 Could please confirm the below things? >> If that user is a local user (Means its created through ambari UI )? If yes that user will not be able to login to your OS. >> Where does this user belong to Is it coming from AD or Ldap? >> Where you are trying to ssh? What server is that ? >> Are you doing curl on Ambari URL and trying to access with that user? If thats the case, then it should be able to curl. >> Please attach some screenshot of this event to understand it better.
... View more
04-25-2023
02:27 AM
@viajeroslowcost At Cloudera, we provide a structured, flexible, and scalable hybrid cloud platform that allows you to access your data wherever it lives, across the data lifecycle. The Cloudera Community is a trusted environment for our members to collaborate, ask questions, get answers, share ideas, learn best practices about Cloudera Products and build a trusted relationship with the other members of the community. While much of the community is open to view by the public, we encourage our visitors to register which unlocks features such as the ability to post and subscribe to updates. Additionally, Customers and Partners who are logged into the community with their business account also gain access to exclusive community resources.
... View more
04-17-2023
11:23 PM
Hello @itsmezeeshan, Hope you are doing good. Its not recommended to clear the space from this location. As these the binaries for the Cloudera Manager packages for the following services (cloudera-host-monitor, cloudera-scm-agent, cloudera-scm-eventserver, cloudera-scm-headlamp, cloudera-scm-server, cloudera-scm-server-db, cloudera-service-monitor) [root@mprl509 lib]# du -sh cloudera-* 1.3G cloudera-host-monitor 300K cloudera-scm-agent 20M cloudera-scm-eventserver 4.6M cloudera-scm-headlamp 3.0G cloudera-scm-server 272M cloudera-scm-server-db 5.5G cloudera-service-monitor I would like to recommend you to please increase the disk space to 20 GB More.
... View more
04-12-2023
02:07 AM
@aleezeh Letus know if you also getting this error unable to find valid certification path to requested target. If yes there could be chances that kafka truststore does not have ranger admin certificate you can import the ranger admin certificate to kafka truststore. keytool -importcert -file /tmp/ranger.cer -keystore kafka_plugin_truststore.jks 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
04-12-2023
01:59 AM
@aleezeh Can you please attach the log file to further investigate on this? What version of HDP or CDP you are using?
... View more