Created 05-04-2022 10:10 PM
Hi All, Good Morning!
Please help me in removing Duplicate Records without using cache services (Apache NIFI)Error Log
Created 05-09-2022 12:00 AM
No, Not yet and I am waiting from the client end for confirmation since my clients are abroad and they have access for the same, Would check and let you know the results by tomorrow 10th May 2022. Thanks for the help SAMSAL.
Created 05-05-2022 12:57 PM
Not sure if this is the best way but try using QueryRecord and create one dynamic property to funnel the data into where your query will look like this:
Select distinct * from FLOWFILE
Created 05-06-2022 06:26 AM
Thanks for the valuable information and I got the results , but the Date and Error Message are not sorted/ordered properly.
Do We have any particular Function on Sql Query or any processor to sort in Order for the same
Created 05-06-2022 10:20 AM
have you tried Selected distinct * order by Date, ERROR_MSG
Created 05-09-2022 12:00 AM
No, Not yet and I am waiting from the client end for confirmation since my clients are abroad and they have access for the same, Would check and let you know the results by tomorrow 10th May 2022. Thanks for the help SAMSAL.
Created 05-10-2022 03:15 AM
Thanks for the help SAMSAL and my next task is to insert these values into the table. Please let me know which processor would help me.
Created 05-10-2022 12:28 PM
there are a lot of processors that can help you with that for example : PUTSQL, PutDatabaseRecord, ExecuteSQL
Created on 05-10-2022 08:47 PM - edited 05-10-2022 08:48 PM
Sure SAMSAL, Once the table is created I would test the same with above mentioned. Which is HiveDB Table.
Created 05-11-2022 02:10 AM
The table has been created, I have to perform Insert Statement on PutHiveStreaming Processor, Insert those Extracted Error Log Data. I am viewing results on Google and If I need any Help will get back here for sure, Thanks
Created 05-11-2022 09:04 PM
Please help me in Inserting these data into Hive DB. (Process flow). Hive doesn't accept CSV and it has to convert to Avro. I am stuck on how to Put Insert Statement and direct to PutHiveStreaming.
Created 05-12-2022 01:31 PM
I never worked with Hive DB, but if it only takes avro format and you have csv you can use processor ConvertRecrod to convert a record from one format to another. In this processor you create CSV Reader service and the writer is Avro
Created 05-12-2022 09:28 PM
Sure SAMSOL, In Hive DB, I am having a table and no need for any SQL INSERT STATEMENT.
Say HIVE DB Table has XXX, in that I have to put these Data and Error Field, Just convert to Avro works or ??? have to call insert statement processor