[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18049
Change subject: Fix readlink behaviour on MacOS in start_kudu.sh ...................................................................... Fix readlink behaviour on MacOS in start_kudu.sh The MacOS version of 'readlink' doesn't support -f option and throws an illegal option error, e.g. ./start_kudu.sh -m 3 -t 3 -b $BUILD_DIR -c $CLUSTER_DIR --rpc-master 8800 readlink: illegal option -- f usage: readlink [-n] [file ...] Added a script that imitates the same behaviour when MacOS is detected. Change-Id: I0057a6d6668488001be8b4f74f46010e2620b46e --- M src/kudu/scripts/start_kudu.sh 1 file changed, 22 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/49/18049/1 -- To view, visit http://gerrit.cloudera.org:8080/18049 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0057a6d6668488001be8b4f74f46010e2620b46e Gerrit-Change-Number: 18049 Gerrit-PatchSet: 1 Gerrit-Owner: Anonymous Coward <[email protected]>
