Description
If set JAVA_HOME to IntelliJ's java, bin/zookeeper-server-start.sh can't work because the path has space in it.
export JAVA_HOME="/Applications/IntelliJ IDEA.app/Contents/jbr/Contents/Home/"
We can fix this by quote "$JAVA" in the shell script according to: https://stackoverflow.com/a/7740746/1203241
I can send a PR if you like.
Attachments
Attachments
Issue Links
- links to