Member since
07-13-2020
58
Posts
2
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1216 | 09-04-2020 12:33 AM | |
7747 | 08-25-2020 12:39 AM | |
2417 | 08-24-2020 02:40 AM | |
2155 | 08-21-2020 01:06 AM | |
1151 | 08-20-2020 02:46 AM |
07-14-2021
12:36 AM
Is it possible to show what the character is exactly? With logical type string it should accept any character as long as is it not a invalid or garbage value....
... View more
07-05-2021
11:13 PM
Hi..,if you know the exact number of files to be transferred then yes….but if the count is variable then since nifi is a flow tool there is no concept as the last file…. You can send an email if you find any files in the failure relationship… this way you will know if the transfer went well or not.., If this seems obvious please share a sketch of what you wish to inplement for a better solution…
... View more
07-05-2021
05:13 AM
Seems like db2 is using some data type which is not recognizable to Avro. You can try to Disable Avro logical types to false in QueryDatabaseTable and then parse the data correctly within the flow. If you find the answer helpful please accept this as a solution.
... View more
07-05-2021
04:55 AM
You can tail nifi-app.log from within nifi and use multi-line regex function to extract the response. If you find the answer helpful please accept this as a solution.
... View more
07-05-2021
04:52 AM
Hi...For a single email alert, use MergeContent processor (on some condition) before PutEmail. If you have a definite number of files then in MergeContent you can add Minimum Number of Entries as 10. If not, then only way is time bound. For transfer check, you will have to provide more info here. Where is it transferred? Does nifi handle the transfer? If nifi handles the transfer, you will have files in Failure relationship so that should tell you if the transfer for all files was successful or not. If you find the answer helpful please accept this as a solution.
... View more
07-05-2021
04:44 AM
This is a heap space problem. Check if your nifi cluster is big enough to process the amount of data you are consuming from Kafka. Maybe try with a smaller dataset. If you find the answer helpful please accept this as a solution.
... View more
07-05-2021
02:26 AM
It seems the avro schema doesnt match with the table structure. E.g it is string in your flowfile, it is string in the destination table as well? If not, you will get this error. The probable reason is that PutHiveStreaming doesnt implicitly change data types. If you find the answer helpful please accept this as a solution.
... View more
07-05-2021
02:20 AM
You need to provide more info here. What is the data type of each column? How are you adding data? What is the data format of the hive table? When you use you get the correct result, is it the same result or some other rows.
... View more
07-05-2021
02:17 AM
It seems that the avro logical type are not matching. Please double check the data types. If you find the answer helpful please accept this as a solution.
... View more
07-05-2021
02:09 AM
Check your Kerberos credentials cache Also note keyring is not completely compatible. You may have to use file credential cache. If this doesnt work, please send some stack trace to understand the problem.
... View more