Skip to content

Commit 9d21b91

Browse files
authored
Merge pull request apache#11 from ringtail/bugfix/spark-history-server-permission
change tini path
2 parents a43cacf + 9764b8d commit 9d21b91

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/docker/src/main/dockerfiles/spark/historyserver

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/docker/src/main/dockerfiles/spark/historyserver/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ else
9393
-Dspark.history.fs.logDirectory=$eventsDir";
9494
fi;
9595

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

0 commit comments

Comments
 (0)