Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Start NIFI in a stopped state

avatar
New Member

We had an issue with our nifi instance where someone left something running that they shouldn't have in the morning the server is a bit of a mess. While we're in the process of sorting through the errors and logs, I'm thinking I'd like to start the nifi instance with all the processors in a stopped state. Is there a way to do this? I can't find anything with google searches or skimming the administrators docs.

1 ACCEPTED SOLUTION

avatar
Rising Star

@Max Evers

Set nifi.flowcontroller.autoResumeState=false in the bootstrap.conf and recycle.

If NiFi is managed by Ambari, you will need to modify the config through Ambari ; In the config tab, search for nifi.flowcontroller.autoResumeState in advanced nifi-propertiesand unclick the square.

View solution in original post

2 REPLIES 2

avatar
Rising Star

@Max Evers

Set nifi.flowcontroller.autoResumeState=false in the bootstrap.conf and recycle.

If NiFi is managed by Ambari, you will need to modify the config through Ambari ; In the config tab, search for nifi.flowcontroller.autoResumeState in advanced nifi-propertiesand unclick the square.

avatar
New Member

I had the same question a few months later after forgetting what I did last time and lo and behold my google search results in my own question on hwx, so thanks again.