source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/remote-zookeeper-stop.sh

Last change on this file was 31367, checked in by davidb, 7 years ago

Changes to work with solr1 and solr2

  • Property svn:executable set to *
File size: 89 bytes
Line 
1#!/bin/bash
2
3zookeeper_host=${ZOOKEEPER_SERVER%:*}
4
5ssh $zookeeper_host zkServer.sh stop
Note: See TracBrowser for help on using the repository browser.