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

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

Changes made after testing with 20 solr nodes

File size: 208 bytes
RevLine 
[31078]1
[31080]2export SPARK_HOME="$HTRC_EF_PACKAGE_HOME/spark"
[31078]3export PATH="$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH"
[31103]4if [ "$short_hostname" = "gsliscluster1" ] ; then
5 echo "* Added in Spark's bin and sbin into PATH"
6fi
[31078]7
8
Note: See TracBrowser for help on using the repository browser.