Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/lui-solr
[lui-solr.git] / zookeeper / cloud-scripts / zkcli.sh
1 #!/usr/bin/env bash
2
3 # You can override pass the following parameters to this script:
4
5
6 JVM="java"
7
8 # Find location of this script
9
10 sdir="`dirname \"$0\"`"
11
12 PATH=$JAVA_HOME/bin:$PATH $JVM -Dlog4j.configuration=file:$sdir/log4j.properties -classpath "$sdir/../solr-webapp/webapp/WEB-INF/lib/*:$sdir/../lib/ext/*" org.apache.solr.cloud.ZkCLI ${1+"$@"}
13