source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SETUP/setup-zookeeper.bash@ 32173

Last change on this file since 32173 was 31103, checked in by davidb, 7 years ago

Changes made after testing with 20 solr nodes

File size: 193 bytes
Line 
1
2
3export ZOOKEEPER_HOME="$HTRC_EF_PACKAGE_HOME/zookeeper"
4export PATH="$ZOOKEEPER_HOME/bin:$PATH"
5if [ "$short_hostname" = "gsliscluster1" ] ; then
6 echo "* Added in Zookeeper into PATH"
7fi
8
9
Note: See TracBrowser for help on using the repository browser.