Andrew Kuchling created BIGTOP-1475:
---------------------------------------
Summary: Zookeeper zkcli.sh doesn't run
Key: BIGTOP-1475
URL: https://issues.apache.org/jira/browse/BIGTOP-1475
Project: Bigtop
Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Andrew Kuchling
/usr/lib/solr/bin/zkcli.sh doesn't run, probably because file paths have
changed. When installed on a CentOS machine, I get:
[ec2-user@ip-X-Y-Z-W ~]$ /usr/lib/solr/bin/zkcli.sh
unzip: cannot find or open /usr/lib/solr/bin/../../webapps/solr.war,
/usr/lib/solr/bin/../../webapps/solr.war.zip or
/usr/lib/solr/bin/../../webapps/solr.war.ZIP.
Error: Could not find or load main class org.apache.solr.cloud.ZkCLI
I managed to get zkcli.sh working for my purposes by commenting out the
invocation of unzip to unpack the .war file, and replaced the Java invocation
with the following:
PATH=$JAVA_HOME/bin:$PATH $JVM
-Dlog4j.configuration=file:/etc/solr/conf.dist/log4j.properties -classpath
"/usr/lib/solr/server/webapps/solr/WEB-INF/lib/*" org.apache.solr.cloud.ZkCLI
${1+"$@"}
Note that I've changed both the path to log4j.properties and to the directory
used with -classpath.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)