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 , 7 years ago | |
---|---|
File size: 207 bytes |
Rev | Line | |
---|---|---|
[30917] | 1 | |
2 | export SPARK_HOME="<%= @spark_home %>" | |
3 | export PATH="$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH" | |
4 | ||
5 | alias spark-start-all.sh="$SPARK_HOME/sbin/start-all.sh" | |
[30930] | 6 | alias spark-stop-all.sh="$SPARK_HOME/sbin/stop-all.sh" |
[30917] | 7 |
Note:
See TracBrowser
for help on using the repository browser.