From 06f0ac3d90ab8ea62f79870d87fb58d90918b338 Mon Sep 17 00:00:00 2001 From: minyk Date: Fri, 20 Jul 2018 13:33:54 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2eac282..d439ae2 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Sandbox for Apache nifi # Introduction -Vagrant project to spin up a cluster of 1 virtual machine with Hadoop 2.7.3, Kafka 1.0.0, Nifi 1.6.0 and Nifi Registry 0.2.0. +Vagrant project to spin up a cluster of 1 virtual machine with Hadoop 2.7.3, Kafka 1.0.0, Nifi 1.7.1 and Nifi Registry 0.2.0. * [Hadoop](http://hadoop.apache.org) * [Kafka](http://kafka.apache.org) @@ -100,7 +100,7 @@ Nifi version is described in `scripts/common.sh` ```bash #Nifi -NIFI_VERSION=1.7.0 +NIFI_VERSION=1.7.1 NIFI_NAME=nifi-${NIFI_VERSION} NIFI_ARCHIVE=${NIFI_NAME}-bin.tar.gz NIFI_MIRROR_DOWNLOAD=http://www.apache.org/dist/${NIFI_VERSION}/${NIFI_ARCHIVE} @@ -115,7 +115,7 @@ You can make the VM setup even faster if you pre-download the Hadoop, Kafka and 1. `/resources/hadoop-2.7.3.tar.gz` 3. `/resources/jdk-8u152-linux-x64.gz` 4. `/resources/kafka_2.11-1.0.0.tgz` -5. `/resources/nifi-1.7.0-bin.tar.gz` +5. `/resources/nifi-1.7.1-bin.tar.gz` The setup script will automatically detect if these files (with precisely the same names) exist and use them instead. If you are using slightly different versions, you will have to modify the script accordingly.