Skip to content

Commit f631331

Browse files
authored
[SPARK-22866] [K8S] Fix path issue in Kubernetes dockerfile
The path was recently changed in apache#19946, but the dockerfile was not updated.
1 parent a36b78b commit f631331

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/docker/src/main/dockerfiles/spark-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY jars /opt/spark/jars
3838
COPY bin /opt/spark/bin
3939
COPY sbin /opt/spark/sbin
4040
COPY conf /opt/spark/conf
41-
COPY dockerfiles/spark-base/entrypoint.sh /opt/
41+
COPY kubernetes/dockerfiles/spark-base/entrypoint.sh /opt/
4242

4343
ENV SPARK_HOME /opt/spark
4444

0 commit comments

Comments
 (0)