Member since
01-26-2022
82
Posts
2
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
680 | 09-08-2022 04:02 AM | |
1583 | 07-27-2022 03:29 AM | |
1186 | 06-28-2022 09:43 PM | |
1191 | 06-27-2022 08:42 AM | |
12305 | 06-16-2022 10:29 PM |
05-07-2022
01:01 AM
Hi,
I am a newbie in NiFI and i have a use case i am currently working and i need your kind help.
USE CASE:
1. Invoke an endpoint using InvokeHttp
2. collect response using HandleHttpResponse
3. publish the response to any monitoring platform like Grafana.
I was able to accomplished 1 & 2. But i couldn't find any help on how to publish response to Grafana.
I would be glad if you can kindly put me through.
Thank you for assistance.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
03-31-2022
03:45 AM
I am a newbie in NIFI, Please, i need help. I am updating DB using NIFI. I have two(2) DB servers. One of the DB is a backup in case the first DB failed. So, i connected the second DB(DB2) to the "failure" leg of the first (DB1). ISSUE: Upon failure of DB1, DB2 would start processing files, but the problem is the file would go to DB1( which has already failed) before going to DB2 & and this is taking much time. My flow is timebound because i should be able to update the DB as fast as possible. How can i stop DB1 after failure & reroute flow to DB2 automatically. At the moment i am doing it manually and sometimes DB1 goes down in the middle of the night while i am still sleeping. Thank you for your kind help. Attached is a depiction of my flow
... View more
03-09-2022
11:32 PM
Thanks for your help. Please, are you talking about PutSQL Processor. I have a procedure to run in a DB against an incoming flow files. Please, are you saying i will call the procedure name using the EXEC command. Thanks
... View more
02-09-2022
05:54 AM
I have many zip files each containing a csv file. The header of the csv file contain fields and some field names have space between words e.g "field one" instead of "field_one" which is the one in the database. Please, what is the optima method to change the csv field names to match the ones in the database. NOTE: I am using MSSQL as the DB. And my NIFI implementation is 1) GetFile : from a repository that contain zip files of very large size 2)UnpackContent: to extract the csv from the zipped file 3) PutDabaseRecord: to persist the csv data into db because of its large size. Thank you for your kind help.
... View more
02-03-2022
02:33 PM
Hi, I am still a beginner in using NIFI. I would like to query a database & pull record on a daily basis. And each day record would be converted to CSV and write to a directory. I have checked this method: https://community.cloudera.com/t5/Support-Questions/Fetch-records-from-a-database-incrementally-based-on-time/td-p/175653 But i would like to know if there is any other simpler way of doing it. Thank you so much.
... View more
Labels:
- Labels:
-
Apache MiNiFi
-
Apache NiFi
02-02-2022
03:33 AM
Hello @mburgess , I have similar problem here & i am newbie in Nifi. Actually, i know the structure of my json flowflie. Please, how can i use schema aliases in conjunction with ConvertRecord for my problem. The screenshot of my json structure is attached here. Thank you so much.
... View more
02-02-2022
01:56 AM
Hello, I am still a newbie in NiFi. I Json flowfile that i want to persist in a database using ConvertJsontoSql & PutSql. I have no problem if the names of keys in Json flowfile match with the columns name in the database. But if the keys names are different from column names whilst referring to same thing. For example: Flowfile attribute: surname Database column: lastname I have no access to alter database. And i have tried JoltTransform which didn't work. Please, how do i map json keys to columns names , even if the key names change it would still point to the same column in the database. Thank you.
... View more
01-28-2022
12:54 AM
Hello, I'm a learner & i would like to use the method you made mentioned here to collect logs in a remote server & send to Nifi. Please, can you put me through because i have been battling with how to build a msi before the real implementation. Thank you so much.
... View more
01-26-2022
11:35 PM
Thank you so much for this insight. It really helps & i really appreciate. And if you have any links that i can use as illustration of the first method i would also be grateful.
... View more
01-26-2022
04:40 AM
I am a beginner in NIFI. And i would like to read live logs from a remote server to a Nifi flow on another system. I have no access to install Nifi on that remote server, please what is the best method to implement the above scenario. Thanking you so much for your reply.
... View more
Labels:
- Labels:
-
Apache NiFi
- « Previous
- Next »