Skip to content

Commit c54a06e

Browse files
authored
Change Docker entrypoint to spark-submit
1 parent 18b263b commit c54a06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-shell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ RUN wget https://dlcdn.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPARK_VER
2222
# Set Spark bin in PATH
2323
ENV PATH="/opt/spark/bin:${PATH}"
2424
# Set entrypoint
25-
ENTRYPOINT ["/usr/bin/tini", "--", "/bin/bash"]
25+
ENTRYPOINT ["/opt/spark/bin/spark-submit"]

0 commit comments

Comments
 (0)