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

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

echo formatting tidy up. Fixed some typos

File size: 267 bytes
RevLine 
[31078]1
[31080]2export SPARK_HOME="$HTRC_EF_PACKAGE_HOME/spark"
[31078]3export PATH="$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH"
[31080]4echo "* Added in Spark's bin and sbin into PATH"
[31078]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.