Member since
07-14-2017
99
Posts
5
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1446 | 09-05-2018 09:58 AM | |
1968 | 07-31-2018 12:59 PM | |
1440 | 01-15-2018 12:07 PM | |
1345 | 11-23-2017 04:19 PM |
11-30-2017
10:52 AM
Hi, Can we delete a hbase row or multiple rows (at once) using nifi. I could not find a deletehbase kind processor (nifi 1.1). If I have to do it using execute stream command, can I delete multiple rows at a time. Thanks for your help
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache NiFi
11-23-2017
04:19 PM
I have sorted it. closing the question.
... View more
10-31-2017
03:18 PM
@Shu Currently I am following the same approach, but wanted to know if I could do this at once. However, this approach is working fine. In mergecontent, what will you suggest to have minimum buffer size(I am not sure I just kept 5MB). Thanks for your help
... View more
10-31-2017
01:36 PM
@Shu Thanks for your response, I am sure that I will get bigger files. I tried with a 100 MB file, it is taking a lot of time. do we have an alternate way of doing this, because I will get such big files every minute.
... View more
10-30-2017
04:07 PM
Hi, I have scheduled a getfile processor in nifi on cron schedule, running every minute (0 0/1 * * * ?). The above runs properly and gets a file every minute, but the processor is running multiple times(atleast 2-3) and showing warning almost every time (because it could not ingest the file, as it has ingested already and no file is present). How to avoid this, and make the processor stop till next schedule once the file is ingested. Could you please suggest
... View more
Labels:
- Labels:
-
Apache NiFi
10-30-2017
04:02 PM
1 Kudo
Hi, I have an scenario where I need to replace all new line characters with '' (technically remove all the newline characters and make a single string) in a big file(usually 50-500 MB). I made the file to flow from getfile to replacetext as search value=\n+ and replace as (set empty string), regex replace and entire text as other parameters. It did not work. Could you please suggest.
... View more
Labels:
- Labels:
-
Apache NiFi
10-17-2017
02:19 PM
@Shawn Weeks I have found the solution. It is with the principal which is has permission validation. Thanks for your help
... View more
10-13-2017
10:34 AM
@Matt Clarke Thank you. I have merged files depending on the frequency of writes to 64 KB. Sorry for turning late.
... View more