Skip to content

Commit

Permalink
Merge pull request apache#11 from ringtail/bugfix/spark-history-serve…
Browse files Browse the repository at this point in the history
…r-permission

change tini path
  • Loading branch information
ringtail committed May 9, 2020
2 parents a43cacf + 9764b8d commit 9d21b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ else
-Dspark.history.fs.logDirectory=$eventsDir";
fi;

exec /sbin/tini -s -- /opt/spark/bin/spark-class org.apache.spark.deploy.history.HistoryServer
exec /usr/bin/tini -s -- /opt/spark/bin/spark-class org.apache.spark.deploy.history.HistoryServer

0 comments on commit 9d21b91

Please sign in to comment.