Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

use NiFi processor to parse files mounted on file system NFS

avatar
Explorer

Hello,

I need to parse logs mounted on file system NFS on centos.

Is NiFi reliable with NFS ? with files processors

Thanks,

Regards

1 ACCEPTED SOLUTION

avatar
Super Mentor
@Bertrand Goubot

A mounted file systems is treated like any other local system directory NiFi interacts with. NFS mounts are not going to be as performant as local disks of course. When NiFi ingest Files form your NFS mount, the content of those files is going to be placed in NiFi's content repository. Any processors that then work on that ingested content work use what is in teh content repository.

Thanks,

Matt

View solution in original post

5 REPLIES 5

avatar
Super Mentor
@Bertrand Goubot

A mounted file systems is treated like any other local system directory NiFi interacts with. NFS mounts are not going to be as performant as local disks of course. When NiFi ingest Files form your NFS mount, the content of those files is going to be placed in NiFi's content repository. Any processors that then work on that ingested content work use what is in teh content repository.

Thanks,

Matt

avatar
Super Mentor

@Bertrand Goubot

MiNiFi will work the same way with regards to accessing locally mounted disks.

NiFi and MiNiFi have no issues working with large Files as long as there is sufficient space in the content repository to store and do any processing needed on those large files.

Thanks,

Matt TIP: We try to keep the discussion going under one answer rather then creating a new answer every time we respond back and forth in this forum. Unless someone if offering up a new solution/answer to the question.

avatar
Explorer

thanks Matt for your valuable response (and tip too :))

avatar
New Contributor

Hello MattWho,

Some time spent since your reply, you would still recommend to mount the NFS drives on each NiFi nodes - or are there any further development on this topic?

avatar
Explorer

Thanks Matt for your quick response.

Do you know if MiNiFi works as same with NFS mount ?

content is going to be placed in NiFi's content repository : but how NiFi (or MiNiFi) deals with large files, bigger thant 1Gb ?

Thanks, Regards.