Member since
09-14-2017
6
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
957 | 12-08-2021 07:29 AM |
04-15-2024
07:33 PM
1 Kudo
I agree with ckumar's point and there is one more thing you could do if it makes you feel safer. You could put the HadoopConfigurationResources file path string into a sensitive parameter and refer to the that parameter (using #{paramname}) in the HiveCatalogService property.
... View more
04-15-2024
07:11 PM
1 Kudo
The third property of the DBCPConnectionPool called "Database Driver Location" needs to be filled with the path to your nifi lib directory and then it should successfully load the JDBC driver class.
... View more
12-08-2021
07:29 AM
I have not done that myself but CaptureChangeMySQL sounds like the processor to give you that info. This web page discusses how one person used that processor for tracking CDC changes from MySQL https://nikhil-suthar-bigdata.medium.com/cdc-with-apache-nifi-65020c748ff5
... View more
04-27-2018
01:45 PM
To learn why a process will not start, hover your cursor over the yellow triangle with exclamation mark and an error message will pop up to explain why it will not start. Then you will instantly know the problem.
... View more