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

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

Changes made after testing with 20 solr nodes

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