Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
bin/omid.sh fixed to point to the new location for native lib set in …
Browse files Browse the repository at this point in the history
…LD_LIBRARY_PATH
  • Loading branch information
francisco-perez-sorrosal committed Nov 30, 2012
1 parent d7efbd6 commit 5f2fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/omid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
fi

tso() {
export LD_LIBRARY_PATH=`$READLINK -f ../src/main/native`
export LD_LIBRARY_PATH=`$READLINK -f ../lib`
exec java -Xmx1024m -cp $CLASSPATH -Domid.maxItems=100000 -Domid.maxCommits=100000 -Djava.library.path=$LD_LIBRARY_PATH -Dlog4j.configuration=log4j.properties com.yahoo.omid.tso.TSOServer -port 1234 -batch $BATCHSIZE -ensemble 4 -quorum 2 -zk localhost:2181
}

Expand Down

0 comments on commit 5f2fac9

Please sign in to comment.