From issues-return-85875-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Mon Sep 30 19:00:46 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 03C12180656 for ; Mon, 30 Sep 2019 21:00:45 +0200 (CEST) Received: (qmail 38978 invoked by uid 500); 30 Sep 2019 19:00:45 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 38969 invoked by uid 99); 30 Sep 2019 19:00:45 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2019 19:00:45 +0000 From: GitBox To: issues@nifi.apache.org Subject: [GitHub] [nifi] joewitt commented on a change in pull request #3762: NIFI-6703: Add Stateless NiFi to CLI Message-ID: <156987004535.29842.2277579891955572597.gitbox@gitbox.apache.org> Date: Mon, 30 Sep 2019 19:00:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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