Member since
08-08-2024
123
Posts
31
Kudos Received
18
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 204 | 08-12-2026 04:56 PM | |
| 126 | 07-23-2026 08:29 AM | |
| 208 | 07-22-2026 02:41 PM | |
| 328 | 06-30-2026 10:16 AM | |
| 243 | 06-22-2026 10:01 AM |
09-03-2026
10:43 AM
Hello @Softwarebyt, Based on the error posted for @ipson, looks like this matches two NiFi Jiras: https://issues.apache.org/jira/browse/NIFI-13720 https://issues.apache.org/jira/browse/NIFI-13722 Those fixes get included on CFM 2.1.7.1000: https://docs.cloudera.com/cfm/2.1.7/release-notes/topics/cfm-fixed-issues.html And CDF for DataHub 7.3.1.0: https://docs.cloudera.com/cdf-datahub/7.3.1/release-notes/topics/cdf-datahub-fixed-issues-flow-management.html
... View more
08-26-2026
10:20 AM
Hello @ksw, Sorry, just checking more looks like it was to solve an UI bug. Not an specific CVE. For CVE-2025-66035 / GHSA-58c5-g7wp-6w37 I suggest to open a ticket so we can report this with the security team. Can you do that please? If you have a CVE scanner and can run a report would be even better.
... View more
08-25-2026
02:55 PM
1 Kudo
Hello @intersoldi, Thanks for reaching our community. Glad to have you here. The error looks clear on this message: 2024-07-11T07:30:57,262 WARN com.snowflake.kafka.connector.internal.SnowflakeInternalStage: [kafka_snowflake_poc_2|task-0] [SF_KAFKA_CONNECTOR] uploadWithoutConnection encountered an exception:JDBC driver encountered IO error. Message: Encountered exception during upload: null. for filePath:kafka_snowflake_poc_2/existing_table1/0/1_1_1720683056775.json.gz in Storage:AZURE
2024-07-11T07:30:57,265 ERROR com.snowflake.kafka.connector.internal.InternalUtils: [kafka_snowflake_poc_2|task-0] [SF_KAFKA_CONNECTOR] Retry count:0 caught an exception for operation:UPLOAD_FILE_TO_INTERNAL_STAGE_NO_CONNECTION with message:[SF_KAFKA_CONNECTOR] Exception: Failed to execute cached put
Error Code: 5018
Detail: Error in cached put command
Message: JDBC driver encountered IO error. Message: Encountered exception during upload: null. Kafka on CDP have access to the Snowflake domain, but the put on Azure storage is failing. Most likely there is a proxy or firewall that is not helping on this connection. You can test with this command: curl -v https://azure_name.blob.core.windows.net If you have a proxy, try to add it to the KAFKA_OPTS with these options -Dhttps.proxyHost=<proxy_host> -Dhttps.proxyPort=<proxy_port> Also, if you change the connector to Snowpipe Streaming method, that upload can be avoided and possible this issue gets solved. To do that you can update the JSON for the connector with this setting: "snowflake.ingestion.method": "SNOWPIPE_STREAMING" Check those points and see if it helps.
... View more
08-25-2026
10:19 AM
Helllo @ksw, I was checking and trying to understand the reason of that change. In big words, looks like the Angular upgrade was done to solve a separete CVE. So it was not focused on that specific point you mentioned. Do you have the CVE you refer to see what are the plans with it?
... View more
08-19-2026
05:29 AM
Hello @DevOpsWorld, Thanks for reaching out on the community. It's always a pleasure. The problem here is the DS version you have. Data Services 1.5.4 only supports Spark 2.4.7 and 3.2.3: https://docs.cloudera.com/machine-learning/1.5.4/spark/topics/ml-spark-supported-versions.html To be able to use Spark 3.5 you need to upgrade to DS 1.5.5: https://docs.cloudera.com/machine-learning/1.5.5/spark/topics/ml-spark-supported-versions.html Hope this helps to clarify the situation.
... View more
08-12-2026
04:56 PM
Hello @kiki_adm To add to the answer already provided, I want to give some extra information. You asked this "What information is included in 'Pod Count'?" This Grafana dashboard shows the pods that K8s has on the scope selected, either entire cluster or namespaces. In the screenshot we see some pods with the prefix impala, which means that those pods are for CDW (most likely). Those are for operations on CDW. During restart, those pods get stopped and not started until more tasks are executed on CDW. So the decrease on the number could be normal and expected. Hope this also helps to clarify your question.
... View more
07-23-2026
08:29 AM
1 Kudo
Hello @fat12, Sorry to hear that. Checking the Program FAQ this is what it says about your situation: What happens if I don't show up for my exam?
You are marked as a no-show for the exam and you forfeit any fees you paid for the exam.
https://www.cloudera.com/services-and-support/training/certification/cdp-faqs.html#show-up I would suggest to check with Certification team on that to see if there is anything else to do. You can email to [email protected] and share your question. Thanks for reaching Cloudera Community.
... View more
07-22-2026
02:41 PM
1 Kudo
Hello @IONR, Thanks for the detailed information. As far as I know that dynamic querying is not possible. Data Visualization procures to provide high response on filtering but on Datasets already created. Not by creating Datasets with custom filtering each.
... View more
07-17-2026
10:59 AM
Hello @IONR, Thanks for being part of our community. With filters are you referring to parameters such as "WHERE" on a SQL query? If so, that should be possible as described here: http://docs-archive.cloudera.com/data-visualization/7/work-with-data/topics/viz-edit-dataset-query-restrict-rows.html If not, can you elaborate more how are you doing the dataset? Also, wanted to mention that Data Vizualization 7.1.6 is out of support since August 2024. Maybe a newer version has what you need, you can take a look on Data Vizualization 8, for example. https://www.cloudera.com/services-and-support/support-lifecycle-policy.html
... View more
06-30-2026
10:16 AM
Hello @moekraft, Thanks for reaching our community. As of now, none of the runtimes supports JDK 21. But I see there are efforts to include support for it on newer but also on those LTS releases. Still we do not have information to share about the estimated time, but you can be sure that Cloudera is actively checking on the supported depencies and their EOS to always have a supported version. You should expect that in the future, before the EOS is met, Cloudera would provide support and communications.
... View more