Support Questions

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

trigger GetFile in nifi

avatar
Expert Contributor

Hi,

I having a nifi job which using a getFile to read a hive script into a flowfile and execute it in PutHIVEQL processor

I would like my flow to be triggered by something outside nifi

My thought was to put a listFile before the getFile processor and activate the flow with i little script touching a file in then listFile folder that would also prevent it to run more than once at a time.

But Getfile has no input, i really want to keep my hivescript in a file, is there someway to implement such a functionality

Best regards

Simon

1 ACCEPTED SOLUTION

avatar
Master Guru

FetchFile should be used with ListFile to handle this.

View solution in original post

1 REPLY 1

avatar
Master Guru

FetchFile should be used with ListFile to handle this.