[
https://issues.apache.org/jira/browse/NIFI-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245184#comment-14245184
]
Joseph Witt commented on NIFI-165:
----------------------------------
Drew Farris commented in our mailing list the other day:
"
Nifi built fine for me on OSX Mavericks with jdk1.7.0_45 and maven 3.2.3
Removing the 'readlink -f' from nifi.sh and setting NIFI_HOME manually
worked to the extent that I'm able to pull up the nifi flow UI on
localhost:8080/nifi
"
> The start script, nifi.sh, does not work on Mac OS X
> ----------------------------------------------------
>
> Key: NIFI-165
> URL: https://issues.apache.org/jira/browse/NIFI-165
> Project: Apache NiFi
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 0.0.1
> Environment: Mac OS X 10.9.5
> running:
> GNU bash, version 3.2.53(1)-release (x86_64-apple-darwin13)
> Reporter: Philip Young
> Labels: easyfix, scripts
>
> Unfortunately, Mac OS X does not handle the use of $0 to specify the name and
> path of the script that is being executed as well as other *nix, instead it
> is being resolved to "." in the nifi.sh script. As a result, calls to dirname
> and basename are failing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)