Member since
08-08-2024
117
Posts
30
Kudos Received
17
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 37 | 07-23-2026 08:29 AM | |
| 49 | 07-22-2026 02:41 PM | |
| 224 | 06-30-2026 10:16 AM | |
| 180 | 06-22-2026 10:01 AM | |
| 246 | 06-12-2026 07:16 AM |
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
06-22-2026
10:01 AM
Congratulations on your certification! Keep it up!
... View more
06-17-2026
02:56 PM
Hello @red888, Thanks for reaching Cloudera Community, glad to have you here. NiFi does not support HTTPS and HTTP mixed, you will need to have only one. Is recommended HTTPS, HTTP is supported but in the newer versions due to all the security, login auth and more, is not the best idea as you will face issues like you have seen. NiFi will use the same HTTPS listner to communicate, this is used for the UI, REST API and node protocol traffic. All of these are HTTPS requests. About the names, you do not need to add public DNS names. The certs only need to have the SANs matching what the nodes uses to talk each other. In K8s is usually the pods DNS or service DNS. There is no much NiFi docs for K8s, but some are these: https://nifi.apache.org/nifi-docs/administration-guide.html#kubernetes-clustering https://nifi.apache.org/nifi-docs/administration-guide.html#kubernetes-configmap-cluster-state-provider https://nifi.apache.org/nifi-docs/administration-guide.html#kubernetes-nginx-ingress-controller https://nifi.apache.org/nifi-docs/administration-guide.html#cluster_node_properties
... View more
06-15-2026
11:27 AM
Hello @intersoldi, Thanks for being part of our community. This could be an issue related to some threads blocked. Do you see anything on the YARN application log? On the Spark Event Log, does it always hang on the same task? Another thing you can try is to get jstacks and review them to see if they are hanging on any specific point or step, for example, a connection or thread.
... View more
06-12-2026
07:16 AM
Hello @Seaport, Thanks for reaching Cloudera Community. Unfortunately, there is no option to use Airflow on base cluster. The only possible way to use it is with Data Services, in this case CDE.
... View more
05-29-2026
05:59 AM
Hello @LaurisG_, Glad to hear that. Have a great weekend too,
... View more
05-27-2026
01:18 PM
Hello @AlokKumar, The log used the Processor or Group ID, not the name. This is because you can have multiple processor for the same one, but the ID is always unique. On this example, the ID is: 3be575b5-019e-1000-0000-00002f93e650 The user is also reported between the [], in my case, is vafs: 2026-05-26 18:29:51,455 INFO [NiFi Web Server-36459] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
... View more