Member since
10-17-2019
738
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2000 | 11-14-2023 08:53 AM |
07-02-2025
09:32 AM
Thank you very much. I have setup the timezone in my.cnf.
... View more
04-02-2024
07:26 PM
@Deepak_Unravel This is a regression on the python3 upgrade or more specifically something that worked by mistake in the past. Before py3 avro used to be more flexible with it's schema's and used to ignore any extra fields. If a value didn't exist in the schema it could have any value without invalidating the parcel. Now it expects data to be in exact format to the schema which is more accurate. During the py3 migration most fields were added but looks like we missed the conflicts field. A workaround for now can be to remove the conflicts field from the parcel since it doesn't have any conflicts right now. Please remove the conflicts entry in /opt/cloudera/parcels/UNRAVEL_SENSOR-1.0.4791002_cdh7.1_h3.1_s2.4/meta/parcel.json file on all the agents. Post conflicts entry removal you will able to distribute the parcel.
... View more
03-08-2024
11:16 AM
1 Kudo
@naymar 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. Thanks.
... View more
12-18-2023
01:50 AM
@hanumanth Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
11-22-2023
09:31 AM
@soychago hard-stop and restarting the agents are done already ...But still not abl to add the data node to the cluster.... i have added other 4 nodes , but this node i am talking about cannot be added to the cluster.
... View more
08-10-2023
04:41 PM
@ManasP 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. Thanks.
... View more
10-06-2021
07:07 AM
Hi @cloudera-a , Since the CM server ships with embedded PostgreSQL DB, our docs point to migrating from PSQL to MySQL or even Oracle, but not the other way around. For instance, here's our doc to migrate from a PostgreSQL Database Server to a MySQL/Oracle Database Server [0]. You could make use of a 3rd party tool to achieve what you're trying to do, but this won't be encouraged by Cloudera, as this could easily lead to an unstable cluster. [0] = Migrate from the Cloudera Manager External PostgreSQL Database Server to a MySQL/Oracle Database Server
... View more
07-11-2021
01:41 PM
Hello, Every service should have the KRB5_CONFIG variable exported in its own safety valves. As per the doc - https://community.cloudera.com/t5/Support-Questions/Kerberos-How-to-setup-Cloudera-Manager-in-order-to-use-a/td-p/81138 Goto CM UI -> Schema Registry -> Configuration -> Service Environment Advanced Configuration Snippet (Safety Valve) ADD key: KRB5_CONFIG value : /etc/custom-krb5.conf Save and restart Thanks & Regards, Nandini
... View more
02-09-2021
10:18 AM
Hi @Entraux34, This is not currently possible in Ranger. In Ranger Admin UI, you could sort the results and that way you could get only the Denied, but auditing only the Denied won't be possible. I hope this helps.
... View more