source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/remote-solr-init-full-ef-collection.sh@ 31099

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

Changes resulting from test runs to get Zookeeper and Solr running on gsliscluster1

  • Property svn:executable set to *
File size: 127 bytes
Line 
1#!/bin/bash
2
3ssh gc0 \
4 solr create \
5 -c htrc-pd-ef \
6 -d htrc_configs \
7 -shards 10 \
8 -replicationFactor 2
Note: See TracBrowser for help on using the repository browser.