. / zkcli.sh: line 13: unzip: command not found
Exception message:
. / zkcli.sh: line 13: unzip: command not found
Error: Could not find or load main class org.apache.solr.cloud.ZkCLI
Cause of exception:
To execute the solrhome configuration file upload command:
. / zkcli.sh-zkhost 192.168.0.1 cmd upconfig-confdir / usr/local/solr-cloud/solrhome01/collection1/conf/-confname myconf
However, the system does not have unzip and zip applications installed, so an error is reported.
Solution:
Execute:
Yum install-y unzip zip
Recommendations:
After the installation, you also need to execute it under the / solr-4.10.3/example directory:
Java-jar start.jar
Note:
Make sure zookeeper is started before you execute the upload configuration script, otherwise you will keep trying to connect.