From 114094353cd46bd1b1b5ed2c74a7694372230387 Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Tue, 22 Nov 2016 10:16:14 -0500 Subject: [PATCH] NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Quickstart guide --- src/pages/markdown/quickstart.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index 144e607e8..e11f4efa0 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -144,8 +144,10 @@ for launching the application. On linux and OSX, NiFi can be run using `bin/nifi via `service nifi start`, `service nifi stop`, `service nifi status`. -For Windows users, there exist several scripts in the `bin` directory that are analogous to those above: -`start-nifi.bat`, `stop-nifi.bat`, `nifi-status.bat`, and `run-nifi.bat`. +For Windows users, the following scripts exist in the `bin` directory: + ++ `run-nifi.bat`: runs NiFi in the foreground and waits to receive a Ctrl-C, which then shuts down NiFi ++ `status-nifi.bat`: provides the current status of NiFi The configuration that is to be used when launching NiFi, such as Java heap size, the user to run as, which Java command to use, etc. are configurable via the `conf/bootstrap.conf` file.