We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4243bb6 commit 0ebe401Copy full SHA for 0ebe401
sbin/start-history-server.sh
@@ -27,6 +27,9 @@
27
sbin=`dirname "$0"`
28
sbin=`cd "$sbin"; pwd`
29
30
+. "$sbin/spark-config.sh"
31
+. "$SPARK_PREFIX/bin/load-spark-env.sh"
32
+
33
if [ $# != 0 ]; then
34
echo "Using command line arguments for setting the log directory is deprecated. Please "
35
echo "set the spark.history.fs.logDirectory configuration option instead."
sbin/stop-history-server.sh
@@ -22,4 +22,7 @@
22
23
24
25
26
"$sbin"/spark-daemon.sh stop org.apache.spark.deploy.history.HistoryServer 1
0 commit comments