From 321d70fcf30545d6e76e079997804b56dbc37f27 Mon Sep 17 00:00:00 2001 From: linhsolar Date: Tue, 30 Jan 2024 12:27:29 +0200 Subject: [PATCH] update nifi --- tutorials/nifi/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tutorials/nifi/README.md b/tutorials/nifi/README.md index e97abf4..8ad58c3 100644 --- a/tutorials/nifi/README.md +++ b/tutorials/nifi/README.md @@ -7,8 +7,12 @@ The goal is to design simple flows with basic tasks of data ingestion to underst ### Apache Nifi You can download [Apache Nifi](https://nifi.apache.org/download.html) and install it into your machine. Check the document to see if a minimum configuration should be made for your installation. ->Note: the following information is with **nifi-1.15.3** +>Note: the following information is with **nifi-1.24.0 and nifi-2.0.0-M1** +Create a test user: +``` +$bin/nifi.sh set-single-user-credentials student0 cse4640student0 +``` Start Nifi server ``` $bin/nifi.sh run