You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/09/30 19:00:45 UTC

[GitHub] [nifi] joewitt commented on a change in pull request #3762: NIFI-6703: Add Stateless NiFi to CLI

joewitt commented on a change in pull request #3762: NIFI-6703: Add Stateless NiFi to CLI
URL: https://github.com/apache/nifi/pull/3762#discussion_r329737000
 
 

 ##########
 File path: nifi-stateless/nifi-stateless-bootstrap/src/main/java/org/apache/nifi/stateless/NiFiStateless.java
 ##########
 @@ -72,14 +73,6 @@ public static void main(final String[] args) throws IOException, ClassNotFoundEx
             for (final File narFile : narFiles) {
                  NarUnpacker.unpackNar(narFile, narWorkingDirectory);
 
 Review comment:
   @SamHjelmfelt i think you want this to be a directory under narworkingdirectory.  traditional nifi writes to ./work/nar/...    you might want to do ./work/stateless-nar.  They should avoid sharing as they can have different running cycles and nifi has hotloading where as stateless presumably would not/etc..

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services