14 lines
170 B
Bash
14 lines
170 B
Bash
#!/bin/bash
|
|
|
|
. "/spark/sbin/spark-config.sh"
|
|
|
|
. "/spark/bin/load-spark-env.sh"
|
|
|
|
|
|
export SPARK_HOME=/opt/spark
|
|
|
|
date
|
|
echo "SPARK HOME is : $SPARK_HOME"
|
|
|
|
tail -f /dev/null
|