Member since
09-15-2020
245
Posts
19
Kudos Received
9
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 943 | 12-16-2025 12:15 AM | |
| 3926 | 11-08-2024 08:45 PM | |
| 1495 | 03-28-2024 06:38 AM | |
| 2183 | 02-22-2024 02:53 AM | |
| 1158 | 02-21-2024 06:55 AM |
02-21-2024
08:15 AM
Hi @SDPLearner Can you please check and confirm if it works using impala-shell or not.
... View more
02-21-2024
06:55 AM
1 Kudo
Hi @wert_1311 Thank you for reaching out to Cloudera Community, Cloudera provide an observability tool called "Observability" which help you monitor jobs within a cluster. You can refer below documentation on how this tool can be configured and used. https://docs.cloudera.com/observability/cloud/overview/topics/obs-understanding-observ.html
... View more
02-15-2024
08:05 AM
1 Kudo
Hi @Hae You may refer below document to generate authentication token and access HUE API https://docs.cloudera.com/data-warehouse/cloud/managing-warehouses/topics/dw-jwt-generate-token-later.html https://docs.gethue.com/developer/api/rest/ Let us know if this helps!
... View more
02-13-2024
11:19 AM
1 Kudo
Hi @ipson Please check table schema and verify if ('external.table.purge'='true') property is set using S This property controls how DROP TABLE and ALTER TABLE works. In case it is not present, then add this property for the required table( issue the ALTER TABLE stmt twice) ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');
ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true'); The first invocation sets the property in HMS. The second one persists it to Iceberg metadata. Let me know if this helps.
... View more
02-12-2024
08:29 AM
1 Kudo
Ultimately, my issue has not been resolved. But from my understanding it might not be technically a Cloudera issue. I am working with support from our client tool to see how they were able to get what I am looking for when they did their testing. Thanks, Andy
... View more
09-21-2021
12:55 AM
Hi @dv_conan Has any of the replies 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 that is requested?
... View more
08-26-2021
07:43 AM
Seems the max. Python version supported is 2.7.5, Python Version 3.x is not supported as it will create conflict with the versions shipped (HDP3.1.5 + Ambari2.7.5). Python3 support is not on the road map of HDP 3x and even for Ambari. This is something which may be done in future to make Python3 as the default for the OS Cloudera supports.
... View more
08-16-2021
06:13 AM
Hi, I am going with workaround as of now for this issue. Workaround: Drop partition explicit via code from metadata
... View more
07-30-2021
05:50 AM
@michalm_ 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.
... View more
07-28-2021
12:58 AM
Hi , Are you manually removing the partitions? Yes . we cant use "set hive.msck.path.validation=ignore" because if we run msck repair .. automatically to sync HDFS folders and Table partitions right? this is not happening and no err. our aim: Make HDFS path and partitions in table should sync in any condition
... View more
- « Previous
- Next »