You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2018/01/24 17:58:00 UTC

[jira] [Updated] (MINIFI-430) Provide bat support for flowStatus in Windows

     [ https://issues.apache.org/jira/browse/MINIFI-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aldrin Piri updated MINIFI-430:
-------------------------------
    Description: 
This was originally brought up by a user on StackOverflow in their question at https://stackoverflow.com/questions/48412485/how-to-get-the-flowstatus-on-a-windows-apache-minifi-intsallation.

Currently flowStatus is not supported in the bat files in MiNiFi Java.  We should ensure that we provide a new script or argument handling on one of the existing items to expose this. 

The current workaround would be to edit/duplicate one of the bat files and modify the BOOTSTRAP_ACTION to be flowStatus and support handling additional arguments.  For example, this line in run-minifi.bat ([https://github.com/apache/nifi-minifi/blob/e9e9179f8d359bc30aa61c60f5a35441bfb7513a/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/bin/run-minifi.bat#L48)]

 

 

  was:
Currently flowStatus is not supported in the bat files in MiNiFi Java.  We should ensure that we provide a new script or argument handling on one of the existing items to expose this.

 

The current workaround would be to edit/duplicate one of the bat files and modify the BOOTSTRAP_ACTION to be flowStatus and support handling additional arguments.  For example, this line in run-minifi.bat ([https://github.com/apache/nifi-minifi/blob/e9e9179f8d359bc30aa61c60f5a35441bfb7513a/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/bin/run-minifi.bat#L48)]

 


> Provide bat support for flowStatus in Windows
> ---------------------------------------------
>
>                 Key: MINIFI-430
>                 URL: https://issues.apache.org/jira/browse/MINIFI-430
>             Project: Apache NiFi MiNiFi
>          Issue Type: Task
>          Components: utilities
>    Affects Versions: 0.3.0, 0.4.0
>            Reporter: Aldrin Piri
>            Priority: Major
>
> This was originally brought up by a user on StackOverflow in their question at https://stackoverflow.com/questions/48412485/how-to-get-the-flowstatus-on-a-windows-apache-minifi-intsallation.
> Currently flowStatus is not supported in the bat files in MiNiFi Java.  We should ensure that we provide a new script or argument handling on one of the existing items to expose this. 
> The current workaround would be to edit/duplicate one of the bat files and modify the BOOTSTRAP_ACTION to be flowStatus and support handling additional arguments.  For example, this line in run-minifi.bat ([https://github.com/apache/nifi-minifi/blob/e9e9179f8d359bc30aa61c60f5a35441bfb7513a/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/bin/run-minifi.bat#L48)]
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)