Skip to content

Instantly share code, notes, and snippets.

@pm-hwks
Created October 24, 2017 21:26
Show Gist options
  • Save pm-hwks/43eef678c16843830ad5deec472f934d to your computer and use it in GitHub Desktop.
Save pm-hwks/43eef678c16843830ad5deec472f934d to your computer and use it in GitHub Desktop.
[Run NiFi on macos] Running NiFi on OSX #nifi #macos
## Change to directory where you downloaded and extracted the latest version of NiFi
# Setup Java Home
export JAVA_HOME=$(/usr/libexec/java_home)
export PATH=${JAVA_HOME}/bin:$PATH
#Start NiFi
bin/nifi.sh start
## Access NiFi at http://localhost:8080/nifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment