Member since
06-26-2015
515
Posts
140
Kudos Received
114
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2589 | 09-20-2022 03:33 PM | |
| 7006 | 09-19-2022 04:47 PM | |
| 3695 | 09-11-2022 05:01 PM | |
| 4314 | 09-06-2022 02:23 PM | |
| 6833 | 09-06-2022 04:30 AM |
03-21-2022
03:12 PM
1 Kudo
@RobinRo , Yes, it does support other names. "cdsw" is just an example, but you can replace it with your preferred string. Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-17-2022
03:01 PM
Thank you so much! I couldn't find anything on the web about this. You saved the day!!!!!!!!!!!!
... View more
03-17-2022
06:36 AM
@Ankit88 , For a Java application you need to add the following Kafka property to your producer/consumer configuration: sasl.jaas.config=com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true keyTab="./myuser.keytab" principal="myuser@XYZ.SITE"; Where myuser.keytab is your user's Kerberos keytab. Cheers, André
... View more
03-15-2022
11:48 PM
Hi, @abvincita , Please ignore my last post. I did a quick test using dynamic properties arguments and confirmed that it works well, regardless of the content of the attributes. Please give this a try: André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-15-2022
06:10 PM
sad news. It was not working. The error message turns to "org.apache.kudu.client.NoLeaderFoundException: Master config (hostnamex:7051,hostnamex:7051,hostnamex:7051)" Are there any reasons to cause this issue? Such as high pressure on KUDU cluster?
... View more
03-15-2022
05:32 PM
1 Kudo
The issue is resolved . The issue was related to password for Host.pem file
... View more
03-15-2022
03:13 PM
1 Kudo
Thank YOU again Andre! I will look into this. Have also inquired with GIS at the company I work for since they've deployed CDP 7.1.7! Keeping my fingers crossed. 🙂 Have a wonderful and blessed week Andre and as always THANK YOU for all your guidance! Sincerely, JohnnyC
... View more
03-14-2022
11:21 PM
This is now sorted. Batching using record based processor helped us to improve performance in multifold. didn't know that that the excess of flowfile might result in slowness in NIFI.
... View more
03-14-2022
11:19 PM
Thank you Araujo. This has helped a lot.
... View more
03-14-2022
10:08 PM
Hi @gaofzhan, For what reason are you copying the JDBC driver to the NiFi's lib folder? When you need to JDBC driver for connecting to the remote sources, you typically only need to copy the ojdbc8.jar file. If you copy all the files that come in the tarball downloaded from Oracle it can cause errors like the one you describe. Please remove the copied files from the lib folder, copy only the ojdbc8.jar one and try again. Cheers, André -- Was your question answered? Please take some time to click on "Accept as Solution" below this post. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more