source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/zookeeper/templates/setup-zookeeper.bash@ 30960

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

Switch to using Puppet to provision machine. Strongly based on files developed for spark-hdfs cluster

File size: 169 bytes
Line 
1
2export JAVA_HOME=/usr/lib/jvm/java-8-oracle
3export PATH="$JAVA_HOME/bin:$PATH"
4
5export ZOOKEEPER_HOME="<%= @zookeeper_home %>"
6export PATH="$ZOOKEEPER_HOME/bin:$PATH"
7
Note: See TracBrowser for help on using the repository browser.