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

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

Some setup files and scripts to make running Spark and Solr easier on the gsliscluster1 cluster

File size: 220 bytes
RevLine 
[31078]1
2export SPARK_HOME="$HTRC_EF_PACKAGES_HOME/spark"
3export PATH="$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH"
4
5
6#alias spark-start-all.sh="$SPARK_HOME/sbin/start-all.sh"
7#alias spark-stop-all.sh="$SPARK_HOME/sbin/stop-all.sh"
8
Note: See TracBrowser for help on using the repository browser.