source: other-projects/hathitrust/vagrant-spark-hdfs-cluster/trunk/modules/spark/templates/setup-spark.bash@ 30930

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

Expansion of useful alias commands for Hadoop and Spark

File size: 207 bytes
RevLine 
[30917]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"
[30930]6alias spark-stop-all.sh="$SPARK_HOME/sbin/stop-all.sh"
[30917]7
Note: See TracBrowser for help on using the repository browser.