source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/vagrant-spark-hdfs-cluster/modules/spark/templates/setup-spark.bash@ 31019

Last change on this file since 31019 was 30930, checked in by davidb, 8 years ago

Expansion of useful alias commands for Hadoop and Spark

File size: 207 bytes
Line 
1
2export SPARK_HOME="<%= @spark_home %>"
3export PATH="$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH"
4
5alias spark-start-all.sh="$SPARK_HOME/sbin/start-all.sh"
6alias spark-stop-all.sh="$SPARK_HOME/sbin/stop-all.sh"
7
Note: See TracBrowser for help on using the repository browser.