Skip to content

Commit

Permalink
Merge pull request #467 from brndnmtthws/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Winder committed Jan 22, 2016
2 parents 478b1f1 + fdaf226 commit 0f928dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion executor/start-executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ if [ -z "$LIBPROCESS_IP" ]; then
fi
echo "LIBPROCESS_IP is set to '$LIBPROCESS_IP'";

java $JAVA_OPTS -Djava.library.path=/usr/local/lib -jar /tmp/elasticsearch-mesos-executor.jar $@
export MESOS_NATIVE_JAVA_LIBRARY=/usr/lib/libmesos.so

java $JAVA_OPTS -Djava.library.path=/usr/local/lib -jar /tmp/elasticsearch-mesos-executor.jar $@

0 comments on commit 0f928dd

Please sign in to comment.