Skip to content

Instantly share code, notes, and snippets.

@jdye64
Last active April 13, 2017 16:28
Show Gist options
  • Save jdye64/b31e63fe0f4fece4fdec2ae02fdd7d8c to your computer and use it in GitHub Desktop.
Save jdye64/b31e63fe0f4fece4fdec2ae02fdd7d8c to your computer and use it in GitHub Desktop.
sudo su && yum install -y git wget
cd /opt
wget http://www.gtlib.gatech.edu/pub/apache/nifi/1.1.2/nifi-1.1.2-bin.tar.gz
tar -xzvf ./nifi-1.1.2-bin.tar.gz
rm -f nifi-1.1.2-bin.tar.gz
nifi-1.1.2/bin/nifi.sh install
# Warning right now this will start NiFi as root process which I need for some JNI and USB type operations I'm testing.
service nifi start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment