Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minyk committed Jul 20, 2018
1 parent 1988901 commit 06f0ac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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}
Expand All @@ -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.

Expand Down

0 comments on commit 06f0ac3

Please sign in to comment.